@charset "UTF-8";
/* CSS Document */
:root{
	/* 色 */
	--gold:  #ffd731;
	--navy: #020027;
  /* フォント太さ設定 */
	--thin: 100;
	--regular:400;
	--bold: 700;
	--heavy: 900;
}

body {
  font-family:'Roboto', "Helvetica Neue",
    Arial,
	'Noto Sans JP',
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-style: normal;
	color: #333;
}
address{
	font-style: normal;
}
.content {
	overflow: hidden;
}
section {
	width:100%;
	padding: 50px 5%;
}
section:nth-child(even){
	background: #fff8e5;
}
h1 {
    text-align: center;
    font-size: 2em;
	margin: 2em auto;
}
section h2{
	font-size: 1.3em;
	margin-bottom: 1.3em;
	font-weight: var(--bold);
}
ul li {
	list-style: none;
    margin-bottom: 0.5em;
}

#katsudou ul li::before{
	content:"・";
	font-size: 1em;
	}
#katsudou ul li {
    text-indent: -1em;
    padding-left: 1em;
}
p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 32px;
	text-align: justify;
}
.wrapper {
	margin: 0 auto;
	max-width: 1080px;
}
.wrapper p:last-child{
	margin-bottom: 0;
}
#footer{
	text-align: center;
	padding: 30px;
}
.wh{
	color: #fff;
}
#footer{
	text-align: center;
	padding: 20px auto 30px;
}
@media screen and (max-width:500px){
		p{
		font-size: 1em;
		margin-bottom: 1.5em;
	}
	section{
		padding: 25px 5%;
	}
	h1 {
    padding: 0 5%;
    font-size: 1.4em;
    margin: 1em auto;
	}
	section h2 {
    font-size: 1.2em;
    margin-bottom: 1.2em;
	}
}