@charset "UTF-8";
/* CSS Document */
.container *{
	box-sizing: border-box;
}
.mainvisualWrap01 {
	background-color: #F5F5F5;
}

.ancNaviWrap01 {
	background-color: #F5F5F5;
	padding-bottom: 25px;
	margin-bottom: 50px;
}
.ancNaviWrap01 .ancNavi {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 780px;
	margin: auto;
	padding-top: 25px;
	gap: 25px 12px;
}
#cont2025late .ancNaviWrap01 .ancNavi ,
#cont2025early .ancNaviWrap01 .ancNavi {
	justify-content: center;
}
#cont2025early .ancNaviWrap01 .ancNavi li{
	width: 183px;
}
#cont2025late .ancNaviWrap01 .ancNavi li {
	width: 183px;
}

.ancNaviWrap01 .ancNavi li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 66px;
	border: 1px solid #1A1A1A;
	border-radius: 100px;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.ancNaviWrap01 .ancNavi li a:link {	color: #1A1A1A;	text-decoration: none;}
.ancNaviWrap01 .ancNavi li a:visited {	color: #1A1A1A;	text-decoration: none;}
.ancNaviWrap01 .ancNavi li a:hover {
	color:#1A1A1A;
	text-decoration: none;
	background-color: #F7D02F;
}
.ancNaviWrap01 .ancNavi li a:active {	color:#1A1A1A;	text-decoration: none;}

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

.contTitWrap01 {
	padding: 45px 0px 45px 0px;
}
.contTitWrap01In {
	background-color: #F5F5F5;
	text-align: center;
	padding: 25px 0px 25px 0px;
}

.contH201 {
	display: inline-block;
	position: relative;
}

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

.contH201.pt01::before {
	content: "";
	background-image: url("/attending/t/osa-d/jr_kanko/images/tit_icon_right.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 55px;
	height: 55px;
	position: absolute;
	top: -26px;
	right: -50px;
}
.contH201.pt01 .titImg01 {
	position: absolute;
	top: -70px;
	left: -230px;
}


.contH201.pt02::before {
	content: "";
	background-image: url("/attending/t/osa-d/jr_kanko/images/tit_icon_left.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 55px;
	height: 55px;
	position: absolute;
	top: -26px;
	left: -50px;
}
.contH201.pt02 .titImg01 {
	position: absolute;
	top: -70px;
	right: -230px;
}


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

.contH201 .s01 {
	display: block;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 500;
}
.contH201 .s02 {
	display: block;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 500;
	background-image: url("/attending/t/osa-d/jr_kanko/images/tit_line01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}
.contH201 .s02 .s0202 {
	font-size: 43px;
}

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

.contFlex01 {
	display: flex;
	justify-content: space-between;
	width: 1024px;
	padding-bottom: 30px;
	margin: 40px auto 0px auto;
	border-bottom: 1px solid #E5E5E5;
}
.contFlex01:last-child {
	border-bottom: none;
}

.contFlexBox01 {
	width: 330px;
}
.contFlexBox01 div:nth-child(n+2) {
    margin-top: 15px;
}
.copyright{
	position: relative;
}
.copyright > span{
	position: absolute;
	bottom: 10px;
	right:10px;
	font-size: 12px;
}

.contFlexBox02 {
	width: 670px;
}
.contFlexBox02 .h301 {
	background-color: #F5F5F5;
	padding: 15px 20px 15px 20px;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 16px;
}
.contFlexBox02 .text01 {
	font-size: 15px;
	line-height: 1.6em;
}
.contFlexBox02 .box01 {
	margin-top: 14px;
	padding-top: 16px;
	border-top: 1px solid #E5E5E5;
}

.mb20 {
	margin-bottom: 20px;
}

.contFlexBox02 .ul01 li {
	display: flex;
}
.contFlexBox02 .ul01 li p:first-child {
	flex-shrink: 0;
}
.contFlexBox02 .ul01 li a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.contFlexBox02 .ul01 li a:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
}

.bannerWrap01 {
	width: 640px;
	margin: 60px auto 80px auto;
}
.bannerWrap01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}



.tab-panel{
	/* width: 1024px; */
	/* margin: 0 auto; */
}
.tab-group_wrap{
	background:#F5F5F5;
}
.tab-group{
	width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}
.tab:first-child{
	margin-right: 20px;
}
.tab{
	flex-grow: 1;
	padding:25px 0;
	list-style:none;
	text-align:center;
	cursor:pointer;
	border-radius: 50px;
	transition: all 0.3s ease;
	font-size: 18px;
	font-weight: 500;
	border:solid 1px #CCC;
	color: #999;
}
.tab:hover{
	transition: all 0.3s ease;
	background:#f6d14c;
	opacity: 0.4;
	border:solid 1px #f6d14c;
}
.tab.is-active{
	background:#f6d14c;
	/* color:#FFF; */
	transition: all 0.2s ease-out;
	opacity:1;
	color: #1A1A1A;
	border:solid 1px #f6d14c;
}
.panel-group{
	/* border:solid 1px #CCC; */
	/* border-top:none; */
	/* background:#eee; */
}
.panel{
	display:none;
}
.panel.is-show{
	display:block;
}
