@charset "utf-8";
/* CSS Document */
.p-second {
	margin-bottom: 2em;
	padding: 1em;
	border-radius: 1em;
	background: var(--lt-orange);
}
.p-second__title {
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 25px;
	margin-bottom: 30px;
	border-radius: 0.5em 0.5em 0 0;
	font-size: 1.5em;
	background: #fff;
}
.p-second__title-date {
	position: relative;
	padding: 10px;
	text-align: center;
	background: var(--ncb-orange);
	color: #fff;
	white-space: nowrap;
}
.p-second__title-date span {
	display: block;
	font-size: 0.8em;
}
.p-second__title-date::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 100%;
	width: 15px;
	height: 100%;
	border-left: solid 1px var(--ncb-orange);
	background: var(--ncb-orange);
	clip-path: polygon(0 0,100% 50%, 0 100%);
}
@media only screen and (max-width: 767px){

  .p-second__title {
    flex-direction: column;
  }
  .p-second__title-date {
    width: 100%;
  }
  .p-second__title-date::after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    height: 25px;
    border-left: none;
    border-top: solid 1px var(--ncb-orange);
    background: var(--ncb-orange);
    clip-path: polygon(0 0, 50% 100%, 100% 0%);
  }
  .p-second__title-text {
    padding: 10px;
    text-align: center;
  }

}
.p-second__title-text {
	padding-right: 10px;
}
.p-second__subtitle {
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 2em;
	font-size: 1.2em;
	background: #fff;
}
.p-second__subtitle span {
	display: inline-block;
	padding: 0 2.5em;
	line-height: 2;
	border-radius: 1em;
	background: var(--ncb-orange);
	color: #fff;
}
.p-second .c-title--03 {
  background: #fff;
}
.p-second__endtitle {
	position: relative;
	background: linear-gradient(transparent 70%, var(--ncb-yellow) 70%);
}
.p-present {
	display: flex;
	align-items: center;
	gap: 10px;
}
.p-present > span:first-of-type {
	width: 15%;
	padding: 0 10px;
	text-align: center;
	background: var(--ncb-orange);
	color: #fff;
	white-space: nowrap;
}

@media only screen and (max-width: 767px){

	.p-present {
		flex-direction: column;
		
	}
	.p-present > span:first-of-type {
		width: auto;
		
	}

}
.p-present-date{
	display: flex;
	font-size: 1.6rem;
	justify-content: space-between;
	font-weight: bold;
}
.p-present-date > p:first-of-type{
	width: calc(15% + 20px);
}
.p-present-date > p:first-of-type > span{
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 0 10px;
	box-sizing: border-box;
}
.p-present-date > p:first-of-type > span:first-of-type{
	background-color:  var(--ncb-orange);
	color: #fff;
	margin-bottom: 3px;
}
.p-present-date > p:first-of-type > span:last-of-type{
	border:1px solid var(--ncb-orange);
	width: 100%;

	color: var(--ncb-orange);
}
.p-present-date > ul{
	flex-basis: 80%;
	display: flex;
}
.p-present-date > ul >li{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 30px;
	line-height: 1.4;
	position: relative;
}
.p-present-date > ul >li p{
	position: relative;
}
.p-present-date > ul >li:not(:last-of-type) p:after{
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	top:  calc((100% - 7px) * 0.5);
	right: -17px;
	font-weight: bold;
	position: absolute;
	background-color: #000;
	border-radius: 100%;
}

.p-present-date > ul >li span.youbi-doyou{
	background-color: var(--ncb-blue);
	color: #fff;
	border-radius: 100%;
	padding: 2px;
	margin-left: 3px;
	font-size: 1.4rem;
}
.p-present-date > ul >li span.youbi-nichi{
	background-color: var(--ncb-red);
	color: #fff;
	border-radius: 100%;
	padding: 2px;
	margin-left: 3px;
	font-size: 1.4rem;
}
.p-present-date > ul >li span.youbi-hei{
	background-color: var(--ncb-brown);
	color: #fff;
	border-radius: 100%;
	padding: 2px;
	margin-left: 3px;
	font-size: 1.4rem;
}
@media only screen and (max-width: 767px){
	.p-present-date > p:first-of-type{
		text-align: center;
		width: 90px;
		margin: 0 auto;
	}
	.p-present-date > p:first-of-type span{

		padding:2px 0;
		margin: 0 auto;
	}
	.p-present-date{
		display: block;
	}
	.p-present-date > ul{
		justify-content: center;
		margin-top: 10px;
	}
	.p-present-date > ul >li{
		margin-right: 20px;
	}
		.p-present-date > ul >li p{
			text-align: center;
		}
	.p-present-date > ul >li:not(:last-of-type) p:after{
		width: 4px;
		height: 4px;
		right: -10px;
	}
}
.p-present-date2{
	display: flex;
	font-size: 1.6rem;
	justify-content: space-between;
	font-weight: bold;
}
.p-present-date2 > p:first-of-type{
	width: calc(15% + 20px);
}
.p-present-date2 > p:first-of-type > span{
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 0 10px;
	box-sizing: border-box;
}
.p-present-date2 > p:first-of-type > span:first-of-type{
	background-color:  var(--ncb-orange);
	color: #fff;
	margin-bottom: 3px;
}
.p-present-date2 > p:first-of-type > span:last-of-type{
	border:1px solid var(--ncb-orange);
	width: 100%;

	color: var(--ncb-orange);
}
.p-present-date2 > ul{
	flex-basis: calc(85% - 35px);
	display: flex;
}
.p-present-date2 > ul >li{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 20px;
	line-height: 1.4;
	position: relative;
}
.p-present-date2 > ul >li p{
	position: relative;
}
.p-present-date2 > ul >li:not(:last-of-type) p:after{
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	top:  calc((100% - 7px) * 0.5);
	right: -12px;
	font-weight: bold;
	position: absolute;
	background-color: #000;
	border-radius: 100%;
}

.p-present-date2 > ul >li span.youbi-doyou{
	background-color: var(--ncb-blue);
	color: #fff;
	border-radius: 100%;
	padding: 2px;
	margin-left: 3px;
	font-size: 1.2rem;
}
.p-present-date2 > ul >li span.youbi-nichi{
	background-color: var(--ncb-red);
	color: #fff;
	border-radius: 100%;
	padding: 2px;
	margin-left: 3px;
	font-size: 1.2rem;
}
.p-present-date2 > ul >li span.youbi-hei{
	background-color: var(--ncb-brown);
	color: #fff;
	border-radius: 100%;
	padding: 2px;
	margin-left: 3px;
	font-size: 1.2rem;
}
@media only screen and (max-width: 1000px){
	.p-present-date2 > p:first-of-type{
		text-align: center;
		width: 90px;
		margin: 0 auto;
	}
	.p-present-date2 > p:first-of-type span{

		padding:2px 0;
		margin: 0 auto;
	}
	.p-present-date2{
		display: block;
	}
	.p-present-date2 > ul{
		justify-content: center;
		margin-top: 10px;
	}
	.p-present-date2 > ul >li{
		margin-right: 20px;
	}
		.p-present-date2 > ul >li p{
			text-align: center;
		}
	.p-present-date2 > ul >li:not(:last-of-type) p:after{
		width: 4px;
		height: 4px;
		right: -10px;
	}

	
}
