@charset "UTF-8";

/* Pankuzu List
------------------------------------------- */

.breadcrumb_area{
	width:100%;
	height: 140px;
	margin:0 auto 0;
	background-color:#83BF44;
	padding: 0 0 0;
}

div#breadcrumb{
	width:1160px;
	height: 100%;
	height: 100%;
	margin:0 auto;
	padding:0;
	position: relative;
}

div#breadcrumb ul{
	margin:0;
	padding:0;
	position: absolute;
	bottom: 4px;
	left: 0;
}

div#breadcrumb li{
	margin:0 10px 0 0;
	padding:0;
	float:left;
	font-size:90%;
	color: #FFF;
}

div#breadcrumb li a{
	color: #FFF;
}

div#breadcrumb li a::after {
	content:">";
	margin-left:10px;
}


/* Contents Title Area
------------------------------------------- */

div.contents_title_wrap{
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 9;
}

div.contents_title_area{
	width: 100%;
	height: 200px;
	background: rgba(82, 156, 53, .3);
	background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .1) 50%, transparent 50%),
    linear-gradient(rgba(0, 0, 0, .1) 50%, transparent 50%);
  	background-size: 2px 2px;
	z-index: 10;
}

div.contents_title{
	width: 1160px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.bg_cource{
	background: url("../images/cource/cource_bg.jpg");
	z-index: 9;
}
.bg_guide{
	background: url("../images/guideline/guideline_bg.jpg");
	z-index: 9;
}
.bg_school{
	background: url("../images/schoolguide/school_bg.jpg");
	z-index: 9;
}




/* Contents Title
------------------------------------------- */

h2{
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 200%;
	color: #fff;
}

h3{
	margin: 0;
	padding: 10px 0 10px 20px;
	background-color: #62A57A;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
}

h3::before{
	font-family: "Font Awesome 5 Free";
  	content: '\f02d';
  	font-size:130%;
  	margin-right:10px;
  	font-weight:bold;
	color: #fff;
}

h4{
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 5px 0 0 20px;
	background: rgba(255, 255, 255, .9);
	background-image:
    linear-gradient(90deg, rgba(116, 116, 232, .1) 50%, transparent 50%),
    linear-gradient(rgba(116, 116, 232, .1) 50%, transparent 50%);
  	background-size: 2px 2px;
	font-size: 110%;
	font-weight: bold;
	color: #333;
}

h4::before{
	content: "";
	border-left: 7px solid #7A82E0;
	margin-right: 10px;
}



/* Contents
------------------------------------------- */

div.contents{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}



/* Text
------------------------------------------- */

.co_txt{
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	text-align: left;
	overflow: hidden;
	color: #000;
}

.co_txt span{
	font-weight: bold;
}



/* Text
------------------------------------------- */

.co_txt{
	margin-left: 40px;
	margin-right: 40px;
	text-align: left;
}

p.waku{
	margin-left: 40px;
	margin-right: 40px;
	border: 1px solid #787878;
	background-color: #DBF7D3;
	padding: 20px;
}



/* Tab Menu
------------------------------------------- */
	
.tab_area{
	width:1160px;
    overflow:hidden;
    display:table;
    margin:0 auto;
	padding:0;
	text-align: center;
	border-bottom: 3px solid #00D900;
    }
     
.tab_area li{
    /*Tabの装飾*/
   	display: inline-block;
	padding:8px 18px 7px 18px;
	margin: 0 10px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top-left-radius:5px;
	-moz-border-top-left-radius: 5px;
  	-webkit-border-top-left-radius: 5px;
	border-top-right-radius:5px;
	-moz-border-top-right-radius: 5px;
  	-webkit-border-top-right-radius: 5px;
	background:-moz-linear-gradient(top,#FFF, #EFEFEF 50%,#FFF 50%,#EFEFEF);
    background:-webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.5,#EFEFEF), color-stop(0.5,#EFEFEF), to(#FFF));
	background:linear-gradient(to bottom, #FFF, #EFEFEF);/* IE10+, W3C */
	-pie-background:linear-gradient(#FFF, #EFEFEF);
	behavior: url(http://www.ja-ogata.or.jp/pie/PIE.htc);
    cursor: pointer;
}
     
.col2 li{
	width: 48%;
}

.col3 li{
	width: 31%;
}

     
div.content_area{
    /*Tabの内容を表示するエリアの装飾*/
    background:#ffffff;
	margin-top: 30px;
    }
 
.tab_area li.select{
    /*アクティブタブの装飾*/
    background-color:#ffffff; 
    background-image:none; 
    color:#333333;
    border-top:2px solid #00D900;
	border-left:1px solid #00D900;
	border-right:1px solid #00D900;
    }
     
.hide{display:none;}



/* List
------------------------------------------- */

ul.course_list{
	margin-left: 40px;
	overflow: hidden;
}

ul.course_list li{
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
}

.list1 li::before{
	font-family: "Font Awesome 5 Free";
  	content: '\f500';
  	font-size:110%;
  	margin-right:10px;
  	font-weight:bold;
	color: #00D900;
}

.list2 li::before{
	font-family: "Font Awesome 5 Free";
  	content: '\f549';
  	font-size:110%;
  	margin-right:10px;
  	font-weight:bold;
	color: #7382DE;
}

.list3 li::before{
	font-family: "Font Awesome 5 Free";
  	content: '\f518';
  	font-size:110%;
  	margin-right:10px;
  	font-weight:bold;
	color: #4AB043;
}

.list4 li::before{
	font-family: "Font Awesome 5 Free";
  	content: '\f005';
  	font-size:110%;
  	margin-right:10px;
  	font-weight:bold;
	color: #ED6E6E;
}


/* Table Cost
------------------------------------------- */

table{
	width: 1100px;
	margin: 30px auto 0;
	padding: 0;
	border-collapse: collapse;
}

.cost th{
	background-color: #2388BB;
	color: #FFF;
}

.cost th:nth-child(1){
	width: 398px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #999;
}

.cost th:nth-child(2){
	width: 598px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #999;
}

.cost td:nth-child(1){
	padding: 10px 0;
	text-align: center;
	border: 1px solid #999;
	background-color: #EFEFEF;
}

.cost td:nth-child(2){
	padding: 10px 10px 10px 0;
	text-align: right;
	border: 1px solid #999;
}

.cost a{
	color: #003399;
	border-bottom: 1px dotted #003399;
	padding-bottom: 3px;
}

.cost a:hover{
	color: #ff3300;
	border-bottom: 1px dotted #ff3300;
	padding-bottom: 3px;
}

/* Table Schedule
------------------------------------------- */

.schedule th{
	background-color: #ff3530;
	color: #FFF;
}

.schedule th:nth-child(1){
	width: 98px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #999;
}

.schedule th:nth-child(2){
	width: 998px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #999;
}

.schedule td:nth-child(1){
	padding: 10px 0;
	text-align: center;
	border: 1px solid #999;
	background-color: #EFEFEF;
}

.schedule td:nth-child(2){
	padding: 10px 0 10px 10px;
	text-align: left;
	border: 1px solid #999;
}


/* Table Plan
------------------------------------------- */

.plan th{
	background-color: #5EB246;
	color: #FFF;
}

.plan th:nth-child(1), .plan th:nth-child(3), .plan th:nth-child(4), .plan th:nth-child(5), .plan th:nth-child(6), .plan th:nth-child(7){
	width: 98px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #FFF;
}

.plan th:nth-child(2){
	width: 198px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #FFF;
}

.plan td{
	padding: 10px 0;
	text-align: center;
	border: 1px solid #999;
}

.plan td:nth-child(1){
	background-color: #EFEFEF;
}


/* Table Guideline
------------------------------------------- */

table{
	width: 1100px;
	margin: 30px auto 0;
	padding: 0;
	border-collapse: collapse;
}

.guideline th{
	background-color: #2388BB;
	color: #FFF;
}

.guideline th:nth-child(1){
	width: 398px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #999;
}

.guideline th:nth-child(2){
	width: 598px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #999;
}

.guideline td:nth-child(1){
	padding: 10px 0;
	text-align: center;
	border: 1px solid #999;
	background-color: #EFEFEF;
}

.guideline td:nth-child(2){
	padding: 10px 10px 10px 10px;
	text-align: left;
	border: 1px solid #999;
}






/* Aceess Map
------------------------------------------- */

div#map_canvas{
	width:1100px;
	height:500px;
	margin: 40px auto 0;
	padding:0;
	border:1px solid #CCCCCC;
}





















