@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
table,
th,
td,
form,
input,
select,
textarea,
iframe,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/*---------------------------*/
/*  デバイス間共通要素設定   */
/*---------------------------*/
html {
		width: 100%;
		height: 100%;
}

body {
	width: 100%;
	height: 100dvh;
    margin: 0;
    padding: 0;
	overflow-y: scroll;
    -webkit-text-size-adjust: 100%; /* mobile safari用 */
    font: normal 16px/1.55 'Noto Sans JP',sans-serif;
    color: #444;
    background-color: #fcfcfc;
}

h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.25em;
	line-height: 1.5;
	color: #baa89b;
	margin: 0 0 0.5em;
	padding-left: 0.5em;
	font-feature-settings: "palt";

}
h3 {
	font-size: 1.125em;
	font-weight: 600;
	color: #5a5353;
}
h4 {
	font-size: 1em;
	color: #808080;
	width: 100%;
	margin-bottom: 0.25em;
}
h5 { font-size: 0.8125em }
h6 { font-size: 0.6875em }

hr {
	margin: 0.25em 0;
	border: none;
    border-top: 1px solid #cdd1d0b0;
    background-color: transparent;
    width: 100%;
    height: 1px;
    clear: both;
}

p {
	margin: 0 1em 0.7em;
}

/* 基本リンク色 */
a:link { color: #ffb500; text-decoration: none; }
a:visited { color: #ffb500; text-decoration: none; }
a:hover { color: #ffe299; text-decoration: underline; }
a:active { color: #ffe299; text-decoration: underline; }

ul,dl {
	margin: 0.5em;
}
ul li {
	color: #999;
	list-style: none;
}

ul li > span { color: #222;}

dl dd {
	margin-bottom: 0.2em;
	margin-left: 1em;
}

dl.parts {
	display: block;
	width: 95%;
	margin: 0 auto;
}