@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, img, ol, ul, li, footer, header, section, article, aside, figure {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
html {font-size: 62.5%;/* 10px */}
body {
	font-family: "Lato", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	background: #fee5d1;
	overflow-wrap: break-word;
	word-break: break-all;
	color: #333;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
html, body{
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
header, footer {width: 100%;}
img {
	max-width:100%;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
a img {border: none;}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
ul,ol {
	padding-left: 1.5em;
	margin-bottom: 1em;
}
.pc {display: none;}

#lead {
	background-color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding: 5vw 5vw 5vw 5vw;
}
#catch{
	background-color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 4%;
	border-top: 2px solid #f15405;
	border-bottom: 2px solid #f15405;
}
.tit {
	color: #f15405;
	font-size: 2.4rem;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.1em;
}
h2.subtit {
	font-size: 2.2rem;
	line-height: 1.3em;
	text-align: center;
	margin-top: 15px;
}

#note {
	background-color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding: 5vw 5vw 5vw 5vw;
}
h3 {
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 2em;
	margin-bottom: 1em;
}
h3:first-of-type {
	margin-top: 1em;
}
h4 {
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	text-indent: -0.5em;
}
#lead p,
#note p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 1em;
}
#note p.indent_1 {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
#note p.indent_2{
	text-indent: -1.8em;
	padding-left: 1.8em;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
#note p.bt1em {
	margin-bottom: 1em;
}
#note li {
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
#note a:link {
	text-decoration: underline;
}
#note a:visited {
	text-decoration: underline;
}
#note a:hover {
	text-decoration: none;
}
#note a:active {
	text-decoration: underline;
}
#inquiry {
	background-color: #eee;
	color: #333;
	text-align: center;
	padding: 20px 5%;
}
#inquiry p {
	font-size: 1.4rem;
}
#inquiry a:link {
	color: #333;
	text-decoration: underline;
}
#inquiry a:visited {
	color: #333;
	text-decoration: underline;
}
#inquiry a:hover {
	color: #333;
	text-decoration: none;
}
#inquiry a:active {
	color: #333;
	text-decoration: underline;
}
footer {
	padding:3vw;
}
footer p {
	text-align: center;
	font-size: 1.4rem;
}

#page-top {
	margin: 0;
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	z-index: 10;
}
#page-top a {
	background: #90949e;
	opacity: 0.7;
	text-decoration: none;
	color: #fff;
	width: 75px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
}
#page-top a:hover {
	text-decoration: none;
	background: #90949e;
	opacity: 1;
}
