@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.cont_inner {
	max-width: 1400px;
	overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.para {
	line-height: 1.6;
}
}
/* -----------------------------------------------------------
	position Space
----------------------------------------------------------- */
.posiSpace_1 {
	height: 440px;
}
.posiSpace_2 {
	height: 130px;
}
.posiSpace_3 {
	height: 444px;
}
.posiSpace_4 {
	height: 550px;
}
.posiSpace_5 {
	height: 138px;
}
.posiSpace_6 {
	height: 83px;
}
.posiMatch_partner_1,
.posiMatch_partner_2,
.posiMatch_partner_3 {
	position: relative;
}
.posiMatch_partner_1::before {
	display: block;
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
	bottom: 30px;
    right: 0;
    background: #fff;
}
.posiMatch_partner_3::before {
	display: block;
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
	bottom: 100px;
    right: 0;
    background: #fff;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
.posiSpace_1 {
	height: 640px;
}
.posiSpace_3 {
	height: 374px;
}
.posiSpace_4 {
	height: 620px;
}
.posiSpace_5 {
	height: 0;
}
.posiSpace_6 {
	height: 108px;
}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
.posiSpace_1 {
	height: 640px;
}
.posiSpace_3 {
	height: 514px;
}
.posiSpace_4 {
	height: 620px;
}
.posiSpace_5 {
	height: 0;
}
.posiSpace_6 {
	height: 108px;
}
}
@media screen and (max-width: 767px){
.posiSpace_1,
.posiSpace_2,
.posiSpace_3,
.posiSpace_4,
.posiSpace_5,
.posiSpace_6 {
	height: auto;
}
.posiMatch_partner_1::before,
.posiMatch_partner_2::before {
	display: none;
}
}
/* -----------------------------------------------------------
	main_content_wrap
----------------------------------------------------------- */
.flyer_box {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-bottom: 20px;
}
.flyer_box .item {
	width: 250px;
	text-align: center;
}
.flyer_box .item a {
	display: block;
	color: #333;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.flyer_box .item a img {
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.meeting_link_text{
	display: block;
	color: #333;
	margin: 8px auto 40px;
	text-align: center;
}
.flyer_box .item .date {
	font-size: 13px;
}
@media screen and (max-width: 767px){
.flyer_box {
	gap: 10px;
}
.flyer_box .item a img {
	margin-bottom: 5px;
}
.flyer_box .item a {
	font-size: 13px;
	line-height: 1.4;
}
}


/* -----------------------------------------------------------
	program_wrap
----------------------------------------------------------- */
.program_wrap {
	background: #f4f4f4;
	padding: 20px 0 60px;
	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 .sepa_wrap {
	display: flex;
	justify-content: space-between;
}
.program_wrap .jvt,
.program_wrap .cvt {
	width: 48.5%;
}
.program_wrap .sepa_ttl {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	background: #9e3d3f;
    color: #fff;
	line-height: 2;
}

.program_wrap .para {
	margin-bottom: 10px;
}
.program_wrap .para2 {
	font-size: 15px;
	/*letter-spacing: 0.05em;*/
}
.release_date {
	text-align: right;
	margin-bottom: 30px;
}
.program_wrap .sec {
	margin-bottom: 30px;
    background: #fff;
    padding: 20px 0 10px;
	z-index: 1;
    position: relative;
}
.program_wrap .time_2 {
	font-size: 15px;
	float: left;
    margin-top: 0.2em;
	min-width: 120px;
	font-weight: bold;
    letter-spacing: 0;
}
.program_wrap .sec_ttl {
	font-size: 19px;
	font-weight: bold;
	float: left;
    width: calc(100% - 120px);
    margin-bottom: 4px;
}

.program_wrap .ttlbox {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-left: 20px;
}
.program_wrap .semi_box {
	font-size: 15px;
	/*font-weight: bold;*/
	padding-left: 20px;
}
.program_wrap .semi_box_inner {
	margin-bottom: 20px;
	padding: 0 20px 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 .person_part {
	display: flex;
	/*margin-top: 5px;*/
}
.program_wrap .person_part dt {
	white-space: nowrap;
}
.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;
	min-height: 45px;
}
.program_wrap .comed.nobg .ttlbox {
	background: none;
	color: #000;
}
.program_wrap .comed .ttlbox .sec_ttl {
	width: calc(100% - 120px);
}
.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 {
	display: inline-block;
	min-width: 240px;
	text-align: center;
	background: #9e3d3f;
	color: #fff;
	padding: 2px 16px;
	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;
	text-align: center;
}
.zoom {
	font-size: 14px;
	margin-left: 10px;
}

/* リンク追記  */

.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;
}
.sponsored {
	font-size: 16px;
}
.sepa_wrap .area {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}
.program_wrap .ttlbox.wide_cvt .time_2 {
	visibility: hidden;
}
.program_wrap .ttlbox.wide_cvt .sec_ttl {
	display: none;
}
.program_wrap .ttlbox.wide {
	position: relative;
}
.program_wrap .ttlbox.wide::before {
	display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
	background: #000;
	z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.program_wrap .time_2 {
	float: none;
    margin-bottom: 0;
}
.program_wrap .sec_ttl {
	font-size: 17px;
	width: 100%;
}
.program_wrap .comed .ttlbox {
	position: relative;
	min-height: 70px;
}
.program_wrap .comed .ttlbox .sec_ttl {
	width: 100%;
	font-size: 17px;
}
.program_wrap .comed .ttlbox .sec_area {
	font-size: 14px;
	width: 90px;
	position: absolute;
	top: 5px;
	right: 0;
}
}
@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 .sepa_wrap {
	display: block;
}
.program_wrap .jvt,
.program_wrap .cvt {
	width: 100%;
}
.program_wrap .sepa_ttl {
	font-size: 16px;
}
.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 .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;
}
.sponsored {
	font-size: 14px;
}
.sepa_wrap .area {
	font-size: 13px;
}
.program_wrap .ttlbox.wide_cvt .time_2 {
	visibility:visible;
}
.program_wrap .ttlbox.wide_cvt .sec_ttl {
	display: block;
}
}
