@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    max-width: 2200px;
    color: #000;
    font-size: 15px;
    line-height: 1.7;
}

img {
    border: 0px;
    width: auto;
    max-width: 100% !important;
    vertical-align: bottom;
}

table {
    border-style: none;
    border-spacing: 0;
}


/* for modern brouser */

.cf:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


/* IE7,MacIE5 */

.cf {
    display: inline-block;
}


/* WinIE6 below, Exclude MacIE5 \*/

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}


/**/


/*margin*/

.mgt5 {
    margin-top: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt25 {
    margin-top: 25px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgt35 {
    margin-top: 35px !important;
}

.mgt40 {
    margin-top: 40px !important;
}

.mgt45 {
    margin-top: 45px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgt55 {
    margin-top: 55px !important;
}

.mgt60 {
    margin-top: 60px !important;
}

.mgt65 {
    margin-top: 65px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

.mgb60 {
    margin-bottom: 50px !important;
}

.mgb70 {
    margin-bottom: 50px !important;
}

.mgl0 {
    margin-left: 0px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgl40 {
    margin-left: 40px !important;
}

.mgl50 {
    margin-left: 50px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgr40 {
    margin-right: 40px !important;
}

.mgr50 {
    margin-right: 50px !important;
}


/* For padding */

.pdt0 {
    padding-top: 0px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt25 {
    padding-top: 25px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt35 {
    padding-top: 35px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb25 {
    padding-bottom: 25px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdl0 {
    padding-left: 0px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.br_sp_only {
    display: none;
}

@media (max-width: 480px) {
    .br_sp_only {
        display: block;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 0.9rem;
    }
}


/* ---------------------------------------------------------
 共通
----------------------------------------------------------*/

.inner {
    max-width: 1100px;
    margin: auto;
    padding: 60px 30px;
}

.inner p:last-child {
    margin-bottom: 0;
}

.point_txt {
    font-weight: bold;
    color: #8a0124;
}

figure {
    text-align: center;
    width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    display: block;
}

a:hover {
    filter: alpha(opacity=80);
    opacity: 0.7;
}

a img:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

h2,
h3,
.btn,
.app_btn,
.min_txt {
    font-family: "Noto Sans JP", sans-serif;
}

h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 2.5rem;
    font-weight: 900;
    padding-bottom: 20px;
}

.inner h2::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    content: '';
    width: 50px;
    height: 5px;
    background-color: #216ebd;
}

h2 span {
    /* font-size: 1rem; */
    font-size: 1.2rem;
    padding-left: 20px;
    font-weight: 600;
}

h3 {
    /* border-left: solid 5px #00358d; */
    color: #000;
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: bold;
}

h3.bg_black {
    background-color: #000;
    color: #fff;
    padding: 5px;
    font-size: 1.1rem;
}

h4 {
    border-left: 3px solid #216ebd;
    margin: 30px 0 15px;
    padding-left: 0.5rem;
    font-size: 1.1rem;
}

h5 {
    font-size: 1.1rem;
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
}

ul.btn {
    clear: both;
    display: flex;
    margin-bottom: 30px;
}

ul.btn li {
    width: 49%;
    margin-right: 2%;
}

ul.btn li:last-child {
    margin-right: 0;
}

ul.btn li:first-child p {
    background-color: #8a0124;
}

ul.btn li:last-child p {
    margin-right: 0;
    background-color: #60021a;
}

ul.btn li p {
    font-weight: bold;
    display: block;
    margin: auto;
    text-align: center;
    padding: 10px;
    line-height: 150%;
    color: #fff;
    border-radius: 5px;
    background: url(./images/arrow_w.png)no-repeat right 10px bottom 50%;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 10px, 100%;
    box-shadow: 3px 3px 10px 0px #e8e8e8;
}

ul.btn li p a {
    color: #fff;
    text-decoration: none;
    display: block;
}

ul.btn li p span {
    font-size: 1rem;
}

ul.btn li p.soldout {
    background-color: #646464 !important;
    margin-bottom: 0 !important;
}

ul.btn li p.min_txt {
    background: none;
    color: #8a0124;
    box-shadow: none;
}

.bg-blue {
    background: #daedff;
}

.flex-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.bold_text {
    font-weight: bold;
}

.border-none {
    border-bottom: none !important;
}

a.app-btn.disable {
    pointer-events: none;
    background-color: #646464;
    background-image: none;
}

.btn-end {
    background: #a9a9a9 !important;
    pointer-events: none;
}


/* ---------------------------------------------------------
 sns_area
----------------------------------------------------------*/

.sns_area {
    text-align: right;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0 0;
    margin: auto;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.sns_area .fb_iframe_widget {
    float: right;
    margin-left: 5px;
    display: block;
}

.sns_area .twitter_btn {
    display: inline-block;
}

/* Xに変更 */
.sns_area .twitter_btn a {
    font-size: 12px;
    background: #000;
    color: #fff;
    font-weight: 500;
    padding: 4px 10px 3px;
    border-radius: 3px;
}

.sns_area .twitter_btn a i{
    margin-right: 3px;
}



/* Xに変更 */

@media (max-width: 768px) {
    .inner {
        padding: 20px 20px 60px;
    }

    .c_wrap_wide {
        padding: 50px 10px;
    }

    h2 {
        font-size: 1.5rem;
        margin-bottom: 30px;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    h3 {
        font-size: 1.2rem;
    }

    .sns_area {
        padding: 20px 10px 0;
    }
}

@media (max-width: 768px) {
    ul.btn li p span {
        font-size: .8rem;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    h3 {
        /*  border-left: solid 3px #00358d; */
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    h3.bg_black {
        padding: 8px;
        font-size: 1rem;
    }

    ul.btn {
        display: inherit;
    }

    ul.btn li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    ul.btn li:last-child {
        clear: both;
    }

    ul.btn li p.min_txt {
        margin-bottom: 10px !important;
    }

    h2 span {
        font-size: 1rem;
    }
}


/* ---------------------------------------------------------
 header
----------------------------------------------------------*/

header {
    position: relative;
}

#headerArea {
    background: #000;
    position: relative;
    margin: 0 auto;
}

.header_inner {
    max-width: 1400px;
    margin: auto;
    top: 0;
    z-index: 100;
}

#headerArea #nav {
    width: 100%;
    position: inherit;
    background-color: #000;
    z-index: 500;
}

#headerArea .slicknav_menu {
    display: none;
}

#headerArea #navmenu {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
}

#headerArea #navmenu li {
    display: inline-block;
    line-height: 1;
    font-size: 1rem;
    letter-spacing: 0.07em;
    border-right: solid 1px #545454;
    padding: 0 20px;
}

#headerArea #navmenu li:nth-child(6) {
    border-right: 0;
}


/*参加者の声あり↑*/


/*
#headerArea #navmenu li:nth-child(5) {
    border-right: 0;
} */

#headerArea #navmenu li:last-child {
    border-right: 0;
    padding: 0;
}

#headerArea #navmenu li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    line-height: 30px;
}

#headerArea #navmenu li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* ie 8 */
    -moz-opacity: 0.7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#headerArea .app_btn.pc.disable {
    pointer-events: none;
    background: #646464;
}

#headerArea .header_inner .app_btn {
    display: flex;
    right: 0px;
    top: 100%;
}

#headerArea .app_btn li {
    border-radius: 0 0 5px 5px;
    background-color: #32699d;
    margin: 0;
}

#headerArea .app_btn li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    padding: 0 1.5em;
}

#headerArea .app_btn.sp {
    display: none;
}

#headerArea .app_btn.pc {
    background-color: #32699d;
    padding: 10px 15px;
}

@media screen and (max-width: 1200px) {
    #headerArea .header_inner .app_btn {
        right: 30px;
    }
}

@media screen and (max-width: 1100px) {
    #headerArea .header_inner .app_btn {
        right: 0;
    }

    #headerArea #navmenu li {
        border-right: solid 1px #545454;
        padding: 0px 16px;
        font-size: 0.8rem;
    }

    #headerArea #navmenu li:nth-child(4),
    #headerArea #navmenu li:nth-child(5),
    #headerArea #navmenu li:nth-child(6) {
        border-bottom: none;
    }
}

@media screen and (max-width: 900px) {
    #headerArea {
        display: flex;
    }

    #headerArea .app_btn.sp {
        display: block;
    }

    #headerArea .app_btn.pc {
        display: none;
    }

    #headerArea .header_inner .app_btn.sp {
        right: 0;
    }

    #headerArea .app_btn.sp {
        top: 10px;
    }

    #headerArea .app_btn.sp li {
        border-radius: 5px;
        padding: 0 .5em;
    }

    #headerArea .app_btn.sp li:last-child {
        /* display: none; */
        margin: 10px;
        line-height: 1.9rem;
    }

    #headerArea .app_btn.sp li a {
        font-size: 0.9rem;
    }

    .header_inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #000;
    }

    #headerArea #nav {
        margin-left: 0%;
        width: 100%;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
    }

    #headerArea #navmenu li {
        margin-left: 3px;
        margin-top: 5px;
    }

    #headerArea #navmenu li a {
        font-size: 15px;
        font-size: 1.5rem;
    }

    #headerArea #navmenu li {
        font-size: 15px;
        font-size: 1.5rem;
    }

    #headerArea #nav {
        display: none;
    }

    #headerArea .slicknav_menu {
        display: block;
    }

    #headerArea #navmenu {
        display: none;
    }

    .js #headerArea .slicknav_menu {
        display: block;
    }
}

@media screen and (max-width: 550px) {
    #headerArea .app_btn.sp li a span {
        display: none;
    }

    #headerArea .app_btn li a {
        padding: 0 2px;
    }
}


/* ---------------------------------------------------------
 mainv
----------------------------------------------------------*/

h1.mainv figure img {
    width: 100%;
}


/* .mainv_sp{
	display: none;
}
@media screen and (max-width: 560px) {
	.mainv_sp{
		display: block;
	}
	.mainv_pc{
		display: none;
	}
} */


/* ---------------------------------------------------------
 c_introduction
----------------------------------------------------------*/

#c_introduction .inner {
    padding: 30px 30px 60px;
}

#c_introduction .inner h2 {
    font-size: 1.7rem;
    width: 100%;
    font-weight: 700;
    padding-left: 0.1rem;
}

#c_introduction .inner h2 span {
    padding-left: 0;
}


/*#c_introduction .inner .flex-box{
	flex-wrap: nowrap;
}*/

#c_introduction .inner figure {
    max-width: 150px;
    margin-right: 40px;
}

#c_introduction .inner dl {
    width: 70%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c_introduction .inner dl dt {
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

#c_introduction .inner dl dd {
    background: #E7E7E7;
    width: 47.5%;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 0.95rem;
    line-height: normal;
}

#c_introduction .inner h5 {
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.1rem;
    display: block;
}

#c_introduction .inner .flex-box {
    flex-wrap: nowrap;
}

#c_introduction .inner ul li {
    background: #E7E7E7;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 0.95rem;
    line-height: normal;
}

#c_introduction .inner ul li:nth-child(even) {
    margin-right: 0;
}

@media screen and (max-width: 1100px) {
    #c_introduction .inner ul li br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #c_introduction .inner h2 {
        font-size: 1.2rem;
    }

    #c_introduction .inner figure {
        max-width: 35px;
        margin-right: 10px;
        float: left;
        clear: both;
    }

    #c_introduction .inner h5 {
        margin-top: 0.5rem;
        margin-bottom: 0;
    }

    #c_introduction .inner .flex-box {
        display: inline-block;
        /*        margin-top: 10px;*/
    }

    #c_introduction .inner ul {
        margin-top: 20px;
    }

    #c_introduction .inner ul li {
        width: 100%;
    }

    /*	#c_introduction .inner dl{
    width: -webkit-calc(100% - 110px) ;
    width: calc(100% - 110px) ;
	}
	#c_introduction .inner dl dd{
	width: 100%;
	margin-right:0;
	}*/
    #c_introduction .inner {
        padding: 20px 20px 60px;
    }
}

@media screen and (max-width: 480px) {
    #c_introduction .inner figure {
        max-width: 35px;
    }

    #c_introduction .inner dl {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}


/* ---------------------------------------------------------
 c_merit
----------------------------------------------------------*/

#c_merit .inner ul {
    flex-wrap: wrap;
    align-items: normal;
    justify-content: space-between;
}

#c_merit .inner ul li {
    width: 31%;
    background: #aac4dd;
    margin-right: 1rem;
    padding: 40px 15px;
    color: #323232;
    font-size: 1rem;
    line-height: 1.4;
}

#c_merit .inner ul li:last-child {
    margin-right: 0;
}

#c_merit .inner ul li figure {
    max-width: 220px;
    margin: 0 auto 15px;
}


/*@media screen and (max-width: 768px) {
    #c_merit .inner ul li{
        width: 46%;
        margin-right: 10px;
    }
}*/

@media screen and (max-width: 560px) {
    #c_merit .inner ul li {
        width: 100%;
        margin-right: 0;
        padding: 15px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    #c_merit .inner ul li figure {
        width: 120px;
        margin: 0 10px 0 0;
    }

    #c_merit .inner ul li p {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
        font-size: 0.8rem;
    }
}


/* ---------------------------------------------------------
 c_merit
----------------------------------------------------------*/

.contact {
    background: #F5F5F5 !important;
    padding: 50px 0;
    clear: both;
    text-align: center;
}

a.contact-btn {
    border: 2px solid #32699d;
    color: #32699d;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 0;
    background: url(./images/contact_arrow.png)no-repeat right 10px bottom 50%;
    background-size: 10px;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .contact {
        padding: 20px 0;
    }
}

@media screen and (max-width: 480px) {
    a.contact-btn {
        max-width: 300px;
        font-size: 0.8rem;
    }
}


/* ---------------------------------------------------------
 c_voice
----------------------------------------------------------*/

.c_voice,
#c_program {
    background: url(./images/bg_1.png), url(./images/bg_2.png);
    background-position: top, bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.c_voice .voicelist {
    align-items: normal;
}

.c_voice .voicelist li {
    /*    padding: 20px;*/
    display: flex;
    align-items: center;
    width: 100%;
}

.c_voice .voicelist li img {
    width: 140px;
    margin-right: 20px;
}

.c_voice .voicelist li p span {
    font-size: 0.7rem;
    /* padding-top: 5px; */
    float: right;
    margin-top: 30px;
}

.c_voice .voicelist li dl dt {
    color: #8a0124;
    float: right;
    margin-top: 10px;
    width: 75%;
    text-align: right;
    line-height: 1.4;
}

.c_voice .voicelist li dl dt br {
    display: inline;
}

@media screen and (max-width: 768px) {
    .c_voice .voicelist li {
        width: 100%;
        padding: 0;
        position: relative;
    }

    .c_voice .voicelist li p {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 63px;
    }

    .c_voice .voicelist li img {
        display: block;
        margin: 10px auto;
        width: 60px;
        position: absolute;
        top: 0;
    }

    .c_voice .voicelist li dl dd figure {
        width: 60px;
    }

    .c_voice .voicelist li p span {
        font-size: 0.85rem;
        padding-top: 5px;
    }

    .c_voice .voicelist li:nth-child(5) {
        border-bottom: solid 1.5px #d2d2d2;
    }
}

@media screen and (max-width: 480px) {
    .c_voice .voicelist li dl dd figure {
        width: 50px;
    }
}

.c_voice .pgm_box h3 {
    background: url(./images/60.png) no-repeat;
    padding-left: 1.8em;
    background-size: contain;
}

.c_voice .pgm_box {
    padding: 20px;
    margin-bottom: 30px;
}

.c_voice .pgm_box:last-child {
    margin-bottom: 0;
}

.c_voice .online {
    background: rgba(249, 236, 240, 0.7);
}

.c_voice .offline {
    background: rgba(241, 239, 219, 0.7);
}

@media screen and (max-width: 480px) {
    .c_voice .pgm_box {
        padding: 10px;
    }
}


/* ---------------------------------------------------------
c_voice_participant
----------------------------------------------------------*/

.c_voice.c_voice_participant .voicelist li {
    border-bottom: solid 1px #d2d2d2;
    padding: 20px;
}

.c_voice.c_voice_participant .voicelist li:last-child {
    border-bottom: none;
}

.c_voice.c_voice_participant {
    background: #daedff;
}

@media screen and (max-width: 768px) {
    .c_voice.c_voice_participant .voicelist li {
        padding: 0;
    }
}


/* ---------------------------------------------------------
 c_about
----------------------------------------------------------*/

#c_about .inner figure {
    max-width: 400px;
    float: right;
    clear: both;
    padding-left: 30px;
    padding-bottom: 30px;
}

#c_about .inner p {
    margin-bottom: 15px;
}

#c_about .inner ul li {
    list-style: square !important;
    margin-left: 1rem;
    margin-bottom: 10px;
}

#c_about .inner ul li a {
    text-decoration: underline;
    color: #000;
}

#c_about .image_box {
    background: url(/images/about.jpg) right 0px no-repeat;
    width: 100%;
    background-size: cover;
    background-position: 0 90%;
    height: 280px;
}

@media screen and (max-width: 768px) {
    #c_about {
        background-attachment: scroll;
    }

    #c_about .inner {
        padding: 20px;
    }

    #c_about .image_box {
        height: 200px;
    }
}

@media screen and (max-width: 560px) {
    #c_about .inner figure {
        /*		width: 100%;
		float: none;*/
        padding-left: 15px;
        padding-bottom: 15px;
        max-width: 150px;
    }

    #c_about .image_box {
        height: 100px;
    }
}

@media screen and (max-width: 480px) {
    .about-cont {
        display: flex;
        flex-direction: column;
    }

    #c_about .inner figure {
        padding: 0;
        max-width: 100%;
        order: 2;
        margin-bottom: 10px;
    }
}


/* ---------------------------------------------------------
 c_program
----------------------------------------------------------*/

#c_program .inner {
    flex-wrap: wrap;
    justify-content: flex-start;
}

#c_program .inner h2 {
    width: 100%;
}

#c_program .inner h3.bg_black {
    padding: 5px;
    line-height: 2rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

#c_program .inner span.lecturer {
    display: inline-block;
    background: #fff;
    padding: 0px 8px;
    font-size: .9rem;
    color: #000;
    font-weight: bold;
}

#c_program ul li {
    padding-left: 1rem;
    text-indent: -1rem;
}

#c_program ul.btn_list {
    display: flex;
    max-width: 60%;
    margin: 40px auto;
}

#c_program ul.btn_list li {
    width: 48.5%;
    border: 1px solid;
    text-align: center;
    margin-right: 1%;
    background: #F5F5F5
}

#c_program ul.btn_list li a {
    color: #000;
    padding: 10px 0;
    background: url(/images/bottom_arrow.png)no-repeat right 10px bottom 50%;
    ;
    background-size: 10px;
}

#c_program dl {
    padding: 12px 12px 5px;
    /* display: flex;
    justify-content: left;
    flex-wrap: wrap; */
    line-height: 1.7rem;
}

#c_program dl.bt_border {
    /* border-bottom: solid 2px #f3f3f3; */
}

#c_program dl dt {
    /* width: 46%; */
    /* width: 55%; */
    color: #216ebd;
    font-weight: 600;
    font-size: 17px;
    /* padding-right: 25px; */
    line-height: 2.5rem;
}

#c_program dl dt span {
    font-size: .9rem;
    color: #5f5f5f;
    display: inline-block;
    margin-bottom: 1rem;
}

#c_program dl dd {
    /* width: calc(100% - 55%); */
    /* padding: 0 20px; */
    font-size: 15px;
    padding-left: 1em;
    padding-top: 5px;
    /* padding-left: 1.25em; */
    /* text-indent: -1.25em; */
}

#c_program dl dd p {
    color: #155ba1;
    font-weight: bold;
    font-size: 15px;
}

#c_program dl dd ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    /* background-color: #4c84bd; */
    background-color: #216ebd;
    border-radius: 50%;
    margin-right: 8px;
}

#c_program .inner p.scroll_text {
    display: none;
}

#c_program .inner .program-cont p {
    margin-bottom: 20px;
}

#c_program .inner figure {
    max-width: 550px;
    margin: 40px auto 0;
}

#c_program .inner .table-scroll {
    overflow-x: auto;
}

#c_program .inner table {
    border: 1px solid #707070;
    text-align: left;
    clear: both;
    min-width: 600px;
}

#c_program .inner table tr th {
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 10px;
    background: #EFDEDE;
}

#c_program .inner table tr td {
    padding: 10px;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    font-size: 13px;
    background: #FFF;
}

#c_program .inner table tr td span {
    padding-left: 1rem;
    text-indent: -0.7rem;
    display: block;
}

#c_program .inner table .title {
    width: 23%;
}

#c_program .inner table .detail {
    width: 37%;
}

#c_program .inner table .border-right_none {
    border-right: none;
}

#c_program p.txt_mini {
    text-align: right;
    margin-bottom: 20px;
    /* margin-top: 10px; */
    font-size: .9rem;
}

@media screen and (max-width: 768px) {
    #c_program dl {
        display: block;
    }

    #c_program dl dt,
    #c_program dl dd {
        width: 100%;
    }
}

@media screen and (max-width: 656px) {
    #c_program .inner p.scroll_text {
        display: inline-block;
        font-weight: normal;
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 580px) {
    #c_program .inner h3.bg_black {
        flex-direction: column;
    }

    #c_program .inner span.lecturer {
        margin-top: 5px;
    }
}

@media screen and (max-width: 560px) {
    #c_program .inner figure {
        float: none;
        padding-left: 0;
        width: 100%;
    }

    #c_program .inner figure {
        margin: 20px auto 0;
    }
}

ul.course_ul {
    background-color: #fff;
    padding: 0;
}

ul.course_ul.inner dl {
    border-bottom: solid 2px #f3f3f3;
    margin: 0 20px;
    padding: 12px;
}

ul.course_ul.inner img {
    width: 49%;
    padding: 20px 0;
}

@media screen and (max-width: 480px) {
    #c_program h2 span {
        padding-left: 0;
    }

    #c_program dl dd {
        line-height: 1.5rem;
    }

    #c_program dl dt {
        padding-right: 0;
        line-height: 1.5rem;
        padding: 5px 0;
    }

    #c_program .inner h3.bg_black {
        line-height: 1.7rem;
    }

    #c_program dl dd {
        padding-left: 0;
    }
}


/* ---------------------------------------------------------
 c_overview
----------------------------------------------------------*/

#c_overview table {
    width: 100%;
}

#c_overview table tr th {
    background: #c6cace;
    border-bottom: 1px solid #959595;
    width: 30%;
    padding: 15px 0;
    color: #323232;
}

#c_overview table tr td {
    background: #ffffffcf;
    padding: 10px 15px;
    border-bottom: 1px solid #959595;
}

#c_overview table tr td dl dt {
    width: 10%;
    min-width: 4rem;
}

#c_overview table tr td dl dd {
    width: calc(100% - 4.5rem);
}

#c_overview table tr td ul li {
    padding-left: 1rem;
    /*    text-indent: -1rem;*/
    display: block;
}

#c_overview table tr td ul li h6 {
    font-size: 0.9rem;
    text-indent: 0;
    margin-left: -1rem;
}


/*#c_overview table tr td ul li p{
	padding-left: 1rem;
}*/

a.app-btn {
    color: #FFF;
    max-width: 400px;
    margin: 20px auto;
    padding: 20px 0;
    background: #32699d url(./images/contact_arrow-wh.png)no-repeat right 10px bottom 50%;
    background-size: 10px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3em;
}

#c_overview a.contact-btn {
    max-width: 400px;
    font-size: 0.9rem;
}

#c_overview .btn_flex_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 10px;
}

#c_overview .btn_flex_wrap a {
    width: 47%;
    display: -webkit-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #c_overview table tr td dl dt {
        width: 100%;
    }

    #c_overview table tr td dl dd {
        width: 100%;
        font-size: 0.75rem;
    }

    .btn_flex_wrap a {
        width: 46%;
        font-size: .9rem;
    }
}

@media screen and (max-width: 480px) {
    #c_overview a.contact-btn {
        max-width: 280px;
        font-size: 0.7rem;
    }

    #c_overview table tr td ul li h6 {
        font-size: 0.9rem;
    }

    #c_overview .btn_flex_wrap {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    #c_overview .btn_flex_wrap a {
        width: 100%;
        font-size: .8rem;
    }

    #c_overview .btn_flex_wrap a.app-btn {
        margin: 10px auto;
    }
}


/* ---------------------------------------------------------
c_scenery
----------------------------------------------------------*/

.scenery.flex-box {
    justify-content: space-between;
}

.scenery figure {
    width: 49%;
}

@media screen and (max-width: 480px) {
    .scenery figure {
        width: 100%;
        margin-bottom: 20px;
    }

    .scenery figure:last-child {
        margin-bottom: 0;
    }
}


/* ---------------------------------------------------------
 c_profile
----------------------------------------------------------*/

#c_profile .inner figure {
    min-width: 150px;
    max-width: 280px;
    width: 28%;
}

#c_profile .inner .profile_text {
    padding-left: 30px;
    width: 70%;
}

#c_profile .inner .profile_text h3 span {
    font-size: 1.2rem;
    padding-left: 5px;
}

#c_profile .inner .profile_text p {
    padding-bottom: 10px;
}

#c_profile .inner .profile_text p span {
    font-weight: bold;
}

#c_profile .inner .message-cont {
    border: 1.5px solid #216ebd;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 60px;
}


/* #c_profile .inner .message-cont p{
    margin-bottom: 15px;
} */

@media screen and (max-width: 768px) {
    #c_profile .inner .profile_text {
        padding-left: 15px;
    }

    #c_profile .inner .message-cont {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 560px) {
    #c_profile .profile.flex {
        flex-direction: column-reverse;
    }

    #c_profile .inner .profile_text {
        margin-left: 0px;
        width: 100%;
    }

    #c_profile .inner figure {
        width: 100%;
        margin-bottom: 20px;
    }

    #c_profile .inner .profile_area {
        display: block;
    }

    #c_profile .inner .profile_text h3 span {
        font-size: 0.9rem;
        padding-left: 5px;
    }
}


/* ---------------------------------------------------------
footer
----------------------------------------------------------*/

footer {
    background: #000;
    text-align: center;
    padding-top: 50px;
}

footer h3 {
    line-height: normal;
    margin-bottom: 35px;
}

footer h3 span {
    font-size: 1.1rem;
}

footer h4 {
    padding-bottom: 20px;
    font-size: 2rem;
    padding-bottom: 40px
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer nav {
    margin-bottom: 30px;
}

footer nav ul {
    display: flex;
    /*    margin-bottom: 50px;*/
}

footer nav ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: solid 1px #545454;
}

footer nav ul li:last-child {
    border-right: none;
}

footer nav p:first-of-type {
    background-color: #138dd6;
    border-radius: 25px;
    width: 250px;
    text-align: center;
    margin: auto;
}

footer nav a.app-btn {
    max-width: 300px;
    padding: 13px 0;
    margin: 20px auto;
}

footer p.contact_btn {
    background-color: none;
    border: solid 2px #fff;
    border-radius: 50px;
    color: #fff;
    width: 230px;
    text-align: center;
    margin: 15px auto 0;
}

footer p.contact_btn a {
    background: url(./images/arrow_w.png) no-repeat right 10px bottom 50%;
    background-size: 6px, 100%;
    display: block;
    color: #fff;
    font-size: 1rem;
    border-bottom: none;
    padding: 7px;
}

footer ul.btn li p {
    box-shadow: none;
}

footer ul.btn li p a br {
    display: none;
}

footer ul.btn li p.min_txt {
    color: #fff;
    text-align: left;
}

footer ul.btn li p span {
    display: block;
}

footer p.copy {
    color: #fff;
    font-size: .8rem;
    padding: 10px 0 10px;
}

#footer_contact_btn a {
    border-bottom: 1px solid #fff;
}

p#footer_contact_btn {
    margin-top: 5px;
    font-size: 12px;
}

footer a.contact-btn {
    border: 2px solid #fff;
    color: #fff;
    background: url(./images/contact_arrow_w.png)no-repeat right 10px bottom 50%;
    background-size: 10px;
}



/*@media screen and (max-width: 900px) {
    footer ul.btn li p.min_txt{
        font-size: .8rem;
    }
    footer ul.btn li p a br{
    display: inline;
    }
}*/

@media screen and (max-width: 870px) {
    footer ul.btn li p a br {
        display: none;
    }

    footer nav ul li {
        float: left;
        width: 50%;
        text-align: center;
        padding: 0;
    }

    ul.btn li:last-child p {
        margin-bottom: 50px;
    }

    footer nav ul li:last-child {
        border-right: solid 1px #545454;
    }
}

@media screen and (max-width: 480px) {
    footer ul.btn li p.min_txt {
        font-size: .8rem;
    }

    footer nav p {
        width: 90%;
    }

    footer nav ul {
        margin-bottom: 30px;
    }

    footer nav ul li {
        font-size: 0.8rem;
    }

    a.app-btn {
        margin: 20px auto;
        max-width: 280px !important;
    }
}

.browser {
    color: #c8c8c8;
    font-size: 0.7rem;
    margin: 0 20px 20px;
    border: 1px solid #c8c8c8;
    display: inline-block;
    padding: 10px;
    text-align: left;
}

.browser dl {
    margin: 10px auto;
}

.browser dl dt {
    font-weight: 500;
}


/* ---------------------------------------------------------
finish
----------------------------------------------------------*/

.finish {
    background: #9d9d9e !important;
    pointer-events: none;
    color: #656565 !important;
}

.finish a {
    pointer-events: none;
    background: none !important;
    color: #d1d1d1 !important;
}

#c_schedule .inner .schedule_list p.schedule_btn.finish a {
    color: #d1d1d1 !important;
}