@charset "utf-8";
/* ===================================================================
　基本タグの再定義
=================================================================== */
*, 
*::before, 
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	min-width: 340px;
	color: #54483d;
	font-weight: 300;
}
p {
	margin: 0;
	line-height: 2;
}
* + p {
	margin-top: 1em;
}
figure {
	margin: 0;
}
a {
	color: #0985c8;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a:hover {
	color: #0985c8;
	text-decoration: none;
}
a img {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.5;
}
img {
	max-width: 100%;
	height: auto;
}
main img {
	display: block;
	margin: 2em auto;
}
em {
	font-weight: 700;
	font-style: normal;
}
ol, ul {
	margin: 1em 0;
	padding: 0 0 0 1.4em;
}
li ol, li ul {
	margin: 1em 0 0.4em 0;
}
ol > li, ul > li {
	margin: 0.4em 0 0 0;
}
dt {
	margin: 0.4em 0 0 0;
}
dd {
	margin: 0.4em 0 0 0;
}
th, td > *:first-child {
	margin-top: 0;
}
th, td > *:last-child {
	margin-bottom: 0;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
hr {
	margin: 10vw 0;
	border: 0;
	border-bottom: 1px solid #dddddd;
	mix-blend-mode: multiply;
}
.pure-g > *[class^="pure-u"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	hr {
		margin: 3em 0;
	}
	.pure-img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
}
/* ===================================================================
  Fontの再定義
=================================================================== */
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.125rem;
}
h4, h5 {
	font-size: 1rem;
}
html, button, input, select, textarea, .pure-g [class*="pure-u"] {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-feature-settings: "palt";
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6, p, small, dt, dd, li, caption, tbody, tfoot, thead, tr, th, td, figcaption, span {
	letter-spacing: 0.06em;
}
p {
	font-size: 0.938rem;
}
@media screen and (min-width: 768px) {
	h1 {
		font-size: 2.375rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.375rem;
	}
	h4, h5 {
		font-size: 1.25rem;
	}
	p {
		font-size: 1rem;
	}
}