@charset "utf-8";
/* CSS Document */

/*===========================================
tv bca index.css
=============================================*/

#contents .topArea {
	position: relative;
	display: block;
	
	
}
#contents .topArea h1 {
	position: absolute;
	top: 25%;
	right:1%;
	margin: 0;
	line-height: 1;
	text-shadow: 1px 1px 5px #FFF, -1px -1px 5px #FFF, -1px 1px 5px #FFF, 1px -1px 5px #FFF, 0px 1px 5px #FFF, 0-1px 5px #FFF, -1px 0 5px #FFF, 1px 0 5px #FFF;
}
#contents .topArea h1 span.title {
	display: inline-block;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid #2e2d2d;
	font-size: max(2.2vw, 32px);
}

#contents .topArea h1 span.s_title {
	display: block;
	font-size: max(2vw, 30px);
	text-align: center;
}
#contents .topArea img {
	width: 100%;
	height: auto;
	margin-left: 0;
}


#contents h3{
	display: block;
	margin: 3em auto;
	padding: 16px;
	background-color: #009fb2;
	color: #fff;
	text-align: center;
}

/*　btnlist　*/
#contents .btnArea{
	margin: 0 auto;
	padding: 0 30px;
}

#contents ul.btnList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
#contents ul.btnList li {
	width: calc((100% - 15px) / 2);
	margin-bottom: 15px;
}

#contents ul.btnList li a {
	width: 100%;
	display: inline-block;
	padding: 0.7em 1em;
	border: solid 1px #767676;
	background-color: #fff;
	border-radius: 5px;
	color: #000;
	box-sizing: border-box;
}

#contents ul.btnList li a span:before{
	content: "▼";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 10px;
	padding: 4px 2px 0 2px;
	background-color: #009fb2;
	border-radius: 50%;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
}

#contents ul.btnList li a:hover{
	text-decoration: none;
	background-color: #eee;
}

/* img */

#contents p > img{
	display: inline-block;
	margin-top: 5px;
}

#contents .imageArea{
	margin-top: 2em;
	margin-bottom: 3em;
}

#contents .pct.border > img{
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#contents .pct.center{
	margin-left: 0;
	margin-top: 2em;
	margin-bottom: 3em;
	text-align: center;
}

#contents img.icon {
	vertical-align: middle;
	margin: 0px 4px;
}

#contents .pct p.imageTitle{
	display: block;
	margin: 2em 0 1em;
	padding: 7px 10px;
	background-color: #2f353d;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#contents .imageArea .orange_arrow{
	margin-left: 10px;
	align-self: center;
	text-align: center;
}

#contents .imageArea .orange_arrow:after{
	display: inline-block;
	padding: 0 10px;
	content:"";
	width:0;
	height:0;
	border-style:solid;
	border-width: 40px 0 40px 30px;
	border-color: transparent transparent transparent #ff584f;
}

/* flex */
#contents .flex{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 2em 0;
}

#contents .imageArea.flex{
	justify-content: space-around;
	margin: 2em auto 3em;
}

#contents .imageArea.flex.twoImages {
	width: 80%;
}

#contents .imageArea.flex.al-center{
	align-items: center;
}

#contents .imageArea.flex.twoImages_s{
	width: 68%;
}

#contents .onepoint {
	background: #FFFFCC;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1em;
}

#contents img.onepointicon {
	vertical-align: middle;
	margin: 0px 3px;
}

@media screen and (max-width: 1024px){
	#contents .topArea h1 span.title {
		font-size: max(2.2vw, 26px);
	}
	#contents .topArea h1 span.s_title {
		font-size: max(2.2vw, 22px);
	}
	
	#contents .imageArea.three{
		flex-direction: column;
	}
	#contents .imageArea.three .orange_arrow:after{
		display: block;
		transform: rotate(90deg);
		margin: 0 auto;
	}
}

@media screen and (max-width: 960px){
	#contents .topArea h1 span.title {
		font-size: max(2.2vw, 25px);
	}
	#contents .topArea h1 span.s_title {
		font-size: max(2.2vw, 22px);
	}
	
	#contents .imageArea.flex.twoImages {
		width: 100%;
	}
	#contents .imageArea.flex.twoImages{
		flex-direction: column;
	}
	#contents .imageArea.twoImages .orange_arrow:after{
		display: block;
		transform: rotate(90deg);
		margin: 0 auto;
	}
	#contents .imageArea.flex.twoImages_s{
		width: 100%;
	}

	
}


@media screen and (max-width: 768px){
	#contents .topArea h1 span.title {
		font-size: max(2.2vw, 20px);
	}
	#contents .topArea h1 span.s_title {
		font-size: max(2.2vw, 18px);
	}
	
	#contents ul.btnList li {
		width: 100%;
	}
	
	#contents ul.btnList li a {
		width: 100%;
	}
	#contents .pct{
		margin-left: 0;
	}
	
	#contents .flex .pct{
		margin-top: 0;
	}
	#contents .imageArea.flex.twoImages{
		width: 100%;
	}
	
	#contents .flex:not(.twoImages_s){
		flex-direction: column;
		align-items: center;
		margin: 2em 0;
	}

	#contents .imageArea:not(.twoImages_s) .orange_arrow:after{
		display: block;
		transform: rotate(90deg);
		margin: 0 auto;
	}
	#contents .flex > .pct img {
		padding: 0;
	}
	#contents .imageArea.flex.twoImages_s{
		width: 100%;
	}
}

@media screen and (max-width: 640px){
	
	#contents .pct img:not(.arrow){
		max-width: 400px;
		width: auto;
	}
	#contents .flex.twoImages_s{
		width: 100%;
		flex-direction: column;
		align-items: center;
		margin: 2em 0;
	}
	#contents .imageArea.twoImages_s .orange_arrow:after{
		display: block;
		transform: rotate(90deg);
		margin: 0 auto;
	}
	#contents .pct p.imageTitle.mq_mt0{
		margin-top: 0;
	}
	
}
@media screen and (max-width: 480px){
	#contents .topArea h1{
		top:0;
		margin-top: 12px;
	}
	#contents .topArea h1 span.title,
	#contents .topArea h1 span.s_title{
		width: 100%;
		font-size: 1.1rem;
	}
	
	#contents .topArea h1 span.title {
		margin-bottom: 8px;
		padding-bottom: 4px;
	}
}

@media screen and (max-width: 430px){
	
	#contents .btnArea {
		padding: 0;
	}
	
	#contents .pct img:not(.arrow){
		max-width: 100%;
		height: auto;
	}
}


/* 20241216 */
#contents .movie .m_contents {
    margin: 0 1em 1em;
}

#contents .movie.flex {
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	#contents .movie .m_contents iframe  {
        width: 392px;
        height: 220px;
		max-width: 100%;
	}
}