@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;
}

section#a01 h3.headline_large:not(:first-of-type){
        margin-top: 4.72rem;
}

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

section#a01 h3 + h4{
	font-size: 1.49rem;
	font-weight: 500;
	color: #d96800;
	margin-top: 3.92rem;
}



section#a01 .inner > .txts{
	line-height: 1.76;
	font-size: 1.15rem;
	margin-top: 1.49rem;
}
/*-------------------------------------------------------------------*/

.ceremony_live{
	background: #fff;
	border-radius:18px; 
	padding: 2.3rem 3.38rem 3.38rem 2.7rem;
	margin-top: 2.56rem;
	
}

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

.ceremony_live h5::after{
	content: "";
	width: calc(100% + 0.54rem);
	height: 3px;
	background: linear-gradient(to right, #2b8f41 19%, #d9d0ba 19%);
	        transform: translateX(-0.34rem);
}

.ceremony_live > div{
	display: flex;
	justify-content: space-between;
	margin-top: 1.69rem;
	        align-items: flex-start;
	
}
.ceremony_live table tr th,
.ceremony_live table tr td{
	font-weight: 500;
	align-content: baseline;
	line-height: 1.94;
	font-size: 1.15rem;
	
}
.ceremony_live table tr th{
	color: #2b8f41;
	
}

.ceremony_live table tr td{
	    padding-left: 2.16rem;
	
}
.ceremony_live table tr td ul{
	margin: 0.59rem 0;
}
.ceremony_live table tr td ul li{
display: flex;
	line-height: 1.65rem;
	gap: 5px;
        align-items: baseline;
}

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

.ceremony_live figcaption{
text-align: center;
	font-size: 0.95rem;
	margin-top: 1.15rem;
	
}
/*-------------------------------------------------------------------*/
.satellite_lists{
	display: flex;
	flex-direction: column;
	gap:3.37rem;
	margin-top: 7.43rem;
}


.satellite_lists > div{
	border: 1px solid #057500;
	background: #fff;
        border-radius: 18px;
	        padding: 1.75rem 3.38rem 1.96rem;
}

.satellite_lists .satellite_info{
display: flex;
	justify-content: space-between;
	        align-items: flex-end;
}



.satellite_lists .satellite_info h4{
	color: #057500;
	font-weight:700;
	font-size: 1.55rem;

}

.satellite_lists .satellite_info .add{
	font-weight: 500;

}

.satellite_lists  .satellite_overview{
	display: flex;
	gap:40px;
	margin-top:1.55rem;
}
.satellite_lists  .satellite_photo{
	display: flex;
	flex-direction: column;
	gap:19px;
	flex-shrink: 0;
}
.satellite_lists  .satellite_photo img{
	width: 26.35rem;
}
.satellite_lists  .satellite_overview h5{
font-size: 1.15rem;
	background: #057500;
	color: #fff;
	font-weight: 400;
	        display: flex;
        align-items: center;
        padding: 0.51rem 0;
        justify-content: center;
}
.satellite_lists  .satellite_overview h5 span{
	font-size: 1.35rem;
}

.satellite_lists  .satellite_overview h5 + p{
	margin-top: 1.62rem;
	font-size: 1.15rem;
	line-height: 1.76;
	text-align: justify;
}
.satellite_lists  .satellite_events{
	margin-top: 2.36rem;
}

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

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

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

	
}
.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: 1.08rem;
	        border-radius: 100px;
	        margin-top: 1.62rem;
	        min-width: 260px;
        justify-content: center;
	position: relative;
	padding: 1.05rem 4rem 1.05rem 3rem;
	border: 2px solid #057500;
	
}
.satellite_lists  .satellite_overview a::after{
  mask: url("../image/satellite/icon_arrow.svg") no-repeat center;
  background-color: white;
  width: 2.02rem;
  height: 2.02rem;
	content: "";
	margin-left: auto;
	position: absolute;
	right: 16px;
	
}

.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{
	display: flex;
	margin-top: 2.56rem;
	border-top:1px solid #057500;
	padding-top: 1.89rem;
	        gap: 40px;
	font-size: 1.15rem;
}
.satellite_lists  .satellite_contact h5{
	color: #057500;
	font-weight: 700;
}
.satellite_lists  .satellite_contact h5 + p{
	font-weight: 500;
}

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