/* 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: "Noto Sans JP", "Hiragino Sans W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	letter-spacing: 0.1em;
	overflow: hidden;
	word-break: break-all;
}

a{color: #000; text-decoration: none;}
a:hover,a:active{text-decoration: underline;}

img,
svg{
	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;
}

strong{
	font-weight: 700;
}


/* 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: #F8F8F8;
	border: none;
	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;
}


@media screen and (max-width:768px){
	body{-webkit-text-size-adjust: 100%; font-size: 3.8vw;}

	.pc{display: none !important;}

	input[type="text"],
	input[type="date"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select{
		padding: 3vw 2vw;
		font-size: 16px;
	}
	input[type="radio"],
	input[type="checkbox"],
	label{
		font-size: 16px;
	}
	label input[type="radio"],
	label input[type="checkbox"]{
		margin-right: 2vw;
	}
	textarea{
		min-height: 30vw;
	}
	label + label{
		margin-left: 4vw;
	}
}

@media screen and (min-width:769px){
	body{min-width: 1000px;}
	.sp{display: none !important;}

	.over{transition: all 0.2s ease-in 0s;}
	.over:hover{filter: brightness(120%);}

	input[type="text"],
	input[type="date"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select{
		padding: 15px;
		border: none;
		font-size: 18px;
	}
	input[type="radio"],
	input[type="checkbox"],
	label{
		font-size: 18px;
	}
	label input[type="radio"],
	label input[type="checkbox"]{
		margin-right: 10px;
	}
	label a:hover{
		text-decoration: none;
	}
	textarea{
		min-height: 235px;
	}
	label + label{
		margin-left: 25px;
	}
}
