@charset "UTF-8"; 

body	{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #5e5e5e;
}

.txt	{
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
}
.txt_ul	{
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	padding-left: 22px;
	margin-bottom: 0rem;
}
.txt_ind	{
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	margin-left: 16px;
	text-indent: -1em;
}
.txt_s	{
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
}
.txt_ind_s	{
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
	margin-left: 14px;
	text-indent: -1em;
}
.txtArea	{
	margin-left: 15px;	
}
a img:hover	{
	opacity: 0.8;
}
.main_col	{
	color: #78A330;
}
.main_bgcol	{
	background: #78A330;
}
.guardList	{
	list-style: none;
	padding-inline-start: 0px;
}
	
@media (max-width: 600px) {
	.txt	{
		font-size: 14px;
		line-height: 1.6;
	}
	.txt_ind	{
		font-size: 14px;
		line-height: 1.6;
		margin-left: 14px;
	}
	.txt_s	{
		font-size: 12px;
		line-height: 1.4;
	}
	.txt_ind_s	{
		font-size: 12px;
		line-height: 1.4;
		margin-left: 12px;
	}
	.txtArea	{
		margin-left: 0px;	
	}
	.img-s	{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	th , td	{
		font-size: 15px;
	}
}


.mainContents	{
	margin-top: 30px;
}
h1.seido-title {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: .25em 0 .25em .5em;
	border-left: 10px solid #00a08e;
	border-bottom: 1px solid #ccc;
}
h3 {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #7db4e6;
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0px 0px 0px;
}
.table-chapter	{
	font-size: 18px;
	width: 100%;
	border-collapse: inherit;
    border-spacing: 0px 8px;
}

.table-chapter tbody tr:nth-of-type(even) {
    background-color: #fffaec;
}

.table-no__a	{
	background: #cce8e3;
	width: 50px;
	height: 50px;
	text-align: center;
}
.table-no__b	{
	background: #feecbf;
	width: 50px;
	height: 50px;
	text-align: center;
}
.table-txt	{
	padding: 10px 15px 10px 15px;
}
.table-btn	{
	text-align: right;
	padding-left: 15px;
	padding-right: 15px;
}




.movie	{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.movie iframe	{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}




/* ------- フッター ------- */

footer	{
	position: relative;
}
.copy_bg	{
	background: #78A330;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
.copy_bg small {
	color: #fff;
}
.shinryou_top th	{
	background: #CFE9FC;
	vertical-align: middle;
	text-align: center;
}
.shinryou_top td	{
	background: #fff;
	vertical-align: middle;
}
.footer_linkTel	{
	line-height: 1;
	font-weight: bold;
	font-size: 1.9em;
	color: #C1272D;	
}

@media (max-width: 991px) {
	.copy_bg small	{
		font-size: 12px;
	}
	.shinryou_top td	{
		text-align: left;
	}
	.footer_linkTel	{
		font-size: 1.7em;
	}
}





/* ------- ページTOPボタン ------- */
.btnPagetop {
  width:42px;
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:1000;
}

.btnPagetop img { width: 100%; }