/* reset */

@charset "UTF-8";
body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	word-wrap: break-word;
	word-break: break-all;
	text-rendering: optimizelegibility;
	background-size: cover;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Arial", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
		sans-serif;
	color: #000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	display: block;
	text-decoration: none;
}

a:hover,
p:hover {
	text-decoration: none;
}

img {
	display: block;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	text-decoration: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	outline: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	outline: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.content-inner {
	max-width: 784px;
	height: auto;
	margin: auto;
	width: 92%;
}

.hidden {
	display: none !important;
}

.show_ipad {
	display: none;
}

@media (min-width: 1025px) {
	.show_sp {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.show_pc {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.show_ipad {
		display: block;
	}
	.hidden_ipad {
		display: none;
	}
}

.select-button {
	background: #ffffff;
	border: none;
	border-bottom: 3px solid rgba(68, 68, 68, 0.29);
	box-shadow: 0px 2px 6px #ccc2bd;
	border-radius: 4px;
	font-weight: bold;
	font-size: 13px;
	height: 38px;
	color: #463d3c;
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

@media screen and (max-width: 1024px) {
	.select-button {
		border-bottom: 2px solid rgba(68, 68, 68, 0.29);
		font-size: 10px;
		line-height: 16px;
		height: 30px;
	}
}
@media screen and (max-width: 320px) {
	.select-button {
		letter-spacing: -0.04em;
	}
}

input[type="text"] {
	background: #ffffff;
	border: 2px solid #463d3c;
	border-radius: 2px;
	height: 48px;
}

/* header */
.header {
	top: 0;
	width: 100%;
	background-color: #fff;
	/* 暫定 */
	z-index: 1;
}

/* footer */
#footer {
	width: 100%;
}
