@charset "utf-8";

/********** COMMON CSS ここから↓ **********/

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-style: normal;
	user-select: none;
	/*右クリック禁止*/
}

img {
	border: 0;
	pointer-events: none;
	/*w3cでエラーになる*/
}

header h1 a {
	display: inline-block;
}

header h1 a img {
	vertical-align: bottom;
}

#main h2 {
	margin: 30px 0 0 0;
	padding: 0;
}

#main h3 {
	margin: 30px 0 0 0;
	padding: 0;
}

#main h4 {
	margin: 3px 0 0 40px;
	line-height: 1.2;
}

#main p {
	margin: 10px 0 0 20px;
	line-height: 1.5;
}

/* 画像スクロール ここから↓*/

#graphic {
	width: 840px;
	height: 400px;
	margin: 30px auto 0px auto;
}

#graphic ul {
	position: relative;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

#graphic ul li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	/*html checkerでエラー*/
}

#graphic ul li.now {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 1;
}

/* 画像スクロール ここまで↑*/

/*　先頭へ戻る　ここから↓*/

#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #3fefee;
	opacity: 0.6;
}

#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	/*矢印*/
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 35px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/*　先頭へ戻る　ここまで↑*/

/**************************************************/

/********** 基本レイアウト ここから↓ **********/

body {
	/*background-color: #FFFAD9;*/
	font-size: 87.5%;
	line-height: 1.5;
	margin-top: 130px;
	/* ヘッダーの高さ分だけ下げる */
}

div {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

header {
	border-top: solid 10px #165e83;
	/*  テスト時の色分け  */
	background-color: #FFFFFF;
	/*background-color: #ff8888;*/
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
}

header h1 {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}

header p {
	margin: 0;
	padding: 0;
	height: 30px;
	text-align: right;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

header p a {
	color: #000000;
	text-decoration: none;
	margin: 0 5px 0 0;
}

header p a:hover {
	color: #165e83;
	text-decoration: none;
}

.material-icons.line {
	font-size: 20px;
	vertical-align: middle;
}

/* ナビボタン ここから↓*/

ul#navnav {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
}

nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

nav ul li {
	float: left;
	width: 239px;
}

nav ul li a {
	overflow: hidden;
	display: block;
}

nav ul li#nav_index,
nav ul li#nav_tip,
nav ul li#nav_record {
	border: 1.33px solid #FFFad9;
	border-top: none;
	border-left: none;
}

nav ul li#nav_studygroup {
	border: 1.33px solid #FFFad9;
	border-top: none;
	border-right: none;
	border-left: none;
}

nav ul li#nav_index a,
nav ul li#nav_tip a,
nav ul li#nav_record a,
nav ul li#nav_studygroup a {
	height: 44px;
	margin-bottom: 0px;
	padding-top: 0px;
	background: #165e83 none;
	color: #d0e4ef;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 2.6;
}

nav ul li#nav_index a:hover,
nav ul li#nav_tip a:hover,
nav ul li#nav_record a:hover,
nav ul li#nav_studygroup a:hover {
	background-color: #D2FFDB;
	color: #135171;
}

#index #nav_index a,
#tip #nav_tip a,
#record #nav_record a,
#studygroup #nav_studygroup a,
nav ul li a:hover {
	background-color: #D2FFDB;
	color: #135171;
}

/* ナビボタン ここまで↑*/

#graphic,
#contents {
	overflow: hidden;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
}

#main {
	margin-left: 30px;
	margin-right: 30px;
}

footer {
	clear: both;
	text-align: center;
	padding: 50px 0 20px 0;
}

/********** トップページ ここから↓ **********/


#index figure {
	float: right;
	margin: 10px 0 10px 10px;
	text-align: right;
}

.index_chara_01 {
	max-height: 155px;
}

.index_box {
	overflow: hidden;
}

.index_chara_02 {
	max-height: 140px;
	float: right;
	margin: 10px 0 10px 10px;
}

#index .index_section {
	margin: 60px 0 0 0;
	text-align: right;
}

.index_table {
	width: 60%;
	float: right;
	margin: 15px 0 0 0;
	border-collapse: collapse;
}

.index_table td {
	text-align: left;
	border: dotted 1px;
}

.index_table1 {
	vertical-align: top;
	text-align: center;
}

#idx .index_section::after {
	content: "";
	display: block;
	clear: both;
}

a{
	text-decoration: none;
}

/****俳句****/

.index_chara_face01 {
	max-height: 100px;
	float: right;
	margin: 0 0 10px 30px;
}

#idx .index_haiku::after {
	content: "";
	display: block;
	clear: both;
}

.index_h2 {
	text-align: center;
}

#idx .index_p {
	margin-bottom: 30px;
}

#idx .index_h4 {
	margin: 10px 0 0 80px;
	color: rgb(0, 130, 0);
}



/********** 「防災減災の豆知識」ページ ここから↓ **********/

.color {
	color: red;
}

#tip figure {
	float: right;
	margin: 0 35px 0 20px;
	text-align: right;
}

.tip_chara_body01 {
	max-height: 135px;
}

#main .tip_aaa {
	margin: 10px 0 0 145px;
	line-height: 1.5;
}

#tip .tip_img_right {
	float: right;
	margin: 0 0 10px 20px;
	text-align: center;
}

/********** 「活動実績」ページ ここから↓ **********/

#record img {
	border-radius: 5px;
}

/*     Pの1つめ      */
#record .record_p1 {
	color: #135171;
	font-weight: bold;
	margin: 5px 0 0 20px;
}

/*     Pの2つめ      */
#record .record_p2 {
	margin: 15px 0 0 20px;
}

.rec_box-text,
.rec_box-img-right {
	display: inline-block;
	vertical-align: top;
}

.rec_box-img-right {
	margin: 15px 0 0 20px;
}

.rec_img-b11 {
	margin-right: 20px;
}

.rec_chara05 {
	max-height: 140px;
}

.rec_chara03 {
	max-height: 150px;
	float: right;
	margin: 10px 0 10px 10px;
}

.rec_chara10 {
	max-height: 160px;
	float: right;
	margin: 10px 0 10px 10px;
}

.rec_chara12 {
	max-height: 160px;
	float: right;
	margin: 10px 0 10px 10px;
}

#record .rec_h2 {
	color: green;
	margin: 50px 0 0 0;
}

/* 回り込み解除するなら
.rec_float::after {
}*/

/********** 「佐倉サークル勉強会」ページ ここから↓ **********/

.study_table {
	table-layout: fixed;
	width: 880px;
	margin: 20px 20px 0 20px;
	border-collapse: collapse;
}

.study_th {
	width: 105px;
}

.study_td1 {
	width: 105px;
}

.study_table::after {
	content: "";
	display: block;
	clear: both;
}

.study_img_01 {
	max-width: 436px;
	margin: 5px 20px 0px 35px;
}

.study_benkyous {
	margin: 20px 0px 0px 0px;
}

.study_imgs {
	max-width: 240px;
	margin: 5px 10px 0px 35px;
}

.study_imgs_02 {
	max-width: 240px;
	margin: 5px 10px 0px 0px;
}





/********** 「お問い合わせ」ページ ここから↓ **********/

form p {
	margin-top: 20px;
	margin-bottom: 30px;
}

form p:nth-last-child(2) {
	margin-bottom: 20px;
}

form p:last-child {
	margin-bottom: 0;
}

input[type="text"] {
	width: 200px;
}

input[type="email"] {
	width: 300px;
}

textarea {
	width: 420px;
	height: 200px;
	overflow-y: scroll;
}

/**************************************************/