/* 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%;
}

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="date"],
input[type="tel"],
input[type="email"],
textarea,
select,
button{
	-webkit-appearance: none;
}
input[type="text"],
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: #0075a9;
	text-decoration: underline;
}
input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
	color: #CCC;
}
.select_form{
	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="date"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select{
		padding: 2vw;
		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;
	}
	.select_form::before{
		right: 4vw;
	}
}

@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="date"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select{
		padding: 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: 100px;
	}
	.select_form::before{
		right: 3vw;
	}
}

@media screen and (min-width:1024px){
	body{min-width: 1000px;}
	.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="date"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select{
		padding: 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: 100px;
	}
	.select_form::before{
		right: 20px;
	}
}
