@charset "utf-8";



/*h2 {
    font-size: 2.7rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width:768px){
h2 {
    font-size: 2.4rem;
}
}



h2::after {
    content: "";
    width: 60px;
    margin: 10px 0 35px;
    border-bottom: #0490d8 2px solid;
    display: block;
}

@media screen and (max-width:768px){
h2::after {
    width: 40px;
    margin: 10px 0 20px;
}
}*/

main {
    overflow-x: hidden;
}



/***** summary *****/
#summary {
    margin-top: 60px;
}

@media screen and (max-width:768px){
#summary {
    margin-top: 30px;
    padding: 0 10px;
  }
}

#summary table {
    width: 100%;
}
#summary th {
    width: 25%;
    padding: 5px 10px;
    text-align: left;
    border-bottom: #fff 10px solid;
    background-color: #f3f3f3;
}

@media screen and (max-width:768px){
#summary th {
    width: 100%;
    padding: 0;
    font-weight: bold;
    display: block;
    background: none;
    border-bottom: none;
  }
}

#summary td {
    padding: 5px 10px;
}
@media screen and (max-width:768px){
#summary td {
    margin-bottom: 15px;
    padding: 0 0 0 1em;
    display: block;
}
}



/***** class *****/
.page_tit h2 {
    margin-bottom: 20px;
    padding: 5px 0 5px 20px;
    border-left: 6px solid #160053;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

@media screen and (max-width:768px){
.page_tit h2 {
    font-size: 2.1rem;
    color: #292F9E;
}
}

.tit_wrap {
	margin-bottom: 20px;
}

.tit {
	margin-bottom: 5px;
	padding: .3em .5em;
	background: #CED6FF;
	font-size: 2.2rem;
	font-weight: bold;
	color: #292F9E;
}

@media screen and (max-width:768px){
.tit {
    font-size: 1.7rem;
    letter-spacing: 0;
}
}

.tit_sub {
	margin-bottom: 20px;
	padding: 5px 0 5px 20px;
	border-left: 4px solid #160053;
	font-size: 2rem;
	font-weight: bold;
}

.tit_mini {
	margin-bottom: 10px;
	font-weight: bold;
}

/*h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #160053;
}*/

.flex {
    display: flex;
    justify-content: space-between;
}
.flex.col2 > div {
    width: calc(100% - 40px);
}
@media screen and (max-width:768px){
    .flex.col2 > div {
        width: 100%;
    }
    .flex.col2 > div:first-child {
        margin-bottom: 20px;
    }
}

.borderbox {
    padding: 5px 0 5px 10px;
    border-left: 6px solid #e8f7fc;
}

.item {
    margin-bottom: 50px;
}



#contents .item:last-child {
    margin-bottom: 0;
}



.item_in {
    margin-bottom: 30px;
}



.box1 {
    padding: 30px;
    border: #a164a7 3px dotted;
    border-radius: 10px;
}

@media screen and (max-width:768px){
.box1 {
    padding: 15px;
    border: #a164a7 2px dotted;
    border-radius: 5px;
}
}



.italic {
    font-style: italic;
}



.detail_btn a {
    padding: 7px 10px;
    text-decoration: none;
    color: #000;
    background-color: #f2e2f4;
    transition: .5s;
}

@media screen and (max-width:768px){
.detail_btn a {
    padding: 5px 7px;
}
}



.detail_btn a:hover {
    background-color: #f3f3f3;
}




/***** program *****/
.pro_dl1 {
	margin-top: 10px;
}
.pro_dl1 dt {
    width: 160px;
    font-weight: bold;
    float: left;
    clear: left;
}
.pro_dl1.is_long dt {
	width: 240px;
}
.pro_dl1.is_morelong dt {
	width: 300px;
}

.pro_text {
	padding-bottom: 10px;
	border-bottom: #333 1px dotted;
}


@media screen and (max-width:768px){
.pro_dl1 dt, .pro_dl1.is_long dt, .pro_dl1.is_morelong dt {
    width: 100%;
    float: none;
}
}



.pro_dl1 dd {
    margin-bottom: 10px;
    padding: 0 0 10px 160px;
    border-bottom: #333 1px dotted;
}
.pro_dl1.is_long dd {
	padding-left: 240px;
}
.pro_dl1.is_morelong dd {
	padding-left: 300px;
}

@media screen and (max-width:768px){
.pro_dl1 dd, .pro_dl1.is_long dd, .pro_dl1.is_morelong dd {
    margin-bottom: 10px;
    padding: 0 0 10px 1em;
    border-bottom: #333 1px dotted;
}
}

.disc li {
	list-style-type: disc;
}

.pro_list {
	padding-top: 5px;
}


.pro_tb1 {
    width: 100%;
}



.pro_tb1 th {
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    background-color: #f3f3f3;
    border: #ccc 1px solid;
}



.pro_tb1 td {
	padding: 5px 8px;
	border: #ccc 1px solid;
	text-align: left;
}



.gmt_8 {
    color: #ad5798;
    background-color: #fbf0f8;
}



.gmt_7 {
    color: #57ada4;
    background-color: #eff9f8;
}



.gmt_6-5 {
    color: #5a7099;
    background-color: #edf1f9;
}



.pro_time_cate {
    margin-bottom: 15px;
    display: flex;
}



.pro_time_cate li {
    margin-right: 15px;
    display: flex;
    align-items: center;
}



.pro_time_cate span {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}



.pro_tit_box {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}



.pro_time {
    width: 150px;
    margin-left: 15px;
    padding: 10px 0;
    text-align: center;
    border: #000 1px solid;
}

@media screen and (max-width:768px){
.pro_time {
    width: 60px;
    margin-left: 10px;
    padding: 10px 0;
}
}



.pro_tit {
    position: relative;
    padding: 10px 10px 10px 40px;
    font-weight: bold;
    border: #000 1px solid;
    flex: 1;
    transition: all .2s ease;
    cursor: pointer;
}
.pro_tit:hover {
    background-color: #e8f7fc;
}

.pro_tit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    bottom: 3px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    z-index: 1;
    transition: all .2s ease;
}
.pro_tit_box.open .pro_tit::before {
    bottom: -2px;
    transform: rotate(-135deg);
}

.pro_tit::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #160053;
    border-radius: 50px;
    transition: all .2s ease;
}

.pro_tb_wrap {
    display: none;
}
.item_in:first-of-type .pro_tit_box ~ .pro_tb_wrap {
    display: block;
}


.pro_cap1 dt span {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    font-size: 1.4rem;
    background-color: #f6f5e6;
    border: #ecebcd 1px solid;
    text-align: center;
}



.pro_cap1 dd {
    margin-top: 5px;
    font-weight: bold;
}

.pro_cap_line {
    margin-bottom: 5px;
    clear: both;
}
.pro_cap_line dt {
    float: left;
    clear: left;
    width: 60px;
}
.pro_cap_line dd {
    margin-top: 0;
    padding-left: 65px;
}


.pro_time_cate1 {
    background-color: #000;
}



.pro_time_cate2 {
    background-color: #ad5798;
}



.pro_time_cate3 {
    background-color: #57ada4;
}



.pro_time_cate4 {
    background-color: #5a7099;
}



.pro_tb2 {
    width: 100%;
}



.pro_tb2 td {
    border-right: #E3E8FF 7px solid;
    border-bottom: #E3E8FF 3px solid;
}

@media screen and (max-width:768px){
.pro_tb2 td {
    border-right: #E3E8FF 2px solid;
    border-bottom: #E3E8FF 2px solid;
}
}



.pro_tb2 tr td:nth-child(1) {
    width: 15%;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    background-color: #f3f3f3;
    vertical-align: middle;
}

@media screen and (max-width:768px){
.pro_tb2 tr td:nth-child(1) {
    font-size: 1.2rem;
}
}




@media screen and (max-width:768px){
.pro_tb2 tr td:nth-child(5) {
    padding: 10px 0 10px 5px;
    font-size: 1.3rem;
}
}

.pro_layout {
	display: flex;
}
.pro_ttl {
	font-weight: bold;
}
.pro_layout .pro_ttl {
	width: 14em !important;
}
.pro_layout .pro_label {
	width: 20em;
}
.pro_layout .pro_label.is_short {
	width: 7em;
}
.pro_layout .pro_namae {
	width: 190px;
	padding-left: 0.8em;
}
.pro_layout .pro_namae.is_short {
	width: 7em;
}
.pro_layout .pro_namae.is_long {
	width: 16em;
}
.pro_layout .pro_belong.is_long {
	width: calc(100% - 190px);
}
.pro_layout .pro_namae.is_long ~ .pro_belong {
	width: calc(100% - 16em);
}

.pro_wrap {
	display: flex;
	border-left: 3px solid #e8f7fc;
	padding-left: 10px;
}

.pro_label {
	width: 10em;
}
@media screen and (max-width:768px){
	.pro_layout {
		display: block;
	}
	.pro_layout:not(:last-child) {
		margin-bottom: 10px;
	}
	.pro_layout .pro_namae {
		padding-left: 0;
	}
	.pro_layout .pro_belong {
		width: 100% !important;
	}
}

.pro_name::after {
    content: "";
    clear: both;
    display: block;
}



.pro_name dt, .pro_name2 dt {
    width: 190px;
    line-height: 1.4;
    float: left;
    clear: left;
}

@media screen and (max-width:768px){
.pro_name dt, .pro_name2 dt {
    width: 100%;
    float: none;
}
}


.pro_name dt.long, .pro_name2 dt.long {
    width: 100%;
    line-height: 1.4;
    float: none;
}

@media screen and (max-width:768px){
.pro_name dt, .pro_name2 dt {
    width: 100%;
    float: none;
}
}



.pro_name dd, .pro_name2 dd {
    margin-bottom: 15px;
    padding-left: 190px;
    line-height: 1.4;
}

@media screen and (max-width:768px){
.pro_name dd, .pro_name2 dd {
    margin-top: 5px;
    padding-left: 0;
}
}



.pro_name dd.long {
    padding-left: 0;
    display: flex;
}

.pro_name dd.long .pro_btn {
    margin-right: 20px;
}

@media screen and (max-width:768px) {
.pro_name dd.long {
    display: block;
}

.pro_name dd.long .pro_btn {
    margin-right: 0;
    margin-bottom: 5px;
}
}



.pro_name dd::after, .pro_name2 dd::after {
    content: "";
    display: block;
    clear: both;
}



.pro_name dd:last-child, .pro_name2 dd:last-child {
    margin-bottom: 0;
}



.pro_btn {
    margin-top: 10px;
}

@media screen and (max-width:768px){
.pro_btn {
    margin-top: 7px;
}
}



.pro_btn a {
    width: 180px;
    padding: 6px 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #ad5798!important;
    background-color: #fff;
    border-radius: 100px;
    transition: .5s;
    border: #ad5798 1px solid;
    display: block;
}

@media screen and (max-width:768px){
.pro_btn a {
    width: 180px;
    padding: 3px 0;
    font-size: 1.3rem;
}
}



.pro_btn a:hover {
    color: #fff!important;
    background-color: #ad5798;
}



.pro_btn_ul {
    display: flex;
}
.pro_btn_ul:not(:last-child) {
    margin-bottom: 5px;
}

@media screen and (max-width:768px){
.pro_btn_ul {
    margin-top: 7px;
    display: block;
}
}



.pro_btn_ul li {
    margin-right: 10px;
}

@media screen and (max-width:768px){
.pro_btn_ul li {
    margin-right: 0;
    margin-bottom: 5px;
}

.pro_btn_ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
}



.pro_btn_ul a {
    width: 180px;
    padding: 4px 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #160053!important;
    background-color: #fff;
    border-radius: 100px;
    transition: .5s;
    border: #160053 1px solid;
    display: block;
}

@media screen and (max-width:768px){
.pro_btn_ul a {
    width: 160px;
    padding: 3px 0;
    font-size: 1.3rem;
}
}



.pro_btn_ul a:hover {
    color: #fff!important;
    background-color: #160053;
}



.break {
    color: #999;
}



.not_share {
    margin-top: 10px;
}

@media screen and (max-width:768px){
.not_share {
    margin-top: 8px;
}
}


.not_share span {
    padding: 5px 7px;
    font-size: 1.4rem;
    background-color: #eee;
}

@media screen and (max-width:768px){
.not_share span {
    padding: 3px 5px;
    font-size: 1.3rem;
}
}


.flex {
    display: flex;
    align-items: center;
}

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


.movie_btn_s {
    margin-left: 30px;
}

@media screen and (max-width:768px){
.movie_btn_s {
    margin-left: 0;
    margin-top: 10px;
}
}


.movie_btn_s a {
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
    color: #fff;
	background-color: #a164a7;
	border: #a164a7 3px solid;
    transition: all 0.4s;
	display: block;
    border-radius: 5px;
}

@media screen and (max-width:768px){
.movie_btn_s a {
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
    color: #fff;
	background-color: #a164a7;
	border: #a164a7 3px solid;
    transition: all 0.4s;
	display: block;
    border-radius: 5px;
}
}

.movie_btn_s a:hover {
	color: #a164a7;
	background-color: #fff;
	border: #a164a7 3px solid;
    border-radius: 5px;
}





/***** speaker *****/
.speaker_wrap {
	padding: 20px 20px 0;
	border: 1px solid #ddd;
	background: #efefef;
}
.speaker {
    display: flex;
    flex-wrap: wrap;
}



.speaker_in {
    width: 250px;
    margin-bottom: 20px;
		padding: 0 15px;
    text-align: center;
}
.speaker_in img {
	overflow: hidden;
	border-radius: 90px;
}


.speaker .speaker_in:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width:1050px){
	.speaker {
		justify-content: space-around;
	}
}
@media screen and (max-width:768px){
.speaker .speaker_in:nth-child(4n) {
    margin-right: 4%;
}

.speaker .speaker_in:nth-child(even) {
    margin-right: 0;
}
}



.speaker_in a {
    color: #000;
    text-decoration: none;
    transition: all 0.4s;
}



.speaker_in a:hover {
    opacity: 0.6;
}



.speaker_in figure img {
    width: 180px;
}

@media screen and (max-width:768px){
.speaker_in figure img {
    width: 80%;
}
}



.speaker_in dl::before {
    width: 80px;
    margin: 20px auto 15px;
    content: "";
    display: block;
}



/*.speaker_in dl.speaker1::before {
    border-bottom: #cd8437 5px solid;
}



.speaker_in dl.speaker2::before {
    border-bottom: #cc4189 5px solid;
}



.speaker_in dl.speaker3::before {
    border-bottom: #b5aa33 5px solid;
}



.speaker_in dl.speaker4::before {
    border-bottom: #8cb533 5px solid;
}


.speaker_in dl.speaker5::before {
    border-bottom: #3a679e 5px solid;
}*/





.speaker_in dl {
    margin-top: 15px;
    line-height: 1.3;
}



.speaker_in dt {
    font-weight: bold;
}



.speaker_in dd {
    font-size: 1.5rem;
    margin-top: 5px;
}



.speaker_cate {
    margin-bottom: 30px;
    padding: 15px 20px;
    border: #ccc 2px dotted;
    display: flex;
}

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



.speaker_cate li {
    margin-right: 30px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

@media screen and (max-width:768px){
.speaker_cate li {
    margin-right: 0;
    margin-bottom: 5px;
}

.speaker_cate li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
}



.speaker_cate li span {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    display: block;
}



.speaker_cate li:nth-child(1) span {
    background-color: #cd8437;
}



.speaker_cate li:nth-child(2) span {
    background-color: #cc4189;
}



.speaker_cate li:nth-child(3) span {
    background-color: #b5aa33;
}



.speaker_cate li:nth-child(4) span {
    background-color: #8cb533;
}


.speaker_cate li:nth-child(5) span {
    background-color: #3a679e;
}



.detail {
    display: none;
}



.detail_in {
    padding: 20px 20px 0;
}

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



.cv_tit {
    margin: 20px 0 10px;
    font-weight: bold;
}



.cv_box .cv_tit:first-child {
    margin: 0 0 10px;
}
.cv_box p {
	margin-top: 10px;
}



.cv_name {
    display: flex;
}
.cv_name img {
	overflow: hidden;
	border-radius: 75px;
}

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



.cv_name figure {
    margin-right: 20px;
}

@media screen and (max-width: 768px){
.cv_name figure {
    margin-right: 0;
    text-align: center;
}
}



.cv_name figure img {
    width: 150px;
}



.cv_name dl {
    line-height: 1.3;
}

@media screen and (max-width: 768px){
.cv_name dl {
    margin-top: 20px;
    text-align: center;
}
}



.cv_name dl dt {
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
}



.cv_box {
    margin-top: 30px;
    border-top: #ddd 2px solid;
}
.cv_box .cv_ttl {
	margin-top: 0;
	padding: 10px 0;
	border-bottom: #ddd 2px solid;
}



.cv_dl1 dd {
    margin-bottom: 10px;
    padding-left: 1em;
}



.cv_dl1 dd:last-child {
    margin-bottom: 0;
}


.cv_tb1 th {
    padding-right: 20px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}


.cv_tb1 th.right {
    text-align: right;
}


.cv_tb1 tr td:first-child {
    vertical-align: top;
    white-space: nowrap;
}


@media screen and (max-width: 768px){
.movie_btn {
    /*margin-bottom: 30px;
    padding: 0 10px 30px;
    border-bottom: #eee 2px solid;*/
    padding: 0 10px;
}
}



.movie_btn ul {
    display: flex;
}

@media screen and (max-width: 768px){
.movie_btn ul {
    display: block;
}
}



.movie_btn li {
    width: 48%;
}

@media screen and (max-width: 768px){
.movie_btn li {
    width: 100%;
}
}



.movie_btn li:first-child {
    margin-right: 4%;
}

@media screen and (max-width: 768px){
.movie_btn li:first-child {
    margin-bottom: 4%;
}
}



.movie_btn li a {
    width: 100%;
}



.movie_btn li .no_link {
    width: 100%;
    padding: 25px 0;
    font-weight: bold;
    text-align: center;
    color: #999;
    background-color: #ddd;
    display: block;
    border-radius: 5px;
}



.movie_btn > div .no_link {
    width: 50%;
    margin: 0 auto;
    padding: 25px 0;
    font-weight: bold;
    text-align: center;
    color: #999;
    background-color: #ddd;
    display: block;
    border-radius: 5px;
}

@media screen and (max-width: 768px){
.movie_btn > div .no_link {
    width: 100%;
    margin: 0;
}
}



.movie_list {
    display: flex;
    flex-wrap: wrap;
}



.movie_list figure {
    text-align: center;
}



.movie_list figure::after {
    content: "";
    width: 30%;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: #008ed8 3px solid;
    display: block;
}



.movie_list a figure {
    transition: .3s;
}



.movie_list a figure:hover {
    opacity: 0.7;
}



.movie_list li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
}

@media screen and (max-width: 768px){
.movie_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
}
}



.movie_list li:nth-child(3n) {
    margin-right: 0;
}



.movie_list li a {
    text-decoration: none;
    color: #000;
}



.movie_list li dt {
    font-weight: bold;
    text-align: center;
}



.movie_list li dd {
    margin-top: 5px;
    font-size: 1.4rem;
}



.movie_list li img {
    width: 100%;
}

@media screen and (max-width: 768px){
.movie_list li img {
    width: 70%;
}
}



.moive_box iframe {
    width: 640px;
    height: 360px;
}

@media screen and (max-width: 768px){
.moive_box iframe {
    width: 100%;
    height: 250px;
}
}



.moive_box video {
    width: 640px;
    height: 360px;
}

@media screen and (max-width: 768px){
.moive_box video {
    width: 100%;
    height: 250px;
}
}



.document_btn {
    margin-top: 10px;
    text-align: center;
}



.document_btn a {
    padding: 5px 15px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff!important;
    background-color: #008ed8;
    border-radius: 100px;
    transition: .5s;
}



.document_btn a:hover {
    background-color: #5cb9ea;
}