@charset "UTF-8";

/* **************************************************

Name: add.css

Create: 2020.09.03
Update: 2020.10.29

***************************************************** */


/* メインページ
=========================================================================================== */
#header {
    height: 65px;
}
@media screen and (max-width: 767px) {
    #header {
        min-height: 65px;
    }
}

#contentsArea {
    color: #000;
    font-family: 'Noto Serif JP', serif;
    line-height: 24px;
    text-align: center;
    padding-bottom: 0;
}
#contentsArea .borderBox {
    border: 1px solid #00a7ce;
    margin-bottom: 100px;
    padding: 22px 25px 44px;
    box-sizing: border-box;
}
#contentsArea h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 56px;
}
#contentsArea h2:before,
#contentsArea h2:after {
    content: "◆";
    color: #00a8cb;
    display: inline-block;
    font-size: 14px;
    vertical-align: 4px;
}
#contentsArea h2:before {
    padding-right: 10px;
}
#contentsArea h2:after {
    padding-left: 10px;
}
#contentsArea hr {
    border-top: 2px solid #e3e3e3;
    margin: 30px 0 5px;
}
#contentsArea .btn {
    border: 1px solid #00a7ce;
    color: #00a7ce;
    display: inline-block;
    /*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
    text-decoration: none;
    margin-bottom: 30px;
    padding: 10px 35px 10px 15px;
    box-sizing: border-box;
    transition: .3s;
    position: relative;
    cursor: pointer;
}
#contentsArea .btn:after {
    content: "";
    transition: .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    border-top: 1px solid #00a7ce;
    border-right: 1px solid #00a7ce;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
#contentsArea .btn:hover {
    background-color: #00a7ce;
    color: #fff;
}
#contentsArea .btn:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
#contentsArea .btnBg {
    background-color: #f57d26;
    border-color: #f57d26;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
    padding-bottom: 12px;
    width: 350px;
}
#contentsArea .btnBg:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#contentsArea .btnBg:hover {
    background-color: #fff;
    color: #f57d26;
}
#contentsArea .btnBg:hover:after {
    border-top: 1px solid #f57d26;
    border-right: 1px solid #f57d26;
}
#contentsArea .caution {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: right;
}
#contentsArea .captionArea {
    text-align: left;
    margin: 20px 0 0;
}
#contentsArea .captionArea .listStyle01 .indentText {
    margin-left: 1rem;
    text-indent: -1rem;
}

@media screen and (max-width: 767px) {
    #contentsArea h2 {
        font-size: 19px;
        margin-bottom: 28px;
    }
    #contentsArea h2:before,
    #contentsArea h2:after {
        vertical-align: 2px;
    }
    #contentsArea .btnBg {
        width: 100%;
    }
    #contentsArea .caution {
        text-align: center;
    }
}

.pageTitle {
    background: url("../../../symposium/symposium2020/images/main.jpg") top center no-repeat;
    background-size: contain;
    overflow: hidden;
    height: auto;
    margin-bottom: 45px;
    padding-top: 28.67%;
}
@media screen and (max-width: 767px) {
    .pageTitle {
        background: url("../../../symposium/symposium2020/images/main_sp.jpg") top center no-repeat;
        background-size: contain;
        margin-bottom: 22px;
        padding-top: 80%;
    }
}
@media screen and (min-width: 1501px) {
    .pageTitle {
        margin: 0 auto 45px;
        padding-top: 0;
        height: 430px;
    }
}

.ContentsList > dt {
    background-color: #dcf3f7;
    color: #03a6cb;
    padding: 14px 28px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    margin-bottom: 20px;
}
.ContentsList:nth-child(even) > dt {
    background-color: #b7e3eb;
}

.ContentsList > dd {
    margin-bottom: 30px;
}
.ContentsList dd h3 {
    color: #00a7ce;
    margin: 0 auto 30px;
    width: 326px;
}
.ContentsList dd h3:after {
    content: "";
    display: block;
    border-bottom: 1px solid #00a7ce;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ContentsList dd .title {
    font-size: 21px;
    margin-bottom: 30px;
    line-height: 30px;
}
.ContentsList dd .name {
    font-size: 14px;
}
.ContentsList dd .name span {
    font-size: 20px;
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .ContentsList dd h3 {
        width: 200px;
    }
    .ContentsList dd .name span {
        margin-left: 0;
    }
}

.dlList {
    margin-bottom: 30px;
}
.dlList > dt {
    background-color: #dcf3f7;
    color: #03a6cb;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
.dlList:nth-child(even) > dt {
    background-color: #b7e3eb;
}

#pageTop.floating {
    right: 10px;
    bottom: 10px;
}


/* ポップアップ
=========================================================================================== */
#contentsArea.popup {
    color: #00a8c9;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    padding: 20px;
    text-align: justify;
    position: relative;
}
#contentsArea.popup h1 {
    background-color: #7bd0e0;
    color: #fff;
    margin-bottom: 5px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
}

#contentsArea.popup .prof1 {
    margin-top: 20px;
    margin-bottom: 20px;
}
#contentsArea.popup .prof1 .profImg {
    display: inline-block;
    vertical-align: top;
    width: 197px;
}
#contentsArea.popup .prof1 .profTxt {
    display: inline-block;
    vertical-align: top;
    border-top: 2px solid #00a8c9;
    border-bottom: 2px solid #00a8c9;
    height: 245px;
    width: calc(100% - 218px);
    margin-left: 15px;
    padding: 35px 0 0 15px;
    box-sizing: border-box;
}
#contentsArea.popup .prof1 .profTxt .name {
    margin-top: 35px;
    font-size: 22px;
}

@media screen and (max-width: 599px) {
    #contentsArea.popup {
        padding: 20px 20px 50px;
    }
    #contentsArea.popup .prof1 .profImg {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }
    #contentsArea.popup .prof1 .profTxt {
        height: auto;
        width: 100%;
        margin-left: 0;
        padding: 15px 0;
    }
}

.closeBtn {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.closeBtn a {
    color: #00a8c9;
    display: inline-block;
    padding-left: 32px;
    position: relative;
    text-decoration: none;
    transition: .3s;
}
.closeBtn a:hover {
    color: #7bd0e0;
}
.closeBtn a:before,
.closeBtn a:after {
    content: "";
    display: block;
    background: #00a8c9;
    height: 1px;
    width: 26px;
    position: absolute;
    top: 50%;
    top: 40%\9;
    left: 0;
}
@media all and (-ms-high-contrast: none) {
    .closeBtn a:before,
    .closeBtn a:after {
        top: 40%;
    }
}
.closeBtn a:before {
    transform: rotate(-45deg);
}
.closeBtn a:after {
    transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
    .closeBtn {
        padding: 10px 0;
    }
}


/* 共通
=========================================================================================== */
.mb0 {margin-bottom: 0 !important;}
