@charset "utf-8";
/* CSS Document */

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   PC版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

.onair_wrap{
   position: relative;
   overflow: hidden;
   width: 890px;
   margin: 10px auto 80px auto;
   font-family: 'M PLUS Rounded 1c', sans-serif;
   transform: rotate(0.03deg);
   font-style: normal;
   background-color: rgba(255,255,255,0.50);
   border-radius: 20px;border: rgba(197,226,232,1.00) 2px solid;
   padding: 40px 60px;
   box-sizing: border-box;
}

.onair_k_waku{
   position: relative;
   overflow: hidden;
   width: 100%;
   line-height: 1;
}

.onair_inner{
   position: relative;
   overflow: hidden;
   background-color: rgba(0,0,0,0.60);
   border-left: rgba(173,130,96,1.00) 2px solid;
   border-right: rgba(173,130,96,1.00) 2px solid;
   box-sizing: border-box;
   color: rgba(255,255,255,1.00);
   padding: 0 30px;
   text-shadow: 2px 2px 10px rgba(0,0,0,1.00) ,
   -2px 2px 10px rgba(0,0,0,1.00) ,
   2px -2px 10px rgba(0,0,0,1.00) ,
   -2px -2px 10px rgba(0,0,0,1.00) ;
}

.onair_i01{
   font-weight: 600;
   font-size: 240%;
   text-align: center;
   margin-bottom: 10px;
   color: rgba(63,168,189,1.00);
}


.onair_box_inner{
	position: relative;
	overflow: hidden;
   width: 100%;
   line-height: 1.6;
	display: flex;
	align-items: center;
   flex-wrap: wrap;
	margin-bottom: 30px;
   color: rgba(70,70,70,1.00);
}

.onair_box_inner2{
   line-height: 1.6;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

/* 放送局名 */
.onair_box01{
   text-align: left;
   width: 32%;
   border-bottom: rgba(1,160,251,1.00) 1px solid;
   font-size: 26px;
   padding-bottom: 5px;
   font-weight: 700;
   padding-left: 10px;
   box-sizing: border-box;
   color: rgba(11,118,152,1.00);
}

/* 放送日時 */
.onair_box02{
	float: left;
   width: 68%;
	font-size: 26px;
	text-align: center;
	font-weight: 600;
   border-bottom: rgba(41,243,155,1.00) 1px solid;
   padding-bottom: 5px;
   display: flex;
   justify-content: flex-start;
   flex-wrap: wrap;
}

.oa_t01{
   width: 34%;
   padding-left: 2%;
}

.oa_t02{
   width: 30%;
}

.oa_t03{
   width: 30%;
}

.onair_box03{ /* 注釈 */
   width: 100%;
   padding-left: 37%;
   box-sizing: border-box;
   padding-top: 7px;
}




.onair_ond_box_wrap{
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
}



.onair_ond_box{
	position: relative;
	width: 46%;
	border: rgba(103,194,212,1.00) 1px solid;
   background-color: rgba(237,249,251,1.00);
   border-radius: 20px;
	text-align: center;
	font-size: 120%;
	margin-bottom: 15px;
 	height: 60px;
	line-height: 1.0;
	display: flex;
   -webkit-align-items: center; 
  align-items: center; 
   -webkit-justify-content: center; 
  justify-content: center;
}

.onair_ond_box a{
	display: block;
   overflow: hidden;
	color: rgba(28,131,203,1.00)!important;
	text-decoration: none;
	font-weight: 600;
	width: 100%;
	padding: 30px 10px 25px 10px;
}


.onair_ond_box a:hover{
		color: rgba(255,255,255,1.00) !important;
      text-shadow: none;
}

.onair_ond_box:hover{
	background-color: rgba(74,131,203,1.00);
}


.onair_i02 {
   font-weight: 500;
   font-size: 160%;
   text-align: center;
   margin-bottom: 20px;
   color: rgba(63,168,189,1.00);
}

.onair_i03 {
   font-weight: 500;
   font-size: 120%;
   text-align: center;
   color: rgba(81,81,81,1.00);
   margin-top: 60px;
}




.oa_page_title2_wrap{
   width: 350px;
   margin: auto;
   font-size: 180%;
   margin-bottom: 40px;
   line-height: 1;
}

.oa_page_title2 {
  position: relative;
  padding: 0 .5rem 1rem .5rem;
   text-align: center;
   letter-spacing: 10px;
   color: #67C1D4;
}

.oa_page_title2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}




/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   PC 1450px以下
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */
@media screen and (max-width: 1450px) {

.onair_wrap{
   position: relative;
   overflow: hidden;
   margin: 10px auto 80px auto;
}



}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   PC 1080px以下
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */
@media screen and (max-width: 1080px) {

.onair_wrap{
   position: relative;
   overflow: hidden;
   margin: 10px auto 80px auto;
}

/* 放送局名 */
.onair_box01{
   font-size: 25px;
}

/* 放送日時 */
.onair_box02{
	font-size: 25px;
}


}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   タブレット版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 1024px) {

.onair_wrap{
   width: 90%;
   padding: 40px 30px;
}


.onair_box_inner{
   letter-spacing: 0;
   flex-wrap: wrap;
}

/* 放送局名 */
.onair_box01{
   text-align: center;
   width: 100%;
   border-bottom: none;
   font-size: 25px;
   padding-bottom: 0;
   padding-left: 0;
   box-sizing: border-box;
   letter-spacing: 2px;

}

.onair_box02{
	float: left;
   width: 95%;
	font-size: 22px;
   margin: auto;
	text-align: center;
	font-weight: 600;
   border-bottom: rgba(119,199,215,1.00) 1px solid;
   display: flex;
   justify-content: center;
   flex-wrap: nowrap;
   padding: 0 10px 10px 10px;
   box-sizing: border-box;
}

.oa_t01{
   width: auto;
}

.oa_t02{
   width: auto;
   padding: 0 10px;
}

.oa_t03{
   width: auto;
}

.onair_box03{ /* 注釈 */
   width: 100%;
   padding-left: 0;
   box-sizing: border-box;
   padding-top: 7px;
   font-size: 80%;
   text-align: center;
}


.onair_ond_box{
   width: 48%;
}

}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   スマホ版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 480px) {

.onair_wrap{
   width: 98%;
   padding: 30px 10px;
}

.onair_inner{
   padding: 0 10px;
}

/* 放送局名 */
.onair_box01{
   font-size: 25px;
   color: rgba(12,118,152,1.00);
}

.onair_box02{
	font-size: 22px;
   padding: 0 3px 10px 3px;
   flex-wrap: wrap;
}

.oa_t01{
   width: 100%;
   padding-left: 0;
}

.oa_t02{
   width: 45%;
   text-align: right;
   padding: 0;
   margin-right: 5%;
}

.oa_t03{
   width: 45%;
   text-align: left;
}

.onair_i01{
   font-size: 130%;
}

.onair_i02{
   font-size: 140%;
   margin-bottom: 20px;m
}

.oa_page_title2_wrap{
   width: 90%;
   margin: auto;
   font-size: 140%;
   margin-bottom: 40px;
   line-height: 1;
}

.oa_page_title2 {
  position: relative;
  padding: 0 .5rem 0.5rem .5rem;
   text-align: center;
   letter-spacing: 6px;
   color: #67C1D4;
}

.oa_page_title2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}


.onair_ond_box{
   width: 100%;
}



}