/* CSS Document */
body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat:repeat;
	background-color:#FFF;
	line-height:22px;
}

ul , li , h1 , h2, h4 , h5 , h6 , table , tr , td , img , p , a , div , form , dl , dt , dd {
	margin:0;
	padding:0;
}

#wrapper #main #content .box_out .box_in strong {
    color: #930;
    font-size: 13px;
}

#copyright {
    text-align: center;
}

.box {
	margin-top:15px;
	margin-left:13px;
	width:542px;
    padding: 15px;
    background-color: #D5D5D5;
}


.table01 {
	width: 99%;
	border-collapse: collapse;
	margin:auto;
}
.table01 th,
.table01 td {
	border:1px solid #D7D7D7;
	padding:15px;
}
.table01 th {
	font-weight: normal;
	background: #EFEFEF;
	text-align: left;
}
/* テーブル内テーブル */
.table01 table {
	width: 99%;
	border-collapse: collapse;
}
.table01 table th,
.table01 table td {
	vertical-align: top;
	border:none;
	padding:5px;
}
.table01 table th {
	background: #fff;
}

/*---- title ----*/

.title01 {
	width:570px;
	margin-left:8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D5CB;
	background-image:url(/images/bg_title01.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:120%;
	font-weight:bold;
	}
	
.title02 {
	width:570px;
	margin-left:5px;
	margin-top:5px;
	background-image:url(/images/bg_title02.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:120%;
	font-weight:bold;
	color: #FFF;
	}


/*---- wrapper ----*/
#wrapper {
	margin:auto;
	padding:0 10px;
}




/*---- head ----*/

div#header {
	width:1100px;
	height:132px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

div#header h1#summery {
	position:absolute;
	top:5px;
	left:2px;
	font-size:10px;
	font-weight:normal;
	color:#999;
	line-height:12px;
}

div#header p#summery {
	position:absolute;
	top:5px;
	left:0px;
	font-size:10px;
	font-weight:normal;
	color:#999;
	line-height:12px;
}

div#header div#logo {
	width:334px;
	height:86px;
	position:absolute;
	top:36px;
	left:0px;
}


div#header div#top_contact {
	width:409px;
	position:absolute;
	top:18px;
	right:0px;
	list-style-type:none;
}

#top_contact_box {
	display: flex;
	flex-flow: column nowrap;
	font-size: 10px;
	line-height: 15px;
}

#top_contact_box div {
	display: flex;
	align-items: center;
	gap: 8px;
}

#top_contact_box div b {
	width: 80px;
	height: 14px;
	line-height: 14px;
	background-color: #390;
	border: 1px solid rgb(80, 226, 7);
  	border-radius: 5px;
	text-align: center;
	color: #FFF;
}

#top_contact_box div span {
	font-size: 10px;
	font-weight: bold;
	color: #f0f;
}

#top_contact_box div a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#top_contact_box div a:hover {
	text-decoration: underline;
}

#top_contact_box div div:last-child {
	flex-grow: 1;
}

div#header ul#sub_navi {
	width:480px;
	height:21px;
	position:absolute;
	top:78px;
	right:8px;
	list-style-type:none;
	text-align: right;
}

div#header ul#sub_navi li {
	height: 21px;
	display: inline-block;
	padding: 0 6px 0 18px;
	list-style: none;
    background: url(/images/sub_nav_icon.png) no-repeat left center; /* Add the icon */
}

div#header ul#sub_navi li a {
	height: 21px;
	display: block;
	overflow: hidden;
	outline: none;
	text-decoration: none;
	color: #000;
	font-size: 100%;
}

div#header ul#sub_navi li a:hover {
	text-decoration: underline;
}




/*---- top banner ----*/

#top_banner {
	width: 1100px;
	height: 370px;
	margin:auto;
	text-align:center
}
	
	
	
/*---- main ----*/

#main {
	width: 1100px;
	margin:auto;
	display: flex;
	padding-top: 10px;
	gap: 5px;
}

#lMenu {
	width:245px;
}

#lMenu div.List {
	margin-bottom:20px;
	width:244px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #390;
}

#lMenu div.List ul {
	width:242px;
	border: 1px solid #390;
	list-style-type: none;
}

#lMenu div.List ul li {
	height:50px;
	width:242px;
}

#lMenu div.List ul li a {
	display:block;
	height:50px;
	width:242px;
	text-decoration: none;
	color: #000;
	line-height: 50px;
}

#lMenu div.List ul li a:hover {
	text-decoration: underline;
}

#lMenu div.List ul li a span {
	padding-left: 16px;
}

#lMenu div.List ul li { 
	border-top: 1px dashed #390;
}

#lMenu div.List ul li:first-of-type { 
	border: 0;
}

#lMenu div.List02 {
	list-style-type:none;
	width:250px;
}

#lMenu div.List02 ul {
	width:250px;
	list-style-type:none;
}

#lMenu div.List02 ul a{
	width:250px;
}

/*---- content ----*/

#content{
	width:600px;
	overflow:auto;
}

#content h3 {
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
	height: 24px;
	padding-left: 15px;
	margin-top: 1px;
	padding-top: 8px;
	font-weight: bold;
	background-color: #390;
	margin-bottom: 10px;
}


#content .box_out {
	width:590px;
	background-color: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 5px;
}

#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content .img_left {
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: 1px solid #EDECE9;
}

.btn_s {
	text-align: right;
	padding: 1px;
	margin-top:5px;
}

.btn_s a {
	color: #FFFFFF;
	background-color: #c90;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEF0F0;
	border-right-color: #EEF0F0;
	border-bottom-color: #EEF0F0;
	border-left-color: #EEF0F0;
	text-decoration: none;
}

#content .dl_list {
	padding: 10px;
	float: left;
	margin-bottom: 5px;
	margin-top: -10px;
}

#content .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
}

#content .dl_list dd {
	display: block;
	float: right;
	width: 460px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
}

#content .dl_list dl {
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 570px;
	padding-top: 12px;
	padding-right: 4px;
	padding-left: 2px;
	float: left;
}

#content .dl_list dd a {
	line-height: 1.4em;
}

.nomark001 {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.nomark001 ul { 
	margin: auto;
}

.nomark001 li                      {
	background-image: url(/images/icon_001.gif);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	text-align: left;
	white-space: normal;
	list-style-type: none;
	display: block;
	padding: 3px 0 3px 30px;
}

.nomark001 li a:link { 
	color: #2d7fbd; 
	text-decoration: underline; 
}

.nomark001 li a:visited { 
	text-decoration: underline;  
}

.nomark001 li a:hover { 
	color: #003567; 
	text-decoration: underline;  
}

.nomark001 li.title { 
	text-indent: -5%; 
	list-style-type: none; 
}

/*---- nav2 ----*/

#right_nav {
	width:240px;
}

#right_nav div.List03 {
	list-style-type:none;
	width:240px;
}

#right_nav div.List03 ul {
	width:240px;
	list-style-type:none;
}

#right_nav div.List03 ul a{
	width:240px;
}


/*---- footer ----*/

div#foot_wrap {
	margin-top:50px;
}

div#footer_navi_wrap {
	border-top:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
	background:url(/images/bg_footer.gif) ;
}

div#footer_navi {
	width:1100px;
	min-height:200px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:20px 0px;
	color: #3674E8;
	overflow:auto;
}

div#footer_navi div.foot_logo {
	float:left;
	width:260px;
	height:190px;
}

div.foot_logo p, div.foot_logo a {
	color:#333;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	line-height:16px;
}

div.foot_logo a:hover {
	color:#fff;
	background-color:#360;
}

div#footer_navi div.foot_logo img {
	width:260px;
}

div#footer_navi ul {
	float:left;
	width:230px;
	min-height:180px;
	padding-left:25px;
	border-left:solid 1px #d9d9d9;
	margin-left:20px;
	list-style-type:none;
}

div#footer_navi ul li {
	padding-left:20px;
	letter-spacing:1.2pt;
	line-height:20px;
	font-size:11px;
	color:#333;
	margin-bottom:10px;
}

div#footer_navi ul li a {
	color:#333;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

div#footer_navi ul li a:hover {
	color:#fff;
	background-color:#360;
}

div#footer_navi ul li.find {
	padding-left:0px;
	font-size:11px;
}

li.tw a, li.fb a, li.bg a {
	margin-left: 24px;
}

div#footer_navi ul li.tw {
	background: url(/images/sub_navi_twitter.png) no-repeat left top; 
}

div#footer_navi ul li.fb {
	background: url(/images/sub_navi_facebook.png) no-repeat left top; 
}

div#footer_navi ul li.bg {
	background: url(/images/sub_navi_blog.png) no-repeat left top;
}

div#footer div#copyright {
	height:18px;
	top:16px;
	left:0px;
}
#wrapper #foot_wrap #copyright {
	text-align: center;
}



/* For School */
#pic01 {
	width: 197px; 
	height: 79px; 
	background: url('/images/pic_01.jpg') no-repeat center; 
	font-size: .9em; 
	text-align: center; 
	display: flex;
	align-items: center;
}

#pic01 p {
	width: 100%;
	font-weight: bold;
	margin-top: 28px;
}

#pic03 {
	width: 600px; 
	height: 465px; 
	background: url('/images/pic_03.jpg') no-repeat center; 
	background-size: 420px 420px;
	font-size: .9em; 
	text-align: center; 
	display: flex; 
	flex-direction: column; 
	flex-wrap: no-wrap; 
	justify-content: space-between; 
	align-items: center;
}

#pic03 div {
	width: 260px;
}

#pic03 p {
	text-shadow: 0 0 1px #F00; 
}

#pic03_01 {
	margin-top: 40px;
}

#pic03 #pic03_row {
	width: 590px; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
	align-items: center;
}

#pic03_04 {
	margin-bottom: 60px;
}

#pic04 {
	margin: 0 auto;
	width: 576px; 
	height: 405px; 
	background: url('/images/pic_04.jpg') no-repeat center; 
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	font-size: .85em;
    line-height: 1.6em;
}

.grid_left {
	width: 100px;
	grid-column-end: span 2;
	align-self: center;
	margin-left: 10px;
}

.grid_right {
	grid-column-end: span 5;
	align-self: center;
}

#pic05 {
	margin: 0 auto;
	width: 477px; 
	height: 126px; 
	background: url('/images/pic_05.jpg') no-repeat center; 
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 50px;
	font-size: .9em;
    line-height: 1.6em;
	align-items: center;
	text-align: center;
}

#pic05 p {
	padding: 12px;
}

#pic06 {
	margin: 0 auto;
	width: 572px; 
	height: 466px; 
	background: url('/images/pic_06.jpg') no-repeat center; 
	display: grid;
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 50px;
	font-size: 1.2em;
    line-height: 1.6em;
	align-items: center;
	text-align: left;
}

#pic06 p {
	padding: 12px;
	padding-left: 120px;
	color: #FFF;
	font-weight: bold;
}

.red {
	color: #F00;
}

.small {
	font-size: 0.7em;
	font-weight: normal;
}