@charset "utf-8";

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:180%;
	font-size:15px;
	color: #000;
	min-width: 1080px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
	background: #fff;
	cursor: default;
	letter-spacing: 0.1em;
}



.pnone,
.none{
	display: none;
}


.en{
	font-family: "Jost",sans-serif;
}


/* スクロールの幅の設定 */
html::-webkit-scrollbar {
width: 15px;
height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: 0 0 4px #FFF1D4 inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #F8D373;
}

html { scroll-behavior: smooth;}

@media (max-width: 1200px) {
   /* 横幅が1200px以下の場合に適用するスタイル */

img{
    max-width: 1200px;
}
	
}

header{
	padding-top: 30px;
}

header #pagetitle{
	min-width: 1030px;
	margin: auto;
	padding-left: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}

header #pagetitle p,
header #pagetitle h1{
	background: url("https://www.kakogawa.or.jp/img/logo.webp") left center no-repeat;
	padding-left: 50px;
}

header #pagetitle small,
header #pagetitle span{
	display: block;
}

header #pagetitle small{
	font-size: 15px;
}

header #pagetitle span{
	font-size: 22px;
}

#surveikeyimg{
	height: 200px;
	background: #F8D373;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 35px;
}

#surveikeyimg p{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

#surveikeyimg small{
	font-size: 16px;
}

nav ul{
	width: 960px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

nav ul li{
	width: 155px;
	height: 45px;
}

nav ul li a{
	display: block;
	width: 155px;
	height: 45px;
}

nav ul li a img{
	display: none;
}

nav ul li.n01{
	background: url("../img/btn01.webp") center center no-repeat;
}

nav ul li.n02{
	background: url("../img/btn02_view.webp") center center no-repeat;
}

nav ul li.n02 a{
	background: url("../img/btn02.webp") center center no-repeat;
}

nav ul li.n03{
	background: url("../img/btn03_view.webp") center center no-repeat;
}

nav ul li.n03 a{
	background: url("../img/btn03.webp") center center no-repeat;
}

nav ul li.n04{
	background: url("../img/btn04_view.webp") center center no-repeat;
}

nav ul li.n04 a{
	background: url("../img/btn04.webp") center center no-repeat;
}

nav ul li.n05{
	background: url("../img/btn05_view.webp") center center no-repeat;
}

nav ul li.n05 a{
	background: url("../img/btn05.webp") center center no-repeat;
}

nav ul li.n06{
	background: url("../img/btn06_view.webp") center center no-repeat;
}

nav ul li.n06 a{
	background: url("../img/btn06.webp") center center no-repeat;
}

#s01{
	margin-bottom: 100px;
}

#s01 .box_rap01{
	width: 960px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

#s01 .box_rap02{
	width: 910px;
	margin: auto;
	background: #FFEFBF;
	font-size: 18px;
	padding: 25px;
}

#s01 .box_rap03{
	width: 910px;
	margin: auto;
	background: #CAE4FF;
	padding: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

#s01 .graph{
	text-align: center;
	margin-bottom: 10px;
}

#s01 .box_rap03 a{
	color: #00f;
	font-weight: bold;
	text-decoration: underline;
}

#s01 .box_rap03 a:hover{
	text-decoration: none;
}

#s01 .box_rap04{
	width: 910px;
	margin: auto;
	background: #FFEFBF;
	padding: 25px;
	margin-bottom: 40px;
}

#s01 .box_rap04 select{
	font-size: 16px;
}


#s01 .center.top a{
	width: 300px;
	height: 50px;
	line-height:50px;
	text-align: center;
	border: 2px solid #ddd;
	display: block;
	margin: auto;
}

#s02{
	width: 960px;
	margin: auto;
}

#s02 h2{
	padding: 15px;
	margin: auto;
	background: #FFEFBF;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

#s02 h3{
	font-size: 20px;
	border-left: 10px solid #00698C;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #00688C;
	margin-bottom: 20px;
}

#s02 p{
	padding-left: 20px;
	font-size: 16px;
	margin-bottom: 40px;
}

#s02 p a{
	text-decoration: underline;
	color: #00f;
}

#s02 p a:hover{
	text-decoration: none;
}

#s02 table{
	width: 860px;
	margin: auto;
	margin-bottom: 50px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#s02 table td,
#s02 table th{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px;
	font-size: 16px;
}

#s02 table th{
	text-align: center;
	vertical-align: middle;
}

#s02 table tr:nth-of-type(odd) td,
#s02 table tr:nth-of-type(odd) th{
	background: #eee;
}

#s02 table tr:last-child td,
#s02 table tr:last-child th{
	background: #E2F3F8;
}

#s02 table tr.top th{
	background: #4CB3D0;
	color: #fff;
	font-weight: bold;
}

#s02 dl{
	margin-bottom: 100px;
	padding-left: 35px;
	padding-right: 35px;
}

#s02 dt{
	font-weight: bold;
	margin-bottom: 15px;
}

#s02 dd{
	margin-bottom: 30px;
}

footer p{
	font-size: 14px;
	width: 960px;
	margin: auto;
}

footer #copy{
	font-size: 14px;
	color: #535353;
	padding: 15px;
	margin-top: 20px;
	display: block;
	text-align: center;
}


