﻿@charset "UTF-8";
/* 基本ＣＳＳ (181205) */

/* default */
* {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.35em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}




/*
■ 全体設定
============================================================================= */
html, body {
	height: 100%;
}

body {
}

h1 span, h2 span {
	font-weight: normal;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.3rem;
}

h4, h5, h6, table {
}

p {
}

a img {
	border-width: 0px;
}

br {
	letter-spacing: normal;
}

hr {
}

table {
	border-collapse: collapse;
}

input, select, button {
	vertical-align: middle;
}

em, address {
	font-style: normal;
}



/* ▼ リスト >> ------------------------------------------------ */
ol {
}

	ul li, ol li {
		list-style: none;
	}

li {
}



/* ▼ クラス >> ------------------------------------------------ */
.attention {
	color: #D00;
}

.alignL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}



/* スマホ用 */
@media screen and (max-width:779px) {
	html {
		font-size: 5vw;
	}

	* {
		font-size: 1rem;
		line-height: 1.35em;
		text-indent: 0.5rem;
	}

	h2 {
		font-size: 1.3rem;
	}

	h3 {
		font-size: 1.2rem;
	}
}
