@charset "UTF-8";


h2 {font-size: 3rem;}
.guidebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}
.guidebox a{
    display: contents;
}

.guideinner {
    width: calc(100%/3 - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 1px 7px 1px rgb(0 0 0 / 16%);
}

.guideinner:hover{opacity: .7;}


.none{
    background: none!important;
    box-shadow: none!important;
}

.guideinner div {
    height: 185px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.guideinner img {
    max-height: 180px;
    object-fit: contain;
    width: 150px;
    margin: auto;

}

.guideinner p {
    line-height: 15px;
    font-size: 18px;
    margin-top: 10px;
position: relative;
font-weight: 600;
}

.arrow::after{
    position: absolute;
    content: "\f105";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
    right:-25px;
    font-size: 25px;
    color: darkcyan;
}


.guideinner p span {
    font-size: 13px;
}

.btn{font-weight: 600;}

.mail,
.tel{position: relative; padding-left: 20px;}

.mail::before{
    position: absolute;
    content: "\f0e0";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin-left: -50px;
	top: -4px;
    font-size: 35px;
    color: rgb(79 104 104);
}


.tel::before{
    position: absolute;
    content: "\f095";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
    margin-left: -38px;
    top: -4px;
    font-size: 25px;
    color: rgb(79 104 104);
}

.support-box{
width: auto;
background: #eef3f5;
border-radius: 10px;
padding: 30px 40px;
margin: 0 20px;
display: inline-block;
}

/*  */


.tab_box > ul {
	max-width: 1010px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px 10px;
	padding: 0 30px;
	margin: 0 auto;
}

.tab_box > ul li p {
	height: 50px;
	line-height: 18px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #a6a6a6;
	font-weight: bold;
	border: 2px solid #a6a6a6;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
	cursor: pointer;
	transition: .3s;
}

.tab_box span{font-size: 95%;}


.tab_box > ul li.tag1 p,
.tab_box > ul li.tag2 p,
.tab_box > ul li.tag3 p,
.tab_box > ul li.tag4 p,
.tab_box > ul li.tag5 p,{
	color: #126d82;
}

.tab_box > ul li.tag1:hover p,
.tab_box > ul li.tag2:hover p,
.tab_box > ul li.tag3:hover p,
.tab_box > ul li.tag4:hover p,
.tab_box > ul li.tag5:hover p {
	color: #fff;
	background: #126d82;
	border: 1px solid #a6a6a6;
	transform: translateY(-10px);
}

.tab_box > ul li.rearegi.active p,
.tab_box > ul li.tag1.active p,
.tab_box > ul li.tag2.active p,
.tab_box > ul li.tag3.active p,
.tab_box > ul li.tag4.active p,
.tab_box > ul li.tag5.active p{
	color: #fff;
	background: #126d82;
	border: 1px solid #a6a6a6;
}




.tab_content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: .3s;
	padding: 0 10px;
}

.tab_content.active {
	height: auto;
	opacity: 1;
}

.tab_content > h2 {
	padding: 10px 10px 10px 20px;
	margin: 0 0 30px;
	margin-bottom: 10px;
}

.movietitle{background: #ebebeb;}
.tab_content h2{

	text-align: left;
	font-size: 20px;
	padding:15px 20px;
}

.tab_content h3{
	color: #0f4f8a;
	text-align: left;
	padding:15px 15px 10px;
	border-bottom: 1px solid rgb(163, 211, 230);
	border-left: 8px solid rgb(61 155 206);
	font-size: 20px;
	margin-bottom: 20px;
} 



.movie_box {
	display: flex;
	gap: 30px;
}

.movie_box > div:nth-of-type(1) {
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.movie_box > div:nth-of-type(1) a {
	width: 100%;
	display: block;
	line-height: 0;
}

.movie_box > div:nth-of-type(1) video {
	width: 100%;
}

.movie_box > div:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.movie_box > div:nth-of-type(2) a {
	display: block;
	line-height: 0;
}

.movie_box > div:nth-of-type(2) a img {
	width: 140px;
	object-fit: contain;
}

.movie_box > div:nth-of-type(2) a img.frame {
	height: 50px;
	border: 1px solid;
	border-radius: 5px;
	padding: 8px 20px;
}



/* youtube box */
.youtube_box {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	text-align: center;
	margin: 0 auto;
	/* padding-bottom: 40px; */
}

.youtube_box>div {
	/* border: 1px solid #ccc; */
	background: #fff;
	box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.144);
}

.youtube_box>div>p {
	font-weight: bold;
    background: #e9eeed;
    color: #0f2b2b;
	border-bottom: 1px solid #cccccc7c;
	padding: 10px;
	font-size: 18px;

}

.youtube_box video {
	width: 100%;
}

.youtube_box>div a div {
	position: relative;
}

.youtube_box>div a div::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(90, 90, 90, .8);
	margin: -25px 0 0 -25px;
}

.youtube_box>div a div::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 10px solid transparent;
	border-left: 16px solid #fff;
	border-bottom: 10px solid transparent;
	margin: -10px 0 0 -6px;
}

.youtube_box div a {
	display: block;
	padding: 10px;
}

.youtube_box div a:hover {
	opacity: 0.3;
}

.youtube_box div a img {
	width: 100%;
}



@media screen and (max-width:1024px) {
	.youtube_box {
		max-width: 650px;
		grid-template-columns: repeat(2, 1fr);
	}
	


}


@media screen and (max-width:767px) {
    .guidebox {
gap: 10px;
justify-content: center;
    }
    .guideinner {
        width: calc(100%/2 - 8px);

    }

	.guideinner p {
    line-height: 15px;
    font-size: 15px;
    margin-top: 10px;
    position: relative;
    font-weight: 600;
}

.support-box{
	width: auto;
	background: #eef3f5;
	border-radius: 10px;
	padding: 30px 20px;
	margin: 0 10px;
	display: inline-block;
	}
	

/*  */
.tab_box > ul {
	grid-template-columns: repeat(1, 1fr);
	padding: 0 20px;
	gap: 10px 10px;
}

.youtube_box {
	max-width: 500px;
	grid-template-columns: repeat(1, 1fr);
}


}

@media screen and (max-width:424px) {


    .none{
        background: none!important;
        box-shadow: none!important;
        display:none;
    }
    
    .guideinner {
        width: calc(100%/1 - 10px);

    }

}