@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


/* PC START ###################################################### */
.submit_c {
	min-width: 230px !important;
}

/* バイリンガルボタン */
#builingual {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	padding: 5px 10px !important;
	background: rgba(255,255,255, 0.7) !important;
}
.switch {
	float: right;
	width: 33px;
	margin-left: -15px;
}
.switch input[type="checkbox"] {
	display: none;
}
.switch label {
	display: block;
	box-sizing: border-box;
	padding: 5px 0 8px 0;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	transition: .3s;
}
/* ON */
.switch label span:after {
	content: "OFF";
	font-size: 10px;
	font-weight: 500;
	color: #aaa;
}
.switch #cmn-toggle-1:checked + label {
	background-color: #ffca29;
	box-shadow: none;
}
.switch #cmn-toggle-1:checked + label span:after {
	content: "ON";
	color: #fff;
}
.bili_name dl:nth-of-type(2) dd div,
.bili_name dl:last-of-type dd div {
	display: block !important;
}
.bili_name dl:nth-of-type(2) dd .translate,
.bili_name dl:last-of-type dd .translate {
	display: none !important;
}

/* PC END ###################################################### */



@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
.switch {
	float: right;
	order: 1;
	padding-top: 0px !important;
}
#builingual {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	top: 2px;
	right: auto;
	left: 2px;
	padding: 0px 10px !important;
	background: rgba(255,255,255, 0.4) !important;
}



/* tablet END ###################################################### */
}

@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
#builingual {
	top: auto;
	bottom: 0;
	right: 0;
	padding: 5px !important;
	background: rgba(255,255,255, 0.9) !important;
}

/* smartphone END ################################################## */
}