@charset "UTF-8";
/* CSS Document */

body {
    /*
	 font-family: "YakuHanJP","fot-tsukuardgothic-std",sans-serif;
	*/
    font-family: "YakuHanJP", "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.7;
}

p {
    margin: 0 0 0.5rem;
}

.subtitle {
    font-family: "urbana", sans-serif;
    letter-spacing: 1px;
    font-size: 1.3em;
}

.navbar-nav,
h3 {
    font-family: "fot-tsukuardgothic-std", sans-serif;
}

#mainImg {
    background: #00AAFF;
}

h1 {
    margin: 0;
}

a {
    color: #00A2F2;
}


.buttonA {
    text-align: center;
}

.buttonA a {
    display: inline-block;
    width: 330px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #F4FBFF;
    border: 2px solid #00AAFF;
    color: #00AAFF;
    line-height: 50px;
    overflow: hidden;
    border-radius: 27px;
}

.buttonA a:hover {
    color: #fff;
    text-decoration: none;
}

.buttonA a::before,
.buttonA a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: -100%;
    width: 100%;
    height: 100%;
}

.buttonA a,
.buttonA a::before,
.buttonA a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.buttonA a:hover::after {
    top: 0;
    background-color: #00AAFF;
}



#mainImg img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.content-container {

    padding: 50px 100px;
}

h2 {
    text-align: center;
    background: url(/prx/000/http/cssnite-osaka.com/common/img/stripe_bg.png) no-repeat center bottom;
    padding: 10px 0 20px;
    letter-spacing: 1px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
}

.subtitle {
    text-align: center;
    margin-bottom: 40px;
    color: #666;
}

/* 概要 */

#outline table {
    width: 100%;
    border-top: 2px solid #00AAFF;
}

#outline table th,
#outline table td {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}

#outline table th {
    width: 20%;
    text-align: left;
}

/* セッション */

#sessions,
#faq {
    background: #eee;
}

.session_box,
.faq_box {
    background: #fff;
    /*
	width:80%;
	*/
    padding: 40px 40px 10px;
    margin: 0 auto 30px;
}


.session_text {
    margin: 30px 0 40px;
}



.speaker_box {
    border-top: 4px solid #BEE4F7;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 20px;
    margin: 20px 0 0;
}




.speaker_box .container-fluid {
    margin: 0 0 20px;
    padding: 0;
}

.speaker_company {
    margin-top: 20px;
}

.twincolor_border {
    position: relative;
    padding-bottom: .5em;
    border-bottom: 3px solid #ccc;
}

.twincolor_border::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #00AAFF;
}

.twincolor_border span {
    font-size: 0.6em;
    color: #999;
    padding: 0 0 0 10px;
}


.twincolor_border ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* タイムテーブル */

.timetable_table {
    width: 100%;
    border-right: #ccc solid 1px;
    border-top: #ccc solid 1px;
    border-collapse: collapse;
}

.timetable p {
    margin: 0;
}

.timetable_table thead th {
    background: #666;
    color: #FFF;
    padding: 10px 15px;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}

.timetable_table thead th:last-child {
    border-right: #666 solid 1px;
}

.timetable_table tbody th {
    background: #f7f7f7;
    color: #00AAFF;
    padding: 10px 15px 10px;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    vertical-align: top;

}

.timetable_table tbody tr:last-child th {
    border-bottom: #ccc solid 1px;
}

.timetable_table tbody td {
    background: #FFF;
    padding: 10px 15px 10px;
    border-left: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    vertical-align: top;
}

/*faq*/

.faq_box ul {
    list-style: none;
    padding: 0 0 25px;
}

.q_wrap {
    padding: 10px 15px 10px;
    display: flex;
    border-bottom: 2px #BEE4F7 solid;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}


.q_title {
    flex: 1;
    padding: 0 20px 0 0;
}

.circle_box {
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.circle {
    position: relative;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background: #fff;
    border: 2px solid #ddd;
    transition: 1s;
}

.circle,
.circle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.circle span {
    position: absolute;
    left: 10px;
    width: 50%;
    height: 3px;
    background-color: #00AAFF;
    border-radius: 6px;
}

.circle span:nth-of-type(1) {
    top: 17px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);

}

.circle span:nth-of-type(2) {
    top: 17px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*マウスオーバー*/

.circle.over {
    background: #00AAFF;
    border: 2px solid #00AAFF;
}

.circle.over span {
    background-color: #fff;
}

/*＋、－切り替え*/

.circle.active span:nth-of-type(1) {
    display: none;
}

.circle.active span:nth-of-type(2) {
    top: 17px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.a_box {
    padding: 15px 15px 10px;
    display: none;
    background: #F4FBFF;
    margin: 0 0 15px;
}

.a_box div {
    display: flex;
}

.a_txt {
    flex: 1;
}

.q_icon,
.a_icon {
    width: 30px;
    color: #00AAFF;
    font-size: 1.8rem;
    font-family: "urbana", sans-serif;
}

/* 申し込み */

.fee_list {
    overflow: auto;
    margin-bottom: 1rem;
}

.fee_list table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.fee_list th,
.fee_list td {
    border: 1px solid #ccc;
    padding: 10px;
}

.fee_list th {
    background-color: #0000000d;
    color: #212529;
}

.fee_list p {
    text-align: right;
    padding-top: 0.5rem;
}

/* スポンサー */

.sponsor_container {
    display: flex;
    /*justify-content: space-around;*/
    justify-content: center;/* 190713修正 */
    padding: 0;
}

.sponsor_container li {
    list-style: none;
    width: 200px;
}

.sponsor_container li img {
    width: 100%;
    height: auto;
    border: #ccc 1px solid;
}

.sponsor_container a {
    transition: 0.3s;
}

.sponsor_container a:hover {
    opacity: 0.6;
}




/* ↓↓↓↓↓190713追加↓↓↓↓↓ */
.sponsor_container_group{margin-bottom: 40px;}

.sponsor-head {
    margin: 0 0 0px;
    color: #666666;
    font-size:1.1rem;
    letter-spacing:0.05em;
    font-weight:bold;
    text-align: center;
    display: flex;
    align-items: center;
}
.sponsor-head:before,
.sponsor-head:after {
    border-top: 1px solid #ccc;
    content: "";
    flex-grow: 1;
    margin: 2rem;
}

.subtitle + .sponsor-head {margin-top: 0;}

.sponsor_container--010 li{margin: 10px;}
.sponsor_container--big li {width: 350px;}
.sponsor_container--010-mini{flex-wrap: wrap;}
.sponsor_container--010-mini li{}
/* ↑↑↑↑↑190713追加↑↑↑↑↑ */




footer {
    background: #666;
    text-align: center;
}

footer .copy {
    padding: 40px;
    margin: 0;
    color: #ddd;
    font-size: 0.8em;
}

/* 汎用 */

.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_-20{
    margin-top: -20px;
}
.nomal-wrapping {
    white-space: normal;
}
.gray_text {
    color: #555;
    font-size: 0.8rem;
}

.red_text {
    color: #CE0000;
}

.donut_list {
    padding: 15px 0 0 20px;
}

.donut_list li {
    position: relative;
    list-style: none;
    margin-bottom: 7px;

}

.donut_list li::after {
    display: block;
    content: '';
    position: absolute;
    top: 0.7em;
    left: -1em;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid #65CBFF;
    border-radius: 100%;
}

.double_line {
    position: relative;
    padding: 0.8em 0;
}

.double_line::before,
.double_line::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    box-sizing: border-box;
}

.double_line::before {
    top: 0;
    border-top: 2px solid #00AAFF;
    border-bottom: 1px solid #00AAFF;
}

.double_line::after {
    bottom: 0;
    border-top: 1px solid #00AAFF;
    border-bottom: 2px solid #00AAFF;
}

.tw i {
    color: #55acee;
    padding: 0 3px 0 0px;
}

.fb i {
    color: #3b5998;
    padding: 0 3px 0 0px;
}

/* フォローアップ */

.session_text .follow_ttl {
    margin: 30px 0 20px;
    border-bottom: 2px solid #00AAFF;
    padding: 0 0 10px;
}

.follow_q {
    padding: 0 0 10px;
}

.follow_q li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 10px;

}

.follow_q h5 {
    font-size: 1.1rem;
    margin: 20px 0 10px;
    font-weight: bold;

}

.follow_q span {
    padding: 3px 5px;
    margin: 0 10px 0 0;
    border: 2px solid #BEE4F7;
    font-size: 0.8em;
    line-height: 2.8em;
    color: #00AAFF;
}

/*協賛*/
.plan_td {
    width: 30%;
}

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

    .content-container {
        padding: 40px 20px;
    }
    #outline table th,
    #outline table td {
        width: 100%;
        display: block;
        border-top: none;
    }

    #outline table th {
        padding: 10px 10px 0px;
        border: none;
    }
    #outline table td {
        padding: 5px 10px 10px;
    }

    .speaker_name {
        margin: 0 0 20px 0;
    }


    .speaker_img img {
        padding: 0 10%;
    }
    .timetable_table thead {
        display: none;
    }
    .timetable_table tbody th {
        display: block;
    }
    .timetable_table tbody td {
        display: block;
    }
    .timetable_table .time {
        display: none;
    }
    .plan_td {
        width: 30%;
    }
    
    /* ↓↓↓↓↓190713追加↓↓↓↓↓ */
    .sponsor_container--big {
        display: block;
    }
    .sponsor_container--big li {
       margin: 10px auto;
    }
    .sponsor_container.sponsor_container--010-mini li{
        /*
        width: 90px;
        padding:0;
        */
    }
   /* ↑↑↑↑↑190713追加↑↑↑↑↑ */
}

.q_wrap {

    padding: 10px 0 10px 10px;
}

.q_title {
    0 10px 0 0;
}

.a_box {
    padding: 10px 10px 10px 10px;
}

.sponsor_container li {
    padding: 5px;
}

.fw_b {
    font-weight: bold;
}

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

    .content-container {
        padding: 40px 20px;
    }

    .session_box,
    .faq_box {
        width: 100%;
        padding: 20px;
    }
}

@media (min-width: 1180px) {
    .container {
        width: 1180px;
        margin: 0 auto;
    }
    /*協賛*/
    .plan_td {
        width: 37%;
    }
}
