@charset "utf-8";

@media screen and (max-width: 1199px) {
	.c-contentsMain {
		margin-top: 60px;
	}
	
	.captcha-box {
		width: 40%;
	}
	
	.c-compliance__button a {
		min-width: 15em;
	}
	
	/*20230119*/
	.c-lang-select-menu {
		right: 40px;
	}
	
	
} /* END Responsive 1199px */

@media screen and (max-width: 767px) {
	.u-title__page i {
		font-size: 2rem;
		margin: 5px 0 0;
		display: block;
	}
	
	.c-complianceLogin [type='password'] {
		width: calc(75% - 5px);
	}
	
	.c-complianceLogin [type='button'] {
		width: 25%;
	}
	
	.u-form__require {
	}
	
	.u-table table tr,
	.u-table table th,
	.u-table table td {
		width: 100%;
		display: block;
	}
	
	.u-form .u-table th {
		border-bottom: 0;
	}
	
	.u-form .u-table td {
		border-top: 1px dashed #7d7d7d;
		border-left: 0;
	}
	
	.u-button__next, .u-button__prev {
		width: 100%;
		min-width: 0;
		margin: 10px 0 0;
	}
	
	.u-button__next .u-hide__mobile {
		display: none !important;
	}
	
	.c-compliance__button a {
		width: 100%;
		min-width: 0;
		margin-top: .5em;
	}
	
	.captcha-box {
		width: 75%;
	}
	
	#ssl-seal {
		width: 100%;
		display: block;
	}
	
	#ssl-text {
		width: 100%;
		padding-left: 0;
		display: block;
	}
	
	/*20230119*/
	.c-lang-select-menu {
		font-size: 1.3rem;
		letter-spacing: 0;
		margin: 0 0 40px;
		position: relative;
		top: auto;
		right: auto;
	}
	
	.c-lang-select-menu dl {
		justify-content: flex-start;
	}
	
} /* END Responsive 767px */

@media screen and (max-width: 374px) {
} /* END Responsive 374px */
