  @charset "UTF-8";

/* = Bugfix For Android
-------------------------------------------------------------- */
* {
	max-height: 999999px;
}

/* = Init
-------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body,
input,
textarea {
	color: #333;
	font-weight: 400;
	font-size: 1.5rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
	line-height: 1.75;
}

p {
	margin: 0;
}

p + p {
	margin-top: 1.5em;
}

p + a {
	margin-top: 1em;
	margin-bottom: 1em;
}

.bold {
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
	background: #fff;
}

figure {
	margin: 0;
}

img,
iframe {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* = reset element style
-------------------------------------------------------------- */
ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* = Anchor
-------------------------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

a:active,
a:hover {
	color: #26a1ff;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a.underline {
	text-decoration: underline;
}

a.img-box {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
	-webkit-transition: 0.35s opacity;
	transition: 0.35s opacity;
}

a.tel,
.tel a {
	opacity: 1;
}

/* = Table
-------------------------------------------------------------- */
table {
	width: 100%;
	margin: 20px 0;
	empty-cells: show;
	border-top: 1px solid #bbb;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-collapse: separate;
	border-spacing: 0;
}

td,
th {
	padding: 10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #bbb;
	border-left: none;
}

th {
	background: #efefef;
}

/* = Input
-------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	padding: 0.2em 0.5em;
	background: #f9f9f9;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

input:hover,
input:focus,
textarea {
	outline: none;
}

input[type="radio"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

/* = Common Class
-------------------------------------------------------------- */
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix {
	min-height: 1px;
}

.clearfix::after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: ".";
}

.floatbox {
	overflow: hidden;
}

.floatlist {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 0;
	list-style: none;
}

.floatlist li {
	display: inline-block;
	font-size: 1.5rem;
	vertical-align: top;
}

.img-box {
	font-size: 0;
	line-height: 1;
	text-align: center;
}

.text-center {
	text-align: center;
}

@media screen and (min-width: 769px) {
	a.tel,
	.tel a {
		pointer-events: none;
	}

	.d-sp {
		display: none !important;
	}
}

@media screen and (max-width: 970px) {
	/* PC */
}

@media screen and (max-width: 768px) {
	/* SP */
	html {
		font-size: 70%;
	}

	.d-pc {
		display: none !important;
	}

	.left,
	.right {
		float: none;
	}
}
