/*
Theme Name: fcw Child
Template: fcw
Version: 20170614
*/

* {
    margin: 0;
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

.top_massagebox h3,
.area_ttl h2,
.area_ttl_wht h2,
.feat_box li h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}

.area_ttl_wht p,
.area_ttl p,
.feat_box li h3 span,
#top-head a,
#top-head,
#top-head2 a,
.simple,
.scroll {
    font-family: 'Montserrat', sans-serif !important;
}


body {
    background: #fff;
}

.st-main {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;

}

.notice {
    padding: 30px;
    border: 3px solid #E25D0B;
    font-weight: 600;
    border-radius: 10px;
}

.notice p {
    text-align: center;
    font-size: 1.3em !important;
}

#content {
    max-width: 100%;
    margin: 0;
}

p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    line-height: 1.7 !important;
    text-align: justify;
    color: #222f3e;
}

.align_center {
    text-align: center !important;
}

.align_right {
    text-align: right;
}

h5.irregular {
    text-align: center;
    font-size: 20px;
    margin: 0;
}

a {
    color: #00acc1;
    -webkit-transition: .5s;
    transition: .5s !important;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #00acc1;
    opacity: 0.6;
    text-decoration: underline;
}

.wrap1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.wrap1280 {
    max-width: 1280px;
    margin: 0 auto;
}

.m100 {
    padding: 100px 0;
}

.mt100 {
    padding-top: 100px;
}

.mb100 {
    padding-bottom: 100px;
}

.m50 {
    padding: 50px 0;
}

.mt50 {
    padding-top: 50px;
}

.mb50 {
    padding-bottom: 50px;
}

.mb60 {
    padding-bottom: 60px;
}

.m40 {
    padding: 40px 0;
}

.mt40 {
    padding-top: 40px;
}

.mb40 {
    padding-bottom: 40px;
}


.m30 {
    padding: 30px 0;
}

.mt30 {
    padding-top: 30px;
}

.mb30 {
    padding-bottom: 30px;
}

.m20 {
    padding: 20px 0;
}

.mt20 {
    padding-top: 20px;
}

.mb20 {
    padding-bottom: 20px;
}

.m10 {
    padding: 10px 0;
}

.mt10 {
    padding-top: 10px;
}

.mb10 {
    padding-bottom: 10px;
}



.pc_only {
    display: block !important;
}

.sp_only {
    display: none !important;
}

/*ANIMATION -----------*/

.sa {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.sa--up {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.sa--down {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.sa--scaleUp {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

/*-----------------------HEAD↓-----------------------*/

/*HEADER G-NAVI-----------*/
/* header */
#top-head {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    z-index: 999;
}

/*G-NAVI END--------------*/

.head_bnr {
    position: relative;
}

.head_cntrl {
    max-width: 1000px;
    margin: 0 auto;
}

.lang {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.lang a {
    background: #EE869A;
    color: #fff;
    min-width: 100px;
    padding: 5px 10px;
    display: block;
    text-align: center;
}

a.active {
    background: #999;
}

/*------------------------------------------↑HEAD END*/

/*-----------------------MAIN↓-----------------------*/
.program li h2 {
    background: #F4E2EE;
    border-bottom: none;
    border-top: none;
    border-left: solid #C596C3 12px;
    color: #333;
    padding: 11px;
    line-height: 1em;
    margin-top: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.program_in li {
    margin-left: 23px;
}


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

.program li:nth-child(even) h2 {
    background: #FCE5E8;
    border-left: solid #EE869A 12px;
}

.program.p_bottom li:nth-child(odd) h2 {
    background: #FCE5E8 !important;
    border-left: solid #EE869A 12px !important;
}

.program.p_bottom li:nth-child(even) h2 {
    background: #F4E2EE !important;
    border-left: solid #C1599D 12px !important;
}

.program li h2 span {
    font-size: 15px;
    margin-right: 1em;
    color: #333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.program li dl {
    display: flex;
    align-items: baseline;
}

.program li dl dt {}

.program li dl dt p {
    font-weight: 600;
}

.program_inin li {
    margin-left: 0
}

.program_inin li p {
    vertical-align: middle;
}

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

.program a {
    color: #333;
}

.color_area {
    background: #576574;
    color: #fff !important;
}

.name {
    font-weight: 600;
    font-size: 18px;
}

.ml20 {
    margin-left: 23px;
}


.wsttl li p span {
    background: #9FA0A0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
}

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

.intermission h2 {
    text-align: center;
    border: none;
    background: #DCDDDD;
    padding: 11px;
    line-height: 1em;
    margin: 50px auto;
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 18px;
}

.intermission h2 span {
    text-align: left !important;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/*ボタン*/
.btn_1 {
    position: relative;
    background: #ed8699;
    color: #fff;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
    border: 1px solid #ed8699;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.05em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 100px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


.btn_1:hover {
    background: transparent;
    color: #ed8699;
    opacity: 1 !important;
    text-decoration: none;
}

.btn_2 {
    position: relative;
    background: #576574;
    color: #fff;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
    border: 1px solid #576574;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.05em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 100px;
}


.btn_2:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}

.btn_2:hover {
    background: transparent;
    color: #576574;
    opacity: 1 !important;
    text-decoration: none;
}

.btn_cntl {
    max-width: 500px;
    margin: 0 auto;
}

.wrap680 {
    max-width: 680px;
    margin: 0 auto;
}

.ryaku {
    background: #ed8699;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}

.ryaku:hover {
    text-decoration: none;
}

a.speaker_link {
    text-decoration: underline;
}

/*------------------------------------------↑MAIN END*/

/*-----------------------PAGE↓-----------------------*/

.text404 h2 {
    background: none;
    border: none;
    font-size: 2em;
    margin: 0 0 15px 0;
    padding: 0;
}

.tanksmessage h2 {
    border: none;
    background: none;
    padding: 0;
    margin: 0 0 10px 0;
    color: #2ecc71;
}

.tanksmessage {
    background: #2ecc7124;
    border: 1px solid #2ecc71;
    padding: 30px;
}

.cvttl {
    text-align: center;
    color: #E50065;
    border: none;
    background: none;
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0;
}


.speakers {
    margin: 50px auto;
}

.speakers li {
    display: flex;
    justify-content: space-between;
}

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

.speakers li:last-child {
    margin-bottom: 120px;
}

.speakers li .photo {
    width: 20%;
}

.speakers li .prof {
    width: 75%;
}

ul .ryakureki {
    margin-top: 20px;
    list-style: disc;
    padding-left: 1em;
}

.ryakureki li {
    display: list-item;
}


.ryakureki li:nth-child(n+2) {
    margin-top: 0px !important;
}

.ryakureki li:last-child {
    margin-bottom: 20px;
}

.ryakureki li dl {
    display: flex;
    align-items: baseline;
}

.ryakureki li dl dt {
    min-width: 65px;
}

/*------------------------------------------↑PAGE END*/

/*-----------------------SINGLE↓---------------------*/
/*----------------------------------------↑SINGLE END*/

/*-----------------------FORM↓-----------------------*/
/*------------------------------------------↑FORM END*/

/*-----------------------FOOT↓-----------------------*/

div#footer {
    padding: 0;
}

.footer_top {
    background: #D7DBDE;
    padding: 50px 15px;
    ;
}

.footer_top h2 {
    background: none;
    border-top: none;
    padding: 0;
    font-size: 18px;
}


ul.info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.info h3 {
    background: #999;
    color: #fff;
    font-size: 16px;
    border-radius: 100px;
    margin-bottom: 10px;
}

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

p.copy {
    text-align: center;
    padding: 0 !important;
    margin: 0;
    color: #fff !important;
    font-size: 12px !important;
}

.footer_btm {
    background: #576574;
    padding: 8px 0;
}

#page-top a {
    text-decoration: none;
    background: #576574;
    color: #fff;
    padding: 12px 16px;
    text-align: center;
    display: block;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 130px;
}

.foot_logo {
    width: 200px;
    margin: 0 auto;
}

#footer a {
    text-decoration: none;
    color: #222f3e;
    font-weight: 100;
}

#footer a:hover {
    color: #1a73e8;
}

footer ul,
footer ol {
    padding-left: 0;
}

/*------------------------------------------↑FOOT END*/


/*media Queries タブレットサイズ（1280px以下）
----------------------------------------------------*/
@media only screen and (max-width: 1280px) {

    .wrap1280,
    .wrap1000 {
        padding: 0 15px;
    }

}

/*media Queries タブレットサイズ（1000px以下）
----------------------------------------------------*/
@media only screen and (max-width: 1000px) {


    /*-----------------------HEAD↓-----------------------*/


    /*G-NAVI END--------------*/

    /*------------------------------------------↑HEAD END*/

    /*-----------------------MAIN↓-----------------------*/

    .sp_only {
        display: block !important;
    }

    .pc_only {
        display: none !important;
    }


    .program li h2 {
        font-size: 18px;
        line-height: 1.4em;
        display: block;
    }

    /*------------------------------------------↑MAIN END*/

    /*-----------------------PAGE↓-----------------------*/
    /*------------------------------------------↑PAGE END*/

    /*-----------------------SINGLE↓---------------------*/
    /*----------------------------------------↑SINGLE END*/

    /*-----------------------FORM↓-----------------------*/
    /*------------------------------------------↑FORM END*/

    /*-----------------------FOOT↓-----------------------*/
    /*------------------------------------------↑FOOT END*/


    /*-- ここまで --*/
}

/*media Queries SPサイズ（599px以下）
----------------------------------------------------*/
@media only screen and (max-width: 599px) {


    /*-----------------------HEAD↓-----------------------*/
    .head_bnr img {
        padding-top: 26px;
    }

    .lang {
        justify-content: space-between;
        width: 100%;
    }

    .lang a {
        width: calc(100% / 2);
        font-size: 12px;
        padding: 7px 10px;
    }

    /*------------------------------------------↑HEAD END*/

    /*-----------------------MAIN↓-----------------------*/

    p {
        font-size: 14px !important;
    }

    /*------------------------------------------↑MAIN END*/

    /*-----------------------PAGE↓-----------------------*/
    /*------------------------------------------↑PAGE END*/

    /*-----------------------SINGLE↓---------------------*/
    /*----------------------------------------↑SINGLE END*/

    /*-----------------------FORM↓-----------------------*/
    /*------------------------------------------↑FORM END*/

    /*-----------------------FOOT↓-----------------------*/

    ul.info li {
        width: calc(100% / 1);
    }

    ul.info li:nth-child(n+2),
    .program li dl:nth-child(n+2) {
        margin-top: 20px;
    }

    .program li dl {
        flex-direction: column;
    }

    /*------------------------------------------↑FOOT END*/


    /*-- ここまで --*/
}
