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

/*パンくず*/

.breadcrumb {
    font-size: 10px;
    padding: 0;
    background-color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding-right: 3px;
}

.breadcrumb .breadcrumb-item {
    color: black;
    padding-left: 3px;
}

.breadcrumb .breadcrumb-item a {
    color: black;
}


/*ハンバーガーのカスタマイズ*/

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
}


/*開催日時*/

.date-time-group {
    margin-top: 40px;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .date-time-group {
        padding-bottom: 50px;
    }
}

.date-time-group > h2 > span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.date-time-group > h2 > .place {
    color: #fa544f;
    font-size: 20px;
}

.date-time-group > h2 > .datetime {
    color: #fa544f;
    font-size: 30px;
}
.date-time-group > h2 > .semi {
    color: #1550B2;
}
.date-time-group > h2 > .consul {
    color: #00c8c8;
}
.date-time-group > h2 > .cocoro {
    color: #ff8ce4;
}
.date-time-group > h2 > .osaka{
    color: #c937f5;
}
.date-time-group > h2 > .akiba{
    color: #00c8c8;
}
.date-time-group > h2 > .shin{
    color: #ffa084;
}
.date-time-group > h2 > .tokyo{
    color: #8cc63f;
}

.date-time-group > h2 > .sponsor {
    font-size: 13px;
}


/*アクセス*/

.access-group {
    padding-bottom: 100px;
    text-align: center;
}

@media (max-width: 767px) {
    .access-group {
        padding-bottom: 50px;
    }
}

.access-group .headding {
    margin-bottom: 20px;
}

.access-group .headding span {
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.access-group .icon {
    margin-right: 20px;
    vertical-align: sub;
}

.access-group h5 {
    color: #fa544f;
    font-size: 17px;
    font-weight: bold;
}
.access-group h5.semi {
    color: #1550B2;
    font-size: 17px;
    font-weight: bold;
}
.access-group h5.consul {
    color: #00c8c8;
    font-size: 17px;
    font-weight: bold;
}
.access-group h5.cocoro {
    color: #ff8ce4;
    font-size: 17px;
    font-weight: bold;
}
.access-group h5.osaka {
    color: #c937f5;
    font-size: 17px;
    font-weight: bold;
}
.access-group h5.akiba {
    color: #00c8c8;
    font-size: 17px;
    font-weight: bold;
}
.access-group h5.shin {
    color: #ffa084;
    font-size: 17px;
    font-weight: bold;
}
.access-group h5.tokyo {
    color: #8cc63f;
    font-size: 17px;
    font-weight: bold;
}


.access-group .text-left {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 50px;
}

.access-group .btn-pink,.access-group .btn-semi, .btn-consul, .access-group .btn-cocoro, .access-group .btn-osaka,.access-group .btn-akiba,.access-group .btn-shin,.access-group .btn-tokyo{
    margin-top: 10px;
}


/* プログラム */

.program-group.fluid-box {
    background-color: #ffffdc;
    padding: 40px 0;
}

@media screen and (min-width:768px) {
    .program-group.fluid-box {
        padding: 75px 0;
    }
}

.program-group h3.headding {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}

.program-group .txt {
    margin-bottom: 30px;
}

.program-group .list li {
    margin-bottom: 5px;
}


/* 相談＆資料配布 */

.conference-group {
    padding: 40px 0;
}

@media screen and (min-width:768px) {
    .conference-group {
        padding: 75px 0;
    }
}

.conference-group h3.headding {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.conference-group h3.headding .span-br {
    display: block;
    margin-bottom: 10px;
}

.conference-group h3.headding .num {
    font-size: 30px;
}

.conference-group h3.headding .num-append {
    font-size: 20px;
}

.conference-group .headding-group {
    margin-bottom: 40px;
    margin-top: 90px;
}

.conference-group .headding-group:first-of-type {
    margin-top: 0;
}

.conference-group .headding-group h4.headding {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.conference-group .headding-group h4.headding:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 40px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: black;
}

.conference-group .school-list-group ul.school-lists {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*
.conference-group .school-list-group ul.school-lists.more {
    display: none;
}
*/

.conference-group .school-list-group .school-list-text {
    text-align: center;
    font-size: 14px;
}

.conference-group .school-list-group ul.school-lists li.school-list {
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    width: 50%;
}

@media screen and (min-width:768px) {
    .conference-group .school-list-group ul.school-lists li.school-list {
        width: 25%;
    }
}

.conference-group .school-list-group .more-button {
    text-align: center;
    margin-top: 25px;
}

.conference-group .booth-btn {
    text-align: center;
    margin: 50px auto 0;
}

@media screen and (min-width:768px) {
    .conference-group .booth-btn {
        text-align: center;
        margin: 100px auto 0;
    }
}



/*開催コーナー*/

.exhibition-group {
    padding: 40px 0;
    background-color: #f7f7f7;
}

@media screen and (min-width:768px) {
    .exhibition-group {
        padding: 75px 0;
    }
}

.exhibition-group .headding-group {
    text-align: center;
}

.exhibition-group h3.headding {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
}

.exhibition-group .section {
    border-top: 1px solid black;
    margin-top: 50px;
    padding-top: 50px;
}

.exhibition-group .section:first-of-type {
    margin-top: -50px;
    border-top: none;
}

.exhibition-group .section p.txt {
    font-size: 14px;
    margin: 0 auto;
    max-width: 720px;
}

.exhibition-group .section ul.lists {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 720px;
    font-size: 14px;
}

@media screen and (min-width:768px) {
    .exhibition-group .section ul.lists li.list {
        display: inline-block;
        padding-right: 15px;
    }
}

.exhibition-group .section h4.headding {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.exhibition-group .section .time-schedule {
    max-width: 500px;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .exhibition-group .section .time-schedule span.name {
        display: block;
    }
}

/* インフォメーション */

.info-group {
    padding: 40px 0;
    font-size: 14px;
}

@media screen and (min-width:768px) {
    .info-group {
        padding: 75px 0;
    }
}

.info-group .contact {
    text-align: center;
    margin-top: 80px;
}

.info-group .contact p {
    margin-bottom: 10px;
    font-weight: bold;
}

.info-group .contact p a {
    color: black;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

/*改行*/

@media screen and (min-width: 768px) {
    .br-pc {
        display: block;
    }
    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
}


/*ボタン*/

.btn-pink {
    color: #fa544f;
    border-color: #fa544f;
    transition: all 0.3s ease;
}

a.btn-pink :visited {
    color: #fa544f;
}

.btn-pink:hover {
    background-color: #fa544f2b;
    color: #fa544f;
}

.btn-semi {
    color: #1550B2;
    border-color: #1550B2;
    transition: all 0.3s ease;
}

a.btn-semi:visited {
    color: #1550b26b;
}

.btn-semi:hover {
    background-color: #1550b26b;
    color: #1550B2;
}

.btn-consul {
    color: #00c8c8;
    border-color: #00c8c8;
    transition: all 0.3s ease;
}

a.btn-consul:visited {
    color: #00c8c86b;
}

.btn-consul:hover {
    background-color: #00c8c86b;
    color: #21cfcf;
}

.btn-cocoro {
    color: #ff8ce4;
    border-color: #ff8ce4;
    transition: all 0.3s ease;
}

a.btn-cocoro:visited {
    color: #ff8ce44d;
}

.btn-cocoro:hover {
    background-color: #ff8ce44d;
    color: #ff8ce4;
}
.btn-osaka {
    color: #c937f5;
    border-color: #c937f5;
    transition: all 0.3s ease;
}

a.btn-osaka:visited {
    color: #c937f554;
}

.btn-osaka:hover {
    background-color: #c937f554;
    color: #c937f5;
}
.btn-akiba {
    color: #00c8c8;
    border-color: #00c8c8;
    transition: all 0.3s ease;
}

a.btn-akiba:visited {
    color: #00c8c863;
}

.btn-akiba:hover {
    background-color: #00c8c863;
    color: #21cfcf;
}

.btn-shin {
    color: #ffa084;
    border-color: #ffa084;
    transition: all 0.3s ease;
}

a.btn-shin:visited {
    color: #ffa0845e;
}

.btn-shin:hover {
    background-color: #ffa0845e;
    color: #ffa084;
}
.btn-tokyo {
    color: #8cc63f;
    border-color: #8cc63f;
    transition: all 0.3s ease;
}

a.btn-tokyo:visited {
    color: #8cc63f61;
}

.btn-tokyo:hover {
    background-color: #8cc63f61;
    color: #8cc63f;
}





.mv-df{
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 27.4%;
    background: url(/images/event/dfair/df-mv.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.mv-semi{
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 27.4%;
    background: url(/images/event/seminar/semi-mv.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.mv-consul{
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 27.4%;
    background: url(/images/event/consultation/consul-mv.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.df-iti{
    font-size: 0.95rem;
}
.room{
    max-width: 320px;
    display: block;
    margin: 0 auto;
    border: 2px solid #FA544F;
    padding: 20px;
    position: relative;
    box-shadow:4px 2px 0px 0px #eaead5;
    color: #FA544F;
    transition: all 0.3s ease;
    height: 100%;
}
.semi{
    border: 2px solid #1550B2;
    box-shadow:4px 2px 0px 0px #eaead5;
    color: #1550B2;
}
.consul{
    border: 2px solid #00c8c8;
    box-shadow:4px 2px 0px 0px #eaead5;
    color: #00c8c8;
}
.room p{
    font-size: 25px;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}
.room p.long_txt {
    line-height: 1.1;
}
.room p.ls3{
    letter-spacing: 3px;
}
.room p.fz12{
    font-size: 12px;
}
.room p.fz13{
    font-size: 13px;
}
.room .year{
  font-size: 20px;
}

.room  p.time{
    font-size: 16px;
    padding: 5px;
    text-align: center;
    border: 1px solid #FA544F;
    border-radius: 35px;
/*    margin-bottom: 20px;*/
    background: #fff;
}
.semi p.time{
    border: 1px solid #1550B2;
}
.consul p.time{
    border: 1px solid #00c8c8;
}
.room p.yaji{
    width: 30px;
    height: 30px;
    background: #FA544F;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    /* padding: 5px; */
    font-size: 23px;
}
.semi p.yaji{
    background: #1550B2;
}
.consul p.yaji{
    background: #00c8c8;
}
a.room:hover{
    background: #da7a7740 !important;
    color: #FA544F !important;
    box-shadow:none;
    transform: none;
}
a.semi:hover{
    background: #E8EDF7 !important;
    color: #1550B2 !important;
    box-shadow:none;
}
a.consul:hover{
    background: #00c8c81f !important;
    color: #00c8c8 !important;
    box-shadow:none;
}

a.nlink{
    border: 2px solid #ddd;
    box-shadow:4px 2px 0px 0px #ddd;
    color: #ddd;
    transition: none;
}
a.nlink p.time{
    border: 1px solid #ddd !important;
    background: #fff;
}
a.nlink:hover{
    background: #fff!important;
    color: #ddd !important;
    box-shadow: 4px 2px 0px 0px #ddd;
    transition: none;
    opacity: inherit;
}
a.nlink p.yaji{
    background: #ddd;
    color: #fff;
}

.br_576 {
    display: none;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .room p{
        font-size: 17px;
    }
    .room p.long_txt {
        font-size: 17px;
    }
    .room .year{
      font-size: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .room p.long_txt {
        font-size: 22px;
    }
}

section.movie{
    margin-top: 50px;
    padding: 50px 20px;
    background: #F5F5F5;
}
section.movie p.w185{
    max-width: 185px;
    margin: 0 auto 10px;
}
section.movie p.m-title{
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    color: #FA544F;
    font-weight: bold;
}

section.movie div.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
 
section.movie div.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.comment {
  color: #FA544F;
  font-size: 12px;
  padding-top: 8px;
}

.time-close {
    margin: 58px 0 !important;
}

.time-open {
    margin-bottom: 27px !important;
}

.br-991 {
    display: none;
}

@media screen and (max-width:991px) {
    .br-991 {
        display: block;
    }
}
