@charset "UTF-8";

/*----------------------------------------------------
  共通
----------------------------------------------------*/
#spe {
  background-color: #78c82c;
  min-width: 304px;
  margin: 0 auto;
  font-family: 新丸ゴ R;
}

#spe .font--marugo-r { font-family: 新丸ゴ R; }
#spe .font--marugo-m { font-family: 新丸ゴ M; }
#spe .font--marugo-b { font-family: 新丸ゴ B; }

#spe .section {
  margin: 0 auto;
  width:90%;
}
@media screen and (min-width: 1200px) {
	#spe .section {
		width:900px;
	}
}

#spe h2, #spe h3, #spe h4, #spe p, #spe table, #spe ul{
  color: #000;
}
#spe .float__l { float: left; }
#spe .float__r { float: right; }
#spe .align__r { text-align: right !important; }
#spe .align__c { text-align: center !important; } 

#spe .boxL { float: left; display: inline; width: 270px; }
#spe .boxR { float: right; display: inline; width: 270px; }

#spe .flc { clear: both; position:relative; width:0px; }
#spe .flc span{ display:block; position:absolute; left:-10000px; }

#spe a:hover img { opacity: 0.7; filter: alpha(opacity=70); }
#spe a:hover img.no--opt { opacity: 1; filter: alpha(opacity=100); }

#spe .applyPc{ display:none; }
@media screen and (min-width: 768px) {
  #spe .applyPc{ display:block; }
  #spe .applySp{ display:none; }
}

#spe .applyPc2{ display:none; }
@media screen and (min-width: 992px) {
  #spe .applyPc2{ display:block; }
  #spe .applySp2{ display:none; }
}


/* 共通ボタン */

#spe .placeArea,
#spe .placeArea2 {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 0;
	margin: 0 auto 40px;
	width: 96%;
}
#spe .placeArea li,
#spe .placeArea2 li {
	width: 100%;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	#spe .placeArea,
	#spe .placeArea2 {
		display: flex;
	}
	#spe .placeArea li {
		width: calc(100% / 2 - 1%);
	}

	#spe .placeArea2 li {
		width: 80%;
		margin: 0 auto;
	}
}

/* 共通ボタン a */

#spe .placeArea li a,
#spe .placeArea li span,
#spe .placeArea2 li a,
#spe .placeArea2 li span {
    background: #fff;
    color: #175BA6;
    padding: 6px;
    border-radius: 20px;
    display: block;
    text-align: center;
}

#spe .placeArea li a:hover,
#spe .placeArea2 li a:hover{
    background: #e2f3ff;
    text-decoration: none !important;
	-webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
}

/* spe2019 */

@media screen and (min-width: 992px) {
	#spe.spe2019 .placeArea li {
		width: calc(100% / 3 - 1%);
	}
}
#spe.spe2019 .placeArea li a {
    background: #f6c800;
    color: #175BA6;
}
#spe.spe2019 .placeArea li a:hover {
    background: #f4e200;
}



/*----------------------------------------------------
  巡回ラジオ体操・みんなの体操会 TOP
----------------------------------------------------*/
#spe.speIdx {
}

/*----------------------------------------------------
  巡回ラジオ体操・みんなの体操会 2019年度開催のご案内
----------------------------------------------------*/
#spe.spe2019 .pdfdl p {
	font-weight: bold;
}
#spe.spe2019 .btn {
    background: #f6c800;
    color: #175BA6;
    padding: 6px;
    border-radius: 30px;
    display: block;
    text-align: center;
	font-weight: bold;	
	margin: 0 auto;
}
#spe.spe2019 .btn:hover {
    background: #f4e200;
}
#spe.spe2019 .btn a:hover {
    text-decoration: none !important;
}

#spe.spe2019 .btn br{
	display: inline;
}
@media screen and (min-width: 768px) {
	#spe.spe2019 .btn {
		font-size: 105%;
	}
	#spe.spe2019 .btn br{
		display:none;
	}
}

#spe.spe2019 .mg__w--40 h3 {
	font-size: 110%;
	border-bottom: 2px solid #333333;
	line-height: 1.5em;
	margin:0 10px 20px;
	text-align: left;
}
@media screen and (min-width: 992px) {
	#spe.spe2019 .mg__w--40 h3 {
	font-size: 138%;
	margin:0 10px 25px;
	}
}

/*----------------------------------------------------
  巡回ラジオ体操・みんなの体操会 詳細ページ
----------------------------------------------------*/
#spe.speDetail {
}

#spe .detailArea {
    border: 3px #216bb6 solid;
    background-color: #feffeb;
	margin-bottom: 30px;
    padding-bottom: 40px;
    position: relative;
}    
#spe .detailArea .pageTitle {
    background-color: #f3ac20;
    display: block;
    width: 94%;
    margin: -35px auto 0;
    font-size: 150%;
    font-family: 新丸ゴ B;
    padding: 18px 0;
    line-height: 1em;
    text-align: center;
    border: none !important;
    position: relative;
}   
@media screen and (min-width: 768px) {
	#spe .detailArea .pageTitle {
		width: 450px;
	}
}
#spe .detailArea .pageTitle .arrow {
    position: absolute;
    top: 100%;
    width: 100%;
    line-height:0;
}    
@media screen and (min-width: 768px) {
	#spe .detailArea .pageTitle .arrow {
		width: 450px;
		}
}
#spe .detailArea .kampokun,
#spe .detailArea .yumechan{
    display: none;
}
@media screen and (min-width: 992px) {
	#spe .detailArea .kampokun{
		display: block;
		position: absolute;
		top: 60px;
		left: 10%;
	}       
	#spe .detailArea .yumechan {
		display: block;
		position: absolute;
		top: 60px;
		right: 10%;
	}
}

#spe .detailArea .overview {
    display: block;
    width: 90%;
    margin: 40px auto 40px;
    text-align: center;
}
#spe .detailArea .overview .date {
    font-size: 150%;
    font-family: 新丸ゴ B;
    font-weight: bold;
}

#spe .photoArea {
    text-align: center;
    width: 95%;
    margin: 0 auto 40px;
}
@media screen and (min-width: 992px) {
	#spe .photoArea {
		width: 730px;
	}
}
#spe .photoArea img {
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
	#spe .photoArea .row .col-md-6:nth-child(1) {
		padding-right: 7px;
	}
	#spe .photoArea .row .col-md-6:nth-child(2) {
		padding-left: 7px;
	}
}

#spe .reportArea {
	width: 95%;
    margin: 0 auto 40px;
}
@media screen and (min-width: 992px) {
	#spe .reportArea {
		width: 730px;
	}
}

#spe .voice {
    margin: 0 0 30px;
	display: block;
}
@media screen and (min-width: 768px) {
	#spe .voice {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
#spe .reportArea .voice .title {
    color: #216bb6;
    font-size: 130%;
    font-family: 新丸ゴ M;
    text-decoration: none;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	#spe .reportArea .voice .title {
		    margin-bottom: 20px;
	}
}

#spe .photo img {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

#spe .comment {
		background-color: #ffdc00;
		border-radius: 10px;
		padding: 20px;
		width: 100%;
        margin-left: 0;
    }
@media screen and (min-width: 768px) {
	#spe .comment {
		/*width: 54%;*/
		margin-left: 30px;
		position: relative;
	}
}

#spe .comment::before {
    display: none;
}
@media screen and (min-width: 768px) {
	#spe .comment::before {
		display: block;
		position: absolute;
		content: '';
		background: url(/radio/event/2019/img/i_rdo_evt_spe_arrow02.png) no-repeat;
		width: 30px;
		height: 32px;;
		top: 40%;
		left: -28px;
	}
}
#spe .comment p {margin-bottom: 0;}

#spe .naviArea {
	width: 95%;
    margin: 0 auto ;
}
@media screen and (min-width: 992px) {
	#spe .naviArea {
		width: 605px;
	}
}

#spe .naviArea .float-left img,
#spe .naviArea .float-right img {
	width: 120px;
}
@media screen and (min-width: 992px) {
	#spe .naviArea .float-left img,
	#spe .naviArea .float-right img {
		width: 175px;
	}
}


/* 20230929 追加 */
#spe .placeArea2 li a span.end-txt {
    padding: 5px 0 0 0;
		color: #000;
}
#spe .placeArea2 li a:hover span.end-txt {
    background: #e2f3ff;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}