@charset "utf-8";

/* 基本設定
-------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
li,
dd,
dl {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul,
li,
dt,
dd,
dl {
	list-style-type: none;
}
hr {
	height: 0px;
	margin: 0;
	padding: 0;
	border: none;
}
table,
tr,
th,
td {
	border: none;
}
img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	vertical-align: bottom;
}
a[href*='tel:'] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	font-size: 16px;
	line-height: 140%;
	color: #333;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media all and (-ms-high-contrast: none) {
	body {
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		line-height: normal;
	}
}

/* リンク調整
-------------------------------------------------*/

a {
	outline: none;
}

a:link {
	text-decoration: underline;
	color: #1470cc;
}
a:visited {
	text-decoration: none;
	color: #1470cc;
}
a:active {
	text-decoration: none;
	color: #377;
}
a:hover {
	text-decoration: none;
	color: #377;
}

a.is-hover {
	display: block;
}
a.is-hover img {
	transition: all 0.5s ease;
}
a:hover.is-hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a:hover.is-hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

/* フロート調整
-------------------------------------------------*/

.is-right {
	float: right;
}
.is-left {
	float: left;
}
.is-center {
	clear: both;
	text-align: center;
}

.is-top {
	vertical-align: top !important;
	margin-top: 0;
	margin-bottom: auto;
}
.is-middle {
	vertical-align: middle !important;
	margin-top: auto;
	margin-bottom: auto;
}
.is-bottom {
	vertical-align: bottom !important;
	margin-top: auto;
	margin-bottom: 0;
}

.is-align-left {
	text-align: left !important;
}
.is-align-center {
	text-align: center !important;
}
.is-align-right {
	text-align: right !important;
}

.r-is-align-center {
	text-align: center !important;
}
.r-is-align-left {
	text-align: left !important;
}
.r-is-align-right {
	text-align: right !important;
}

.is-box-sizing {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

/* 角丸
-------------------------------------------------*/

.is-br0 {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.is-br1 {
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
.is-br2 {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.is-br3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.is-br4 {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.is-br5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.is-br6 {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.is-br7 {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.is-br8 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.is-br9 {
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}
.is-br10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.is-br15 {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.is-br20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.pc-none {
	display: none;
}
.sp-none {
	display: block;
}

.device-pc {
	display: block;
}
.device-tab {
	display: none;
}
.device-sp {
	display: none;
}

.m0 {
	margin-bottom: 0px !important;
}

.bold {
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	a[href*='tel:'] {
		pointer-events: auto;
		cursor: pointer;
	}

	body {
		font-size: 14px;
		letter-spacing: 0;
	}

	.pc-none {
		display: block;
	}

	.device-pc {
		display: none;
	}
	.device-tab {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	body {
		line-height: 1.4;
	}

	.device-tab {
		display: none;
	}
	.device-sp {
		display: block;
	}
}
