.breadcrumb {
	display: inline-block;
	margin-top: 12px;
}
.breadcrumb li {
	color: #0A344A;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	position: relative;
}
.breadcrumb li:not(:last-child):after {
	content: ">";
	margin-left: 5px;
}
.breadcrumb a {
	text-decoration: underline;
}
.media {
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
}
.media_inner {
	max-width: 1000px;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
	margin: auto;
}
.media_ttl {
	/*font-family: "Yu Mincho Demibold", serif;*/
	font-size: 40px;
	line-height: 89px;
	letter-spacing: 8px;
	text-align: center;
	color: #145686;
	font-weight: 600;
	margin: 60px auto 58px;
}
.media .lower_con {
	padding-bottom: 0;
}
.media .lower_con .lower_sec .h2_ttl {
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #145686;
	text-align: center;
	margin-bottom: 3rem;
}
.media .lower_con .lower_sec .calendar .h2_ttl{
	margin-top: 0;
}
.media .h2_ttl.aboutMedia_ttl {
	color: #145686;
	margin-bottom: 21px;
	margin-top: 4rem;
}
.aboutMedia_list {
	display: flex;
	flex-wrap: wrap;
	margin: auto -12.5px;
}
.aboutMedia_item {
	width: 33.333333%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.aboutMedia_inner {
	border-radius: 5px;
	background: #f7fafa;
	padding: 20px 18px 60px;
	height: 100%;
	position: relative;
	box-shadow: 0px 5px 15px 0px rgba(159, 162, 162, 0.29);
}
.aboutMedia_buy {
	background-color: #11769B;
	color: #fff;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  width: 140px;
  text-align: center;
}

.lower_con .lower_andersec .lower_sec .aboutMedia_name {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 auto 13px;
	padding:0;
	font-family: "Noto Sans JP",sans-serif;
}
.aboutMedia_info {
	margin-top: 15px;
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 22px;
	color: #0A344A;
}
.aboutMedia_info span {
	display: inline-block;
	letter-spacing: 0.1em;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 3px 0 0;
  margin-right: 10px;
  width: 60px;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
}
.aboutMedia_info li {
	margin-bottom: 3px;
}
.aboutMedia_img {
	text-align: center;
}
.aboutMedia_img img {
	max-width: 142.5px;
	width: 100%;
	height: auto;
}
.aboutMedia_txt {
	font-size: 15px;
	line-height: 22px;
	color: #0A344A;
	overflow: hidden;
	position: relative;
}

.aboutMedia_txt:after {
	content: '...';
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding-right: 7px;
	display: none;
}
@media (max-width: 822px) {
	.aboutMedia_txt:after {
		padding-right: 0;
	}
}
.aboutMedia_txt.show-more:after {
	display: none;
}
.calendar_blk:not(.-show),.calendar_tbl:not(.-active){
	display: none;
}

.calendar_tblHead {
	display: table;
	width: 100%;
	margin-bottom: 6px;
}
.calendar_tblHead > div {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
	background: #11769B;
	border: none;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
}
.calendar_tblHead > div:first-child{
	text-align: center;
}
.calendar_tblHead > div:nth-child(1),
.calendar_tbl tbody td:nth-child(1) {
	width: 8%;
}
.calendar_tblHead > div:nth-child(2),
.calendar_tbl tbody td:nth-child(2) {
	width: 25%;
}
.calendar_tblHead > div:nth-child(3),
.calendar_tbl tbody td:nth-child(3) {
	width: 25%;
}
.calendar_tblHead > div:nth-child(4),
.calendar_tbl tbody td:nth-child(4) {
	width: 42%;
}
.calendar_tbl table {
	width: 100%;
}
.calendar_tbl table tr {
	border-bottom: 1px solid #ECECEC;
}
.calendar_tbl tbody td {
	font-size: 16px;
	line-height: 22px;
	color: #0A344A;
	vertical-align: middle;
	padding: 10px 15px;
	height: 64px;
}
.calendar_tbl tbody td:first-child{
	text-align: right;
}
.calendar_tbl tbody tr:nth-child(odd) {
	background: #F8F8F8;
}
.calendar_tbl .number {
	font-size: 20px;
	font-weight: bold;
	color: #0A344A;
	line-height: 1;
	margin-right: 3px;
}
.calendar_tbl .day {
	font-size: 12px;
	font-weight: bold;
	color: #0A344A;
	line-height: 1;
}
.calendar_tbl .time {
	font-size: 14px;
}
.calendar_months {
	text-align: center;
	margin: 37px auto 42px;
	width: calc(100% - 110px);
	padding: 0 36px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.calendar_months li {
	font-size: 16px;
	line-height: 36px;
	color: #0A344A;
	position: relative;
	width: 66px;
	text-align: center;
	cursor: pointer;
}
.calendar_months .slick-slide{
	cursor: pointer;
}
.lower_con .lower_sec .calendar_months .disabled {
	color: #BCBCBC;
	cursor: default;
	pointer-events: none;
}

.calendar_months li.active {
	color: #fff;
	background: #11769B;
	font-weight: bold;
}
.calendar_months .slick-slide{
	position: relative;
}
.calendar_months .slick-slide:not(:last-child) {
	margin-right: 1px;
}
.calendar_months .slick-slide:not(:last-child):after {
	content: "";
	position: absolute;
	height: 28px;
	width: 1px;
	background: #DCDCDC;
	right: -1px;
	top: 50%;
	margin-top: -14px;
}
.calendar_bar {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #AFC5D6;
}
.calendar_date {
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	color: #11769B;
}
.calendar_select select {
	font-size: 16px;
	line-height: 2.25;
	height: 40px;
	border: 1px solid #AFC5D6;
	border-radius: 3px;
	overflow: hidden;
	min-width: 162px;
	padding: 0 45px 0 20px;
	color: #0A344A;
	font-weight: bold;
	margin-bottom: 10.5px;
	box-sizing: border-box;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/asset/img/io_select.svg) no-repeat center right;
}
.calendar_select select::-ms-expand {
	display: none;
}
.calendar_slide {
	position: relative;
}
.calendar_btn, .calendar_btn.active {
	width: 46px;
	height: 43px;
	cursor: pointer;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.calendar_btn:hover, .calendar_btn.disabled,.calendar_btn.disabled:hover {
	opacity: .5;
}
.calendar_btn.btn_prev {
	background: url(/asset/img/io_prev.svg) no-repeat;
	left: 15px;
}
.calendar_btn.btn_next {
	background: url(/asset/img/io_next.svg) no-repeat;
	right: 15px;
}
.readmore_btn {
	font-size: 13px;
	text-align: right;
	margin: 10px -18px 0 -18px;
	position: absolute;
	background-color: #edf4f5;
	padding: 10px;
	bottom: 0;
  width: 100%;
}
.readmore_btn a {
	color: #11769B;
	font-weight: bold;
}
.readmore_btn a:hover {
	opacity: .7;
}
.readmore_btn a:after {
	width: 30px;
  height: 30px;
  border: 5px solid;
  position: absolute;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}

@media screen and (max-width: 822px) {
	.media_ttl {
		font-size: 24px;
		line-height: inherit;
		margin: 30px auto;
	}
	.media .lower_con .lower_sec .h2_ttl {
		font-size: 16px;
		line-height: 33px;
		margin: 10px 0 33px;
		letter-spacing: 0;
	}
	.media .lower_con .lower_sec .h2_ttl span{
		display: block;
		font-size: 22px;
		letter-spacing: 0.06rem;
	}
	.media .lower_con .lower_sec .h2_ttl.aboutMedia_ttl{
		font-size: 22px;
		margin-top: 0;
	}
	.lower_con .lower_andersec .lower_sec .aboutMedia_name{
		font-size: 15px;
	}
	.aboutMedia{
		padding-top: 50px;
		margin-bottom: 0;
	}
	.aboutMedia_info li{
		font-size: 13px;
	}
	.calendar_btn:hover{
		opacity: 1;
	}
	.calendar_bar{
		border-bottom: 0;
		padding-bottom: 20px;
	}
	.calendar_date{
		font-size: 30px;
		color:#0A344A;
	}
	.aboutMedia_item {
		width: 50%;
	}
	.wrap_scroll {
    position: relative;
    width: 100%;
	}
  .calendar_bar{
  	align-items: center;
  	padding-bottom: 25px;
  }
  .calendar_select select{
  	margin-bottom: 0;
  	padding: 3px 45px 0 20px;
  }
  .calendar_tblHead > div:nth-child(1), .calendar_tbl tbody td:nth-child(1){
  	width: 28.2%;
  	padding-left: 16px;
  	padding-right: 20px;
  	text-align: center;
  }
  .calendar_tblHead > div:nth-child(2), .calendar_tbl tbody td:nth-child(2),
  .calendar_tblHead > div:nth-child(3), .calendar_tbl tbody td:nth-child(3),
  .calendar_tblHead > div:nth-child(4), .calendar_tbl tbody td:nth-child(4) {
    width: 71.8%;
    height: auto;
	}
	.calendar_tbl table tr{
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: flex-end;
  }
	.calendar_tbl tbody td{
  	padding: 20px 0 0;
  	font-size: 15px;
  	height: auto;
  }
  .calendar_tbl .time{
  	font-size: 15px;
  }
	.calendar_tbl tbody td:before{
		display: block;
		font-weight: bold;
		font-size: 13px;
		line-height: 28px;
	}
	.calendar_tbl tbody td:nth-child(3),
	.calendar_tbl tbody td:nth-child(4){
		padding-top: 8px;
	}
	.calendar_tbl tbody td:nth-child(4){
		padding-bottom: 15px;
	}
	.calendar_tbl tbody td:nth-child(4).-blank{
		padding-bottom: 10px;
	}
	.calendar_tbl tbody td:nth-child(2):before{
		content:'局名・掲載メディア名';
	}
	.calendar_tbl tbody td:nth-child(3):before{
		content:'番組名・掲載誌';
	}
	.calendar_tbl tbody td:nth-child(4):not(.-blank):before{
		content:'内容';
	}
  .calendar_tblHead{
  	display: none;
  }
  .calendar_months {
		margin: 0 auto 20px;
		position: relative;
		height: 33px;
		overflow: hidden;
		padding:0;
		width: 100%;
	}
	.calendar_slide{
		width: 65%;
		margin: 0 auto;
	}
  .calendar_months li{
  	width: 33.33%;
  	flex: 0 0 33.3333333333%;
  	font-size: 15px;
  }
  .calendar_btn.btn_prev{
  	left:-27%;
  }
  .calendar_btn.btn_next{
  	right:-27%;
  }
}
@media screen and (max-width: 480px) {
	.aboutMedia_item {
		width: 100%;
	}
	.calendar_bar{
		flex-wrap: wrap;
	}
	.calendar_date{
		font-size: 22px;
	}
}

@media screen and (max-width: 374px) {
	.calendar_select,.calendar_select select{
		width: 100%;
		margin-top: 10px;
	}
	.media .lower_con .lower_sec .h2_ttl{
		font-size: 15px;
	}
}
