/* CSS Document */
@charset "utf-8";

html{
	overflow: auto;
}

body{
	width: 100%;
	min-width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	position: relative;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.7;
	color: #000;
	overflow-x: clip;
/*	overflow: hidden;*/
/*	contain: paint;*/
	word-break: break-all;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
}
body.with_vietnamese{
	font-family: "Arial", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{color: #000; text-decoration: none;}
a:hover,a:active{text-decoration: underline;}

img{
	max-width: 100%;
	height: auto;
	width /***/: auto;
	border: none;
	vertical-align: bottom;
}

.clearfix{zoom: 1; overflow: hidden;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

iframe{max-width: 100%; border: 0;}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
	font-size: 0;
}


/* form */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="email"],
textarea,
select,
button{
	-webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="email"],
textarea,
select{
	width: 100%;
	background: #FFF;
	border: 1px solid #f39c12;
	border-radius: 0;
	outline: none;
	color: #000;
}
input[type="radio"],
input[type="checkbox"],
label,
button{
	cursor: pointer;
}
label a{
	color: #a6937c;
	text-decoration: underline;
}
input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
	color: #CCC;
}
.select_form{
	display: inline-block;
	position: relative;
}
.select_form::before{
	content: "";
	border-top: 10px solid #555;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute; top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}


@media screen and (max-width:767px){
	body{-webkit-text-size-adjust: 100%; font-size: 3.8vw;}
	.pc{display: none !important;}

	input.short{
		width: 50vw;
	}
	input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select{
		padding: 8px 22px 8px 8px;
		font-size: 16px;
	}
	input[type="radio"],
	input[type="checkbox"],
	label{
		font-size: 16px;
	}
	label input[type="radio"],
	label input[type="checkbox"]{
		margin-right: 1vw;
	}
	textarea{
		min-height: 30vw;
	}
	label + label{
		margin-left: 4vw;
	}
	.form_box .input label small{
		margin-left: 2vw;
		color: #0071bc;
	}
	button.del{
		background: none;
		border: none;
		outline: none;
		font-size: 4vw;
		color: #444;
	}
	button.add_btn{
		padding: 1vw 2vw 0.5vw 2vw;
		background: #f39c12;
		border: 1px solid #e08e0b;
		border-radius: 4px;
		font-size: 3.2vw;
		line-height: 1.5;
		font-weight: bold;
		color: #FFF;
		text-align: center;
	}
	button.add_btn i{
		margin-right: 2vw;
	}
	button.add_btn small{
		margin-left: 1.5vw;
	}
	button.delete_btn{
		padding: 1vw 2vw 0.5vw 2vw;
		background: #FFF;
		border: 1px solid #DDD;
		border-radius: 4px;
		font-size: 3.2vw;
		line-height: 1.5;
		font-weight: bold;
		color: #444;
		text-align: center;
	}
	button.delete_btn i{
		margin-right: 2vw;
	}
	button.delete_btn small{
		margin-left: 1.5vw;
	}
	.select_form::before{
		right: 2vw;
	}
}

@media screen and (min-width:768px) and ( max-width:1023px){
	body{-webkit-text-size-adjust: 100%; font-size: 3.8vw;}
	.pc{display: none !important;}

	.over,
	.hover{transition: all 0.2s ease-in 0s;}
	.over:hover{filter: brightness(120%);}
	.hover:hover{opacity: 0.6;}

	input.short{
		width: 150px;
	}
	select{
		width: 100%;
	}
	input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select{
		padding: 10px 15px;
		font-size: 16px;
	}
	input[type="radio"],
	input[type="checkbox"],
	label{
		font-size: 16px;
	}
	label input[type="radio"],
	label input[type="checkbox"]{
		margin-right: 10px;
	}
	label a:hover{
		text-decoration: none;
	}
	textarea{
		min-height: 110px;
	}
	label + label{
		margin-left: 3vw;
	}
	.form_box .input label small{
		margin-left: 1vw;
		color: #0071bc;
	}
	button.del{
		background: none;
		border: none;
		outline: none;
		font-size: 3.2vw;
		color: #444;
	}
	button.add_btn{
		padding: 0.5vw 1.5vw 0 1.5vw;
		background: #f39c12;
		border: 1px solid #e08e0b;
		border-radius: 4px;
		font-size: 3vw;
		line-height: 1.5;
		font-weight: bold;
		color: #FFF;
		text-align: center;
	}
	button.add_btn i{
		margin-right: 1.5vw;
	}
	button.add_btn small{
		margin-left: 1.5vw;
	}
	button.delete_btn{
		padding: 0.5vw 1.5vw 0 1.5vw;
		background: #FFF;
		border: 1px solid #DDD;
		border-radius: 4px;
		font-size: 3vw;
		line-height: 1.5;
		font-weight: bold;
		color: #444;
		text-align: center;
	}
	button.delete_btn i{
		margin-right: 1.5vw;
	}
	button.delete_btn small{
		margin-left: 1.5vw;
	}
	.select_form::before{
		right: 1vw;
	}
}

@media screen and (min-width:1024px){
	body{min-width: 1620px;}
	body.wide_body{min-width: 1620px;}
	body.top_page{min-width: 1620px;}
	.sp{display: none !important;}

	.over,
	.hover{transition: all 0.2s ease-in 0s;}
	.over:hover{filter: brightness(120%);}
	.hover:hover{opacity: 0.6;}

	input.short{
		width: 150px;
	}
	select{
		width: 100%;
	}
	input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select{
		padding: 10px 25px 10px 15px;
		font-size: 14px;
	}
	input[type="radio"],
	input[type="checkbox"],
	label{
		font-size: 14px;
	}
	label input[type="radio"],
	label input[type="checkbox"]{
		margin-right: 10px;
	}
	label a:hover{
		text-decoration: none;
	}
	textarea{
		min-height: 110px;
	}
	input[type="text"].w350,
	input[type="password"].w350,
	input[type="date"].w350,
	input[type="tel"].w350,
	input[type="email"].w350,
	textarea.w350,
	select.w350{
		width: 350px;
	}
	label + label{
		margin-left: 15px;
	}
	.form_box .input label small{
		margin-left: 10px;
		font-size: 12px;
		color: #0071bc;
	}
	button.del{
		background: none;
		border: none;
		outline: none;
		font-size: 16px;
		color: #444;
		transition: .2s;
	}
	button.del:hover{
		opacity: .6;
	}
	button.add_btn{
		padding: 5px 7px;
		background: #f39c12;
		border: 1px solid #e08e0b;
		border-radius: 4px;
		font-size: 14px;
		line-height: 1.5;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		transition: .2s;
	}
	button.add_btn:hover{
		background: #FFF;
		color: #f39c12;
	}
	button.add_btn i{
		margin-right: 5px;
	}
	button.add_btn small{
		margin-left: 10px;
		font-size: 12px;
	}
	button.delete_btn{
		padding: 5px 7px;
		background: #FFF;
		border: 1px solid #DDD;
		border-radius: 4px;
		font-size: 14px;
		line-height: 1.5;
		font-weight: bold;
		color: #444;
		text-align: center;
		transition: .2s;
	}
	button.delete_btn:hover{
		background: #DDD;
		color: #FFF;
	}
	button.delete_btn i{
		margin-right: 5px;
	}
	button.delete_btn small{
		margin-left: 10px;
		font-size: 12px;
	}
	.select_form::before{
		right: 10px;
	}
}

.hide{
	display: none !important;
}
.point .item.hide{
	display: block !important;
	opacity: 0;
	pointer-events: none;
}

/* ブラウザのネイティブパスワード表示ボタンを非表示 */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
	display: none;
}
input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-clear-button {
	display: none;
}
