@charset "utf-8";

/* = Bugfix For Android
-------------------------------------------------------------- */
* {
	max-height: 999999px;
}

/* = Init
-------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body,
input,
textarea {
	font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.75;
	color: #111;
}
body {
	background: #fff;
}

img, iframe {
	max-width: 100%;
}

/* = reset element style
-------------------------------------------------------------- */

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

/* = Anchor
-------------------------------------------------------------- */
a {
	color: inherit;
}
a:focus {
	outline: none;
}
a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: none;
	opacity: 0.7;
}

a.underline {
	text-decoration: underline;
}

a.img-box {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	transition: 0.35s opacity;
}

a.tel,
.tel a {
	opacity: 1;
}
@media screen and (min-width: 769px) {
	a.tel,
	.tel a {
		pointer-events: none;
	}
}

/* = Table
-------------------------------------------------------------- */
table {
	width: 100%;
	margin: 20px 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}
td,
th {
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1.5;
	border-top: none;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: none;
}
th {
	padding: 15px;
	background: #e2e2e2;
	text-align: center;
}
th:first-child {
	width: 180px;
}
td {
	padding: 15px;
}

/* = Input
-------------------------------------------------------------- */
input,
textarea {
}

select {
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 0.2em 0.5em;
}

input:hover,
input:focus,
textarea {
	outline: none;
}
input[type="radio"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
}

/* = Common Class
-------------------------------------------------------------- */
.relative { position: relative; }
.absolute { position: absolute; }

.left { float: left; }
.right { float: right; }

.clear {
	clear: both;
}
.clearfix {
	min-height: 1px;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.floatbox {
	overflow: hidden;
}
.floatlist {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.floatlist li {
	display: inline-block;
	font-size: 1.5rem;
	vertical-align: top;
}

.img-box {
	font-size: 0;
	line-height: 1;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.sp-only {
		display: none!important;
	}
}

@media screen and (max-width: 768px) {
	.pc-only {
		display: none!important;
	}
}
