@charset "utf-8";
/* CSS Document */

#pagetitle{
    background: url("../image/satellite/titlebg.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
}

/*-------------------------------------------------------------------*/

section#a01{
	margin-bottom: 9.32rem;
}
section#a01 .inner{
    margin: 6.76rem auto 0;
	position: relative;
}
section#a01 h3.headline_large{
    position: relative;
	width: unset;
}

section#a01 h3.headline_large dl{
    display: inline-block;
}
section#a01 h3.headline_large dl dt{
    padding-right: 27px;
}

section#a01 h3 + h4{
    font-size: 14px;
    font-weight: 500;
    color: #d96800;
    margin-top: 31px;
}



section#a01 .inner > .txts{
	line-height: 1.73;
        font-size: 13px;
        margin-top: 17px;
	text-align: justify;
}
/*-------------------------------------------------------------------*/

.ceremony_live{
	background: #fff;
	border-radius:9px; 
	padding: 22.5px 17.5px 31px;
	margin-top: 43px;
	
}

.ceremony_live h5{
	        font-family: "Zen Kaku Gothic New", sans-serif;
	color: #2b8f41;
	display: flex;
	flex-direction: column;
        font-weight: 700;
                font-size: 17.5px;
	        align-items: center;
	gap: 8px;
	        letter-spacing: 0.05em;
	justify-content: center;
	
}

.ceremony_live h5::after{
	content: "";
	width: calc(100%);
	height: 2.5px;
	background: linear-gradient(to right, #2b8f41 19%, #d9d0ba 19%);
}

.ceremony_live > div{
	display: flex;
	margin-top: 12px;
	flex-direction: column;
	gap: 17px;
	
}
.ceremony_live table tr th,
.ceremony_live table tr td{
	font-weight: 500;
	align-content: baseline;
	line-height: 1.73;
	font-size: 13px;
	text-align: left;
	
}
.ceremony_live table tr th{
	color: #2b8f41;
	min-width: 104px;
	
}

.ceremony_live table tr td{
	
}
.ceremony_live table tr td ul{
	margin: 3.5px 0 14px;
}
.ceremony_live table tr td ul li{
display: flex;
	line-height: 1.73;
	gap: 5px;
        align-items: baseline;
}

.ceremony_live table tr td ul li::before{
content: "";
	display: block;
	width:10px;
	height:10px;
	background: #2b8f41;
	border-radius: 50%;
	flex-shrink: 0;
	
}
.ceremony_live figure{
	
}

.ceremony_live figcaption{
text-align: center;
	font-size: 12px;
	margin-top: 12px;
	
}
/*-------------------------------------------------------------------*/
.satellite_lists{
	display: flex;
	flex-direction: column;
	gap:30px;
	margin-top: 39px;
}


.satellite_lists > div{
	border: 1px solid #057500;
	background: #fff;
	border-radius: 9px;
	padding: 20px 17.5px 31px;
}

.satellite_lists .satellite_info{
display: block;
}



.satellite_lists .satellite_info h4{
	color: #057500;
	font-weight:700;
	font-size: 15px;
	line-height: 1.75;

}

.satellite_lists .satellite_info .add{
	font-weight: 500;
	text-align: right;
	        font-size: 13px;
	line-height: 1.73;

}

.satellite_lists  .satellite_overview{
	display: flex;
	gap:8px;
	margin-top:8px;
	flex-direction: column;
}
.satellite_lists  .satellite_photo{
	display: flex;
	flex-direction: column;
	gap:7.5px;
	flex-shrink: 0;
}
.satellite_lists  .satellite_photo img{
	 width: 100%;
}
.satellite_lists  .satellite_overview h5{
font-size: 12px;
	background: #057500;
	color: #fff;
	font-weight: 400;
	        display: flex;
        align-items: center;
        padding: 4px 0;
        justify-content: center;
}
.satellite_lists  .satellite_overview h5 span{
	font-size: 14.5px;
}

.satellite_lists  .satellite_overview h5 + p{
	margin-top: 13px;
	font-size: 13px;
	line-height: 1.73;
	text-align: justify;
}
.satellite_lists  .satellite_events{
	margin-top: 22px;
}

.satellite_lists  .satellite_events h6{
        color: #057500;
        font-weight: 700;
        font-size: 14.5px;
}

.satellite_lists  .satellite_events ul{
	margin-top: 0.35rem;
}

.satellite_lists  .satellite_events ul li{
display: flex;
	line-height: 1.73;
	gap: 7px;
        align-items: baseline;
        font-size: 13px;
	font-weight: 500;
	text-align: justify;
	
}
.satellite_lists  .satellite_events ul li::before{
content: "";
	display: block;
	width:11.5px;
	height:11.5px;
	background: #a1ce00;
	border-radius: 50%;
	flex-shrink: 0;

	
}
.satellite_lists  .satellite_overview div:has(> a){
	        text-align: center;
}



.satellite_lists  .satellite_overview a{
        display: inline-flex;
        align-items: center;
        box-sizing: border-box;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        font-weight: 500;
        background: #057500;
        color: #fff;
        font-size: 13.5px;
        border-radius: 100px;
        margin-top: 15px;
        justify-content: left;
        position: relative;
        padding: 10px 23px;
        border: 2px solid #057500;
        min-width: 198px;
	
}
.satellite_lists  .satellite_overview a::after{
  mask: url("../image/satellite/icon_arrow.svg") no-repeat center;
  background-color: white;
  width: 28.5px;
  height: 28.5px;
	content: "";
	margin-left: auto;
	position: absolute;
	right: 9px;
	
}

/*.satellite_lists  .satellite_overview a:hover{
        background-color: #fff;
        color: #057500;
	opacity: 1;
}
.satellite_lists  .satellite_overview a:hover::after{
  background-color: #057500;
}*/

.satellite_lists  .satellite_contact{

	margin-top: 27.5px;
	border-top:1px solid #057500;
	padding-top: 13.5px;
	font-size: 13.5px;
	
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.satellite_lists  .satellite_contact h5{
	color: #057500;
	font-weight: 700;
	font-size: 13.5px;
	line-height: 1.51;
}
.satellite_lists  .satellite_contact h5 + p{
	font-weight: 500;
	line-height: 1.35;
	margin-top: 3px;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
