@charset "utf-8";
/* CSS Document */

/* topArea */
#contents .topArea {
	position: relative;
	display: block;
}
#contents .topArea img{
	width: 100%;
	height: auto;
	margin-left: 0;
}

#contents .topArea h1 {
	position: absolute;
    left: 56%;
    top: 50%;
    margin: 0;
    padding-right: 1em;
    line-height: 1;
    font-weight: bold;
    font-size: 2.5rem;
    transform: translate(-15%, -50%);
}

#contents .topArea .sp {
	display: none;
}

#contents h3 {
    font-size: 1.25rem;
    border-left: 8px solid #A5A5A5;
    line-height: 1.3;
    padding: .5em .5em;
    margin: 1.5em 0;
}

#contents section h3 + p,
#contents section h3 + dl {
	margin-left: 1em;
}

/* disc */
#contents dl.disc dt {
	list-style-type: disc;
    display: list-item;
    margin-left: 1em;
	font-weight: bold;
}

#contents dl.disc dd {
    margin-left: 1em;
}

#contents dl.disc div.flex {
	display: flex;
	margin-bottom: 1em;
}

#contents dl.disc div.flex dt {
	width: 8%;
}

#contents dl.disc div.flex dd {
    margin-left: 0;
}

#contents ol li {
    margin-top: 2em;
}

/* s5-linkV3 */
#contents a.s5-linkV3,
#contents a.tel {
    color: #3865e0;
	font-weight: bold;
}

#contents a.s5-linkV3:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
	margin: 0;
}

#contents a.s5-linkV3.s5-linkV3--down:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M16%2C25.6L0%2C9.6l3.2-3.2L16%2C19.1L28.8%2C6.4L32%2C9.6L16%2C25.6z'%2F%3E%3C%2Fsvg%3E");
	margin: 0 0.3em 0 0.2em;
}

#contents .annotation_16 {
    margin-left: 0;
	font-size: 1rem;
	text-indent: -1em;
    padding-left: 1em;
    display: block;
}

#contents .pct {
    margin: 1em 0;
}

#contents .c5-general--mt0 {
	margin-top: 0;
}

/* chat */
#contents .chat {
	text-align: center;
	margin: 2em 0;
}

#agreementTxt {
    height: 11em;
    margin: 2em 0;
    padding: 1em;
    width: 97%;
    overflow: auto;
    border: 1px solid #cccccc;
}

.textarea ul {
	padding-left: 0;
}

.textarea ul li {
	padding-bottom: 0.5em;
	padding-left: 1em;
    text-indent: -1em;
}


@media screen and (max-width: 1029px){
	#contents .topArea img{
		max-width: 1200px;
	}
	
	#contents .pct.w500 img {
		width: 100%;
		max-width: 500px;
	}
	
	#agreementTxt {
		max-width: 1166px;
		width: auto;
	}
}


@media screen and (max-width: 640px){
	#contents .topArea h1 {
		font-size: 1.5rem;
	}
	
	#contents section h3 + p {
		margin-left: 0;
	}
	
	#contents section h3 + dl {
		margin-left: 0.3em;
	}
	
	#contents ol {
		padding-left: 1.5em;
	}
	
	#contents dl.disc div.flex {
		flex-direction: column;
	}

	#contents dl.disc div.flex dt {
		width: 100%;
		margin-bottom: 0.5em;
	}
	
	.movieArea iframe {
		width: 100%;
		max-width: 392px;
	}
	
	#btnChatOpen span.w_btn,
	#btnChatClose {
		max-width: 300px;
    	width: auto!important;
	}	
}


@media screen and (max-width: 430px){
	#contents .topArea h1 {
		font-size: 1.5rem;
		left: 40%;
		transform: translate(10%, -50%);
	}
	
	#contents .topArea .sp {
		display: block;
	}
}