#bread {
    box-sizing: border-box;
}

.mv {
    width: 100%;
    height: 676px;
    overflow: hidden;
    margin-bottom: 40px;
}
.mv .bg {
    background: url(/event/200118/images/mv.jpg) 50% 100% no-repeat;
    background-size:cover;
    width: 100%;
    height: 0;
    padding-top: 676px;
    position: relative;
}
.mv .main-wap {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    background-color: rgba(29, 36, 109, 0.86);
    padding: 20px;
    box-sizing: border-box;
}
.mv .main-wap img {
    max-width: 100%;
    height: auto;
}
.mv .mv-lead {
    margin: 20px auto 30px;
    max-width: 820px;
}
.mv .info {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
.mv .info-list {
    color: #ffffff;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
    text-align: left;
}
.mv .info-list dt {
    border: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
    min-width: 50px;
    margin-right: 10px;
}
.mv .info-list:last-child {
    margin-left: 20px;
}
.mv .info-list:last-child .date-list .item {
    display: flex;
}
.mv .info-list:last-child .date-list .item .date {
    white-space: nowrap;
}
.mv .info-list:last-child .date-list .item strong {
    font-weight: normal;
    color: #f6651d;
    display: inline-block;
}
.mv .date-list .item {
    line-height: 1.3;
}
.mv .date-list .item:not(:first-child) {
    margin-top: 5px;
}
@media screen and (max-width: 959px) {
    .mv {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 640px) {
    .mv {
        height: 540px;
    }
    .mv .ttl {
        width: 80%;
        margin: 0 auto;
    }
    .mv .bg {
        padding-top: 540px;
    }
    .mv .info {
        flex-direction: column;
    }
    .mv .info-list:last-child {
        margin-left: 0;
        margin-top: 15px;
    }
}


.contents-wrap {
    width: 80%
    ;margin: 0px auto;
    margin-top: 25px;
    margin-bottom: 50px;
    text-align: left;
    font-size: 1.1em;
}
.contents-lead {
    text-align: center;
}
.contents-lead img {
    max-width: 100%;
    height: auto;
}
.contents-ttl {
    font-weight: normal;
    color: #241d6d;
    font-size: 18px;
    margin: 30px 0;
}
@media screen and (max-width: 640px) {
    .contents-ttl {
        font-size: 14px;
    }
}

#fes2017_info h3.ttl,
.cont04 .ttl {
    background-color: transparent;
    color: #333333;
    font-weight: normal;
    padding-bottom: 0;
    font-size: 22px;
}
@media screen and (max-width: 640px) {
    #fes2017_info h3.ttl,
    .cont04 .ttl  {
        font-size: 18px;
    }
}
.event-table-wrap {
    display: flex;
    justify-content: space-around;
    width: 92%;
    margin: 0 auto;
}
.event-table {
	width: 46%;
    margin-top: 40px;
    border-collapse:separate;
}
.event-table tbody tr:last-child th,
.event-table tbody tr:last-child td {
    border-bottom: 1px solid #bbb;
}
#fes2017_info .event-table {
    /* width: 800px; */
}
.cont04 .event-table-wrap {
    width: 100%;
}
.cont04 .application-wrap {
    width: 96%;
}
@media screen and (max-width: 959px) {
    #fes2017_info .event-table {
        /* width: 90%; */
    }
    .cont04 .event-table {
        /* width: 100%; */
    }
}
@media screen and (max-width: 640px) {
    .event-table-wrap {
        flex-direction: column;
    }
    #fes2017_info .event-table,
    .cont04 .event-table {
        width: 100%;
    }
}
.event-table thead th {
    background-color: #241d6d;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    padding: 15px;
}
@media screen and (max-width: 640px) {
    .event-table thead th {
        font-size: 16px;
        padding: 5px;
    }
}
.event-table tbody th {
    background: #F2F2F2;
    border-left: 1px solid #bbb;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #bbb;
    font-weight: normal;
    box-sizing: border-box;
    white-space: nowrap;
}
.event-table tbody td {
	font-size: 14px;
	padding: 8px 15px;
	background: #fff;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	box-sizing: border-box;
	text-align: left;
}
.cont04 .event-table dt {
    width: 240px;
}
.cont04 .event-table dd {
    width: calc(100% - 240px);
    padding: 15px;
}
@media screen and (max-width: 959px) {
    .cont04 .event-table dt {
        width: 25%;
    }
    .cont04 .event-table dd {
        width: calc(100% - 25%);
    }
}
@media screen and (max-width: 640px) {
    .event-table dt,
    .event-table dd,
    .cont04 .event-table dt,
    .cont04 .event-table dd {
        width: 100%;
    }
    .event-table dt {
        border-right: 1px solid #bbb;
        justify-content: flex-start;
        font-weight: bold;
        padding: 8px 10px 10px;
    }
    .event-table dd {
        border-left: 1px solid #bbb;
        padding: 8px 10px 10px;
    }
    .cont04 .event-table dd {
        padding: 10px 10px 10px 15px;
    }
}
.place-list .item {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
}
.place-list .item.item:not(:first-child) {
    margin-top: 10px;
}

.application-wrap {
    margin: 30px auto 0;
    background-color: #fff;
    border: 1px solid #bbb;
    box-sizing: border-box;
    padding: 30px;
    width: 87%;
}
.application-wrap .ttl {
    padding-top: 0;
}
.application-wrap .txt {
    width: 80%;
    text-align: left;
    margin: 20px auto 0;
}
.form_radio {
    line-height: 2.5em;
    width: 85%;
    text-align: left;
    margin:20px auto 0;
}
@media screen and (max-width: 640px) {
    .application-wrap {
        width: 92%;
    }
    .application-wrap .txt,
    .form_radio,
    .cont04 .application-wrap {
        width: 100%;
    }
}
.form-list .item {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}
.form-list .item:not(:first-child) {
    margin-top: 10px;
}

.title {
    background: #241d6d;
    padding: 10px;
}
.title .box02 {
    text-align: center;
}
.title .box02 h2 {
    color: #FFFFFF;
}

.program-ttl {
    font-weight: normal;
    margin: 100px 0;
}
.program-ttl::after {
    content: "";
    display: block;
    border-bottom: 3px solid #241d6d;
    width: 115px;
    margin: 20px auto 55px;
}
@media screen and (max-width: 640px) {
    .program-ttl {
        margin: 40px 0;
    }
    .program-ttl::after {
        width: 80px;
        margin: 15px auto 30px;
    }
}

.sns-lead {
    font-size: 18px;
    color: #241d6d;
    margin-bottom: 30px;
}
.sns-lead::before,
.sns-lead::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #241d6d;
    position: relative;
    top: 2px;
}
.sns-lead::before {
    margin-right: 15px;
    transform: rotate(-35deg);
}
.sns-lead::after {
    margin-left: 15px;
    transform: rotate(35deg);
}
.sns-list {
    display: flex;
    justify-content: center;
}
.sns-list .item {
    width: 22%;
    max-width: 52px;
    margin: 0 10px;
}
.sns-list .item a {
    display: block;
}
.sns-list .item img {
    max-width: 100%;
    height: auto;
}
.sns-lets {
    font-size: 24px;
    color: #241d6d;
    margin-top: 20px;
    margin-bottom: 30px;
}
.sns-img-list {
    display: flex;
}
.sns-img-list .item img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 640px) {
    .sns-lead {
        font-size: 14px;
        margin: 20px 0;
    }
    .sns-lets {
        font-size: 18px;
    }
}

/* タブの動作に関わる処理 */
.tab-content {
    transition: all .3s;
    opacity: 0;
    display: none;
}
.tab-content.is_show {
    opacity: 1;
    display: block;
}
.tabs {
    margin: 50px 0 0;
    padding: 0;
}
.tabs li {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 50%;
}
.tabs a {
    background-color: #FFF;
    color: #241d6d;
    display: block;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 30px;
    position: relative;
    text-decoration: none;
    transition: all .3s;
    transform-origin: 50% 100%;
    border: #241d6d solid 1px;
    border-bottom: none;
    border-radius:10px 10px 0px 0px ;
}
.tabs a:hover {
    opacity: 0.5;
}
.tabs .is_active {
    background-color: #241d6d;
    color: #FFF;
    box-shadow: none;
    font-weight: bold;
    z-index: 1;
    transform: scaleY(1.5);
}
.tabs .is_active span {
    transform: scaleY(0.75);
    display: block;
}
.tabs span i {
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
}
@media screen and (max-width: 640px) {
    .tabs span i {
        font-size: 12px;
    }
}
.tab-content {
    background-color: #fff;
    border:  #241d6d solid 1px;
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
}
.cont02 .content {
    position: relative;
}
.fsw15 {
    font-size: 15px;
    font-weight: 600;
    color: #666;
}
#btn01 > a.orange {
    background: #eb7846 url(/img/fes//parts01.png) no-repeat 10px center;
    background-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#intro .sub .bg-d-blue h3 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.listener {
    display: flex;
    padding-top: 40px;
}
.listener .photo {
    margin-right: 20px;
}
@media screen and (max-width: 959px) {
    .listener {
        display: block;
    }
    .listener .photo {
        display: none;
    }
}


@media screen and (min-width:960px) {
    .fix-space-pc {
        margin-top: 10px;
    }
    .style1607 .cont03 {
        display: flex;
    }
    .style1607 .cont03 .profile {
        padding-left: 25px;
    }
}

@media screen and (max-width: 959px) and (min-width: 641px) {

}

@media screen and (max-width: 640px) and (min-width: 0px) {

}
