@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 seminar.css

+++++++++++++++++++++++++++++++ */
/*
セミナートップ
-----------------------------------*/

/* ページ内アンカー */
#line_up {
    background: #003251;
}
#line_up ul {
    margin: 0 auto;
    padding: 20px 0;
}
#line_up li {
    margin: 0 10px;
}
#line_up li:not(:last-child) { margin-bottom: 10px; }
#line_up a {
    position: relative;
    display: block;
    padding: 10px 0;
    border: 1px solid #99b2c1;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}


/* 注目のセミナー */
#pickup_seminar { margin: 20px 0; }
#pickup_seminar .description,
#pickup_seminar .box_schedule {
    width: auto;
}
#pickup_seminar .title {
    font-size: 16px;
    font-weight: bold;
}
#pickup_seminar .title span { font-size: 14px; }


/* セミナーヘッダー */
.block_seminar header {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 0;
    background: url(../../images/bg_main_dot.png) repeat left top, url(../../seminar/index/bg_header_image.jpg) no-repeat center top;
    background-size: 2px, auto 100%;
}
.block_seminar header .title {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    text-shadow: 2px 2px 2px #00263d;
}
.block_seminar header ul { text-align :center; }
.block_seminar header li {
    display: inline-block;
    width: 100px;
    height: 90px;
    margin: 0;
    padding-top: 10px;
    border-radius: 50%;
    background: #fff;
    color: #003f65;
    font-weight: bold;
    text-align: center;
}
.block_seminar header li strong { font-size: 24px; }



/* セミナー情報ボックス */
.box_seminar {
    margin: 10px;
}
.box_seminar a {
    display: block;
    background: #f4f4f4;
    color: #222;
}

.box_seminar .description {
    padding: 10px 20px 0;
}
.box_seminar .box_schedule {
    padding: 10px;
}

.box_seminar .description .tag { margin: 0 5px 10px 0; }
.box_seminar .description .level {
    display: inline-block;
    margin: 0;
    padding: 5px 8px;
    background: #fff;
}
.box_seminar .description .level img {
    margin-left: 5px;
    vertical-align: -1px;
}
.box_seminar .description .title {
    margin: 0 0 10px;
    font-size: 20px;
}
.box_seminar .description .title span {
    display: block;
    font-size: 14px;
}
.box_seminar .description p {
    margin: 0;
    font-size: 13px;
}


.box_seminar .box_schedule .item {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 49%;
    height: 147px;
    padding: 15px 10px 10px;
    border-top: 3px solid #7a7a7a;
    background: #fff;
    font-size: 11px;
}
.box_seminar .box_schedule .free { border-top-color: #3f82d9; }
.box_seminar .box_schedule .payment { border-top-color: #e0443b; }

.box_seminar .box_schedule .item:nth-child(even) { margin-left: 5px; }
.box_seminar .box_schedule .item:nth-child(n+3) { margin-top: 10px; }
.box_seminar .box_schedule .date { margin: 0 0 10px; }
.box_seminar .box_schedule .month,
.box_seminar .box_schedule .day { font-size: 16px; }
.box_seminar .box_schedule li { line-height: 1.6; }

.box_seminar .box_schedule .status {
    margin: 10px 0 0;
    border: 1px solid #d3d3d3;
    font-weight: bold;
    text-align: center;
}

/*
モデルケース
-----------------------------------*/
#students_model {
    border-top: 3px solid #003f65;
    border-bottom: 1px solid #003f65;
}
#students_model > .title {
    margin:0 auto;
    padding: 20px 0;
    border-bottom: 1px dotted #99b2c1;
    color: #003f65;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
#students_model .inner {
    margin:30px auto;
}
#students_model .item {
    margin: 0 10px 10px;
    border: 1px solid #668ca3;
    color: #003f65;
    font-size: 12px;
}
#students_model .item:last-child) { margin-bottom: 0; }

#students_model .item .title {
    margin: 0;
    padding: 20px 0 10px;
    background: #ccd9e0;
    color: #003f65;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#students_model .item .level {
    margin: 0;
    padding: 0 0 10px;
    background: #ccd9e0;
    font-size: 13px;
    text-align: center;
}
#students_model .item .level  img {
    margin-left: 3px;
    vertical-align: -1px;
}
#students_model .item dl {
    margin: 0 auto;
}
#students_model .item dt {
    padding: 10px 0 5px;
    font-weight: bold;
    text-align: center;
}
#students_model .item dd {
    margin: 0;
    padding: 5px 10px;
    border-top: 1px solid #ccd9e0;
}
#students_model .item dd  br { display: none; }

/*
過去セミナー誘導
-----------------------------------*/
.past {
    margin: 20px 10px 30px;
    text-align: right;
}
.past a {
    display: inline-block;
    padding-right: 15px;
    background: url(../../images/arrow_r.png) no-repeat right center;
}

/*
セミナー一覧
-----------------------------------*/
#seminars_list .mix {
    display: table-row;
}
#press_release.list table {
    width: 100%;
    border-collapse: collapse;
}
#seminars_list th,
#seminars_list td {
    border: 10px solid #f4f4f4;
    background: #fff;
    font-size: 12px;
}
#seminars_list th {
    padding: 10px 5px 10px 10px;
    border-right: none;
    font-weight: normal;
    vertical-align: top;
}
#seminars_list td {
    width: 790px;
    border-left: none;
}
#seminars_list td a {
    position: relative;
    display: block;
    padding: 10px 40px 10px 0;
    transition: 0.1s linear;
}
#seminars_list td a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 11px;
    height: 21px;
    margin-top: -10px;
    background: url(../images/arrow_r.png) no-repeat left top;
    content: " ";
}
#seminars_list tr:hover th,
#seminars_list tr:hover td {
    background-color: #ef832b;
    color: #fff;
}
#seminars_list tr:hover a {
    color: #fff;
    text-decoration: none;
}

#side .button {
    width: 100%;
    margin-bottom: 30px;
}

/*
セミナーカテゴリー
-----------------------------------*/
.seminar_headline {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 0;
    background: url(../../images/bg_main_dot.png) repeat left top, url(../../seminar/index/bg_header_image.jpg) no-repeat center center;
}
.seminar_headline > p {
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
    text-align: center;
    text-shadow: 2px 2px #00263d;
}
.seminar_headline .title { font-size: 20px; }
.seminar_headline .icon {
    position: absolute;
    top: 0;
    left: 0;
}
.seminar_headline .icon p { float: left; }
.seminar_headline .icon .ua {
    background: #ccd9e0;
    color: #222;
}
/*
セミナー詳細
-----------------------------------*/
#seminar_detail .box {
    position: relative;
}
#seminar_text {
    line-height: 1.8;
}
#seminar_schedule {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 10px 30px;
}

#seminar_detail .box section,
#seminar_text section { margin-bottom: 30px; }

#seminar_text .recommend { margin-top: 20px; }
#seminar_text .recommend .text { margin: 10px 0; }

#seminar_text th { width: 5em; }

#seminar_detail .txt_attention {
    margin: 5px 0;
    padding: 5px 10px;
    background: #fcedec;
    font-size: 12px;
}
#seminar_detail table + .txt_attention { margin-top: 20px; }

#seminar_detail table caption {
    margin: 30px 0;
    padding: 0 20px;
    color: #003f65;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

#seminar_detail .image {
    margin-bottom: 30px;
    text-align: center;
}

#seminar_detail .profile div p:first-child {
    font-size: 16px;
    font-weight: bold;
}
#seminar_detail .profile .photo { text-align: center; }


/* スケジュール */
#seminar_schedule li {
    background: #f4f4f4;
    font-size: 11px;
}
#seminar_schedule .payment { border-left: 3px solid #e0334b; }
#seminar_schedule .free { border-left: 3px solid #3f82d9; }
#seminar_schedule .end,
#seminar_schedule .undecided { border-left: 3px solid #7a7a7a; }

#seminar_schedule li:not(:last-child) {
    margin-bottom: 1px;
    padding: 20px 10px;
}
#seminar_schedule p { margin:0; }
#seminar_schedule  li span {
    margin: 0 2px;
    font-size: 18px;
}
#seminar_schedule  li span:first-child { margin-left: 0; }
#seminar_schedule  li:last-child {
    padding: 10px;
    text-align: center;
}
#seminar_schedule  li .button {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
    font-size: 14px;
}
#seminar_schedule  li .button:after {
    position: absolute;
    top: 50% ;
    right: 10px;
    display: block;
    width: 24px;
    height: 14px;
    margin-top: -7px;
    background: url(../../images/arrow_d_w.png) no-repeat left top;
    content: " ";
}

/* 個人情報の取扱い */
#policy .policy,
#policy > p,
#privacy_box {
    margin: 0 20px 30px;
}
#privacy_box {
    height: 300px;
    padding: 20px;
    overflow-y:auto;
    border: 1px solid #d3d3d3;
}
#privacy_box .contents_txt_head {
    margin: 0;
    font-size: 16px;
}

/* 申込ボタン */
.entry { text-align: center; }

.entry .attention {
    padding: 20px;
    border: 1px solid #df4439;
    color: #df4439;
    font-size: 16px;
}