@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.cont_inner {
	max-width: 1000px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.para {
	line-height: 1.6;
}
}
/* -----------------------------------------------------------
	main_content_wrap
----------------------------------------------------------- */
.meeting_link{
	display: block;
	width: 300px;
	margin: 0 auto;
}

.meeting_link_text{
	display: block;
	color: #333;
	margin: 8px auto 40px;
	text-align: center;
}


@media screen and (max-width: 767px){

	.meeting_link{
		width: 70%;
		margin: 0 auto;
	}

	.meeting_link_text{
		margin-bottom: 20px;
	}
}


/* -----------------------------------------------------------
	program_wrap
----------------------------------------------------------- */
.program_wrap {
	background: #f4f4f4;
	padding: 60px 0;
	margin: 20px auto 0;
}
.program_wrap .selectday {
	max-width: 800px;
	margin: 0 auto 40px;
}
.program_wrap .selectday ul li {
	width: calc(98% / 2);
	float: left;
	margin: 0 0.5%;
	border-left: 1px solid #fff;
}
.program_wrap .selectday ul li:first-child {
	border: none;
}
.program_wrap .selectday ul li a {
	display: block;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 8px 0;
	text-decoration: none;
	position: relative;
}
.program_wrap .selectday ul li a:hover {
	opacity: .7;
}
.program_wrap .selectday ul li a::after {
 	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    left: auto;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
}
.program_wrap .para {
	margin-bottom: 10px;
}
.program_wrap .para2 {
	font-size: 15px;
	letter-spacing: 0.05em;
}
.release_date {
	text-align: right;
	margin-bottom: 4px;
}
.program_wrap .sec {
	margin-bottom: 30px;
    background: #fff;
    padding: 20px 0 10px;
}
.program_wrap .time_2 {
	font-size: 16px;
	float: left;
    margin-top: 0.2em;
	min-width: 140px;
}
.program_wrap .sec_ttl {
	font-size: 19px;
	font-weight: bold;
	float: left;
    width: calc(100% - 150px);
    margin-bottom: 4px;
}

.program_wrap .ttlbox {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-left: 20px;
}
.program_wrap .semi_box {
	font-size: 16px;
	/*font-weight: bold;*/
	padding-left: 160px;
}
.program_wrap .semi_box_inner {
	margin-bottom: 30px;
	padding: 0 50px 0 0;
}
.program_wrap .semi_box_inner.typ01 {
	margin-bottom: 10px;
}
.program_wrap .syozo {
	font-size: 90%;
	font-weight: normal;
}
.program_wrap .endai {
	text-decoration: underline;
	font-weight: bold;
}

.program_wrap .list_1 dt {
	float: left;
    margin-bottom: 0.4em;
}
.program_wrap .list_1 dd {
	margin-left: 5.5em;
    margin-bottom: 0.4em
}
.program_wrap .list_1.st_ind {
	/*padding-left: 1.8em;*/
	line-height: 1.5;
}
.program_wrap .list_2 dt {
	float: left;
    margin-bottom: 0.4em;
	width: 8.5em;
	text-align: right;
}
.program_wrap .list_2 dd {
	margin-left: 8.5em;
    margin-bottom: 0.4em
}
.program_wrap .list_3 dt {
	float: left;
    margin-bottom: 0.4em;
	width: 3.5em;
}
.program_wrap .list_3 dd {
	margin-left: 3.5em;
    margin-bottom: 0.4em
}
.program_wrap .sec.recep {
	padding: 10px 0 10px;
	margin-bottom: 30px;
	
}
.program_wrap .welcome {
	padding: 14px 0 14px;
}
.program_wrap .welcome .semi_box_inner {
	margin-bottom: 0;
}
.program_wrap .recep .ttlbox {
	border-bottom: none;
	margin-bottom: 0;
}
.program_wrap .comed {
	padding: 0;
	margin-bottom: 10px;
}
.program_wrap .comed_inner {
	/*padding-left: 20px;*/
}
.program_wrap .comed .ttlbox {
	background: #000000;
	padding-top: 8px;
	border: none;
	margin-bottom: 0;
	color: #fff;
}
.program_wrap .comed.nobg .ttlbox {
	background: none;
	color: #000;
}
.program_wrap .comed .ttlbox .sec_ttl {
	width: calc(100% - 300px);
}
.program_wrap .comed .ttlbox .sec_area {
	font-size: 17px;
	float: right;
    width: 120px;
    margin-bottom: 4px;
}
.program_wrap .comed .ttlbox .time_2 {
	font-weight: bold;
}
.program_wrap .sponsor {
	font-size: 94%;
	font-weight: normal;
}
.program_wrap .luncheon {
	width: 240px;
	text-align: center;
	background: #9e3d3f;
	color: #fff;
	padding: 2px 8px;
	font-weight: bold;
}
.program_wrap .zacbox .list_2 {
	width: 530px;
	float: right;
	font-size: 16px;
    /*font-weight: bold;*/
	background: #f4f4f4;
	padding: 8px 16px;
	margin-bottom: 8px;
}
.online {
	background: #222;
	color: #fff;
	padding: 2px 8px;
	line-height: 1;
	font-weight: normal;
	font-size: 14px;
	margin-left: 8px;
	margin-right: 2px;
}
.icon_online {
	width: 30px;
}
.break {
	background: #ddd;
	padding: 8px 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

/* リンク追記  */

.sec a{
	background-color: #333;
	color: #fff;
	position: relative;
	padding: 6px 8px;
	padding-right: 25px;
	text-decoration: none;
}

.sec a::after{
	content: url(../../../img/ico_pdf_w.svg);
	display: block;
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	right: 8px;
}

.sec a:hover{
	text-decoration: underline;
}

.sec a:hover .sec a::after{
	text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.program_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
.program_wrap .selectday {
	margin-bottom: 20px;
}
.program_wrap .selectday ul li a {
	font-size: 12px;
	text-align: left;
	padding-left: 8px;
}
.program_wrap .selectday ul li a::after {
    right: 8px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
}
.program_wrap .para2 {
	font-size: 14px;
	letter-spacing: 0;
	margin-bottom: 30px;
}
.program_wrap .time_2 {
	float: none;
	margin-bottom: 0;
	font-size: 14px;
}
.program_wrap .sec_ttl {
	font-size: 15px;
	float: none;
	width: 100%;
}
.program_wrap .ttl_st2 {
	margin-left: 0;
}
.program_wrap .release_date {
	font-size: 86%;
}
.program_wrap .sec {
	margin-bottom: 20px;
	padding: 12px 0 4px;
}
.program_wrap .welcome {
	padding: 12px 0 10px;
}
.program_wrap .comed_inner {
	padding: 12px 0 4px;
}
.program_wrap .comed .ttlbox .sec_ttl {
	width: 100%;
}
.program_wrap .comed .ttlbox .sec_area {
	font-size: 12px;
	position: absolute;
	right: 0;
	width: 80px;
	top: 10px;
}
.program_wrap .zacbox .list_2 {
	width: 100%;
	float: none;
	font-size: 13px;
}
.program_wrap .list_2 dt {
	float: none;
	margin-bottom: 0;
	text-align: left;
}
.program_wrap .list_2 dd {
	margin-left: 0;
}
.program_wrap .comed {
	margin-bottom: 20px;
	padding: 0;
}
.program_wrap .comed .ttlbox {
	padding: 8px;
	padding-bottom: 4px;
	position: relative;
}
.program_wrap .semi_box {
	padding-left: 0;
	font-size: 13px;
}
.program_wrap .sponsor {
	display: block;
}
.program_wrap .ttlbox {
	padding-left: 10px;
}
.program_wrap .semi_box_inner {
	padding: 0 10px;
	margin-bottom: 20px;
}
.program_wrap .semi_box_inner.typ01 {
	margin-bottom: 0;
}
.break {
	padding: 4px 10px;
	margin-bottom: 20px;
}

.online {
	font-size: 11px;
}
.icon_online {
	width: 22px;
}

.sec a{
	padding: 4px 6px;
	padding-right: 23px;
}

.sec a::after{
	top: 65%;
	right: 6px;
}
}