@charset "utf-8";

/*--for sp---------------------------------------*/
.msg-top {
	padding-bottom: 1em;
}

.ttl-top {
	padding: 1em .5em;
	overflow: hidden;
	color: #300;
	font-size: 1.6em;
	font-weight: bold;
}

.msg-top .lead {
	padding: 1em 0;
	color: #300;
	font-size: 1.6em;
}

.news_another {
	margin: 1rem;
	padding: 1rem;
	border: 4px solid #FF8000;
}

.news_another .subTtl {
	color: #FF8000;
}

.news dl {
	padding: 0 1em 20px;
	height: 400px;
	overflow: hidden;
}

.news dt {
	min-height: 19px;
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../img/point_10Cb.png) no-repeat 3px 10px;
	color: #300;
	font-weight: bold;
	text-align: left;
	line-height: 19px;
}

.news dd {
	min-height: 19px;
	margin: 0;
	padding-bottom: 1em;
	text-align: left;
	line-height: 19px;
	border-bottom: 1px dotted #D1D1D2;
}

.news .btn-more {
	border-top: 1px dotted #300;
	width: 95%;
	margin: 2rem auto;
	padding: 2rem;
	box-sizing: border-box;
}

a {
	display: block;
}

article p {
	padding: 0 1em;
}

article ul,
article ol {
	padding: 1em 1em 1em 2em;
}

/*---------- outline --*/
.tbl-member {
	border-bottom: 1px solid #CCC;
	width: 98%;
	margin: 0 auto;
}

.tbl-member tr:first-child {
	border: 1px solid #CCC;
	color: #300;
}

.tbl-border {
	border-top: 1px dashed #666;
	border-right: 1px none #666;
	border-bottom: 1px none #666;
	border-left: 1px none #666;
}

.child_sc .tbl {
	border: 1px dashed #666;
	padding: 1em;
}

.tbl-child_sc {
	width: 100%;
}

.child_sc .tbl th {
	border: 0px none #666;
	padding: 0em;
	background: none;
}

.child_sc .tbl td {
	vertical-align: middle;
	padding: .5rem 0;
}

.outline--intro {
	padding: 1em;
}
.outline--intro>div>.ttl {
	padding: 1em;
	border-bottom: 2px solid #300;
}

.outline--intro ul.img {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.outline--intro ul.img li {
	flex-basis: 50%;
}
.reportWrap ul {
	padding: 1.5rem;
}
.reportWrap ul li {
	padding: 1rem 0;
}
.reportWrap ul li a {
	display: block;
	padding: 0.5rem;
	color: #00F;
	background-color: #EEE;
}


.yamatoWrap {
	padding: 2rem 1rem 1rem;
}

.yamatoLeft {
	float: left;
	width: 40%;
	padding-right: 1rem;
	box-sizing: border-box
}

.yamatoRight {
	float: left;
	width: 60%;
	line-height: 3;
}

/*---------- program --*/
.program--day .lead{
	font-size: 1rem;
	border: none;
	line-height: 1.7;
}
.event-year {
	list-style-type: none;
	padding-left: 1em;
	text-indent: 1em;
}

.event-year dt {
	font-weight: bold;
	border-left: 4px solid #9ED418;
	text-align: left;
}
.program--event-other {
 padding: 1rem;
}
.program--event-other table {
	width: 100%;
	text-align: center;
}
.program--event-other tr,
.program--event-other th,
.program--event-other td {
	display: block;
	border: none;
   }
   .program--event-other tr {
	padding: 1rem 0;
   }
   .program--event-other th {
	background-color: #9ED418;
	padding: .5rem 0;
	color: #fff;
   }
   .program--event-other td {
	padding: .5rem 0;
   }
	.event-report {
	padding-bottom: 2rem;
}
.program--exp .imgBox {
	display: flex;
	flex-wrap: nowrap;
	padding: .5rem;
}
.program--exp .imgBox p {
	flex-basis: 50%;
	box-sizing: border-box;
	padding: 0.25rem;
}


.event-report .date {
	padding-right: .5rem;
	font-size: .7rem;
	font-weight: bold;
}

.event-report .ttl {
	font-weight: bold;
}

.event-report dl {
	float: left;
	width: 50%;
	padding: .2rem;
	box-sizing: border-box;
}

.event-report dt {
	padding: .5rem;
	border: 1px solid #ccc;
}

/*join*/
.ttl-join {
	font-size: 1.25rem;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid #FF8000;
}

.join_info {
	margin-top: 1rem;
}

/*---------- child_sc --*/
.child_sc_wrap {
	padding: 0 .5rem .5rem;
}

.child_sc_li {
	padding: .2rem;
	border: 2px dashed #FF8000;
}

.child_sc_wrap ol {
	counter-reset: li;
	list-style-type: none;
}

.child_sc_li ol {
	padding: .4rem;
}

.child_sc_li li {
	line-height: 2.8rem;
	float: left;
	width: 50%;
}

.child_sc_wrap li:before {
	background: none repeat scroll 0 0 #AB4A2E;
	border: 4px solid #FC0;
	border-radius: 2em;
	color: #FFFFFF;
	content: counter(li, decimal);
	counter-increment: li;
	margin-right: 0.5em;
	padding: 0.5em 0.8em;
}

.child_sc_data ol {
	border-bottom: 1px solid #AAA;
	padding: 1rem 0;
}

.child_sc_data li {
	line-height: 3rem;
	border-top: 1px dotted #CCC;
}

.child_sc_data li:first-child {
	border: none;
}

.child_sc_data li:first-child .bold {
	padding-right: .5rem;
}

.child_sc_atten {
	padding: 1rem 0;
	font-size: 1.125rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.7;
	color: #FF8000;
}

.child_sc_bottom {
	padding: 1rem 0;
}

/*---------- recruit --*/
.rec-youkou-wrap {
	padding-left: 1em;
}

.ttl-rec-youkou {
	padding: .5em 0 .5em .8em;
	border-left: 4px solid #9ED418;
}

.examination {
	margin: 1rem;
	padding: 1rem;
	border: 1px solid #F00;
	text-align: center;
}

@media screen and (min-width: 640px) {

	/*--------------------------------------------------------------------------------*/
	.bx-controls {
		display: none;
	}
}

@media screen and (min-width: 980px) {

	/*--------------------------------------------------------------------------------*/
	/*---------- index --*/
	.slide-top {
		overflow: hidden;
	}

	.slide-top .slide--list {
		list-style-type: none;
	}

	.slide-top .slide--list li {
		float: left;
		width: 1020px;
	}

	.msg-top {
		position: relative;
		padding-bottom: 0;
	}

	.ttl-top {
		color: #300;
		font-size: 1.6em;
		font-weight: bold;
	}

	.msg-top .lead {
		padding: 1em .5em;
		color: #300;
		font-size: 1.6em;
		border-left: 2px solid #300;
	}

	.msg-top .image {
		width: auto;
		padding: 1em;
		border: 1px solid #300;
	}

	/*join*/
	.ttl-join {
		font-size: 1.125rem;
		line-height: 1.7;
	}

	.ttl-join+p {
		text-align: center;
		font-size: .85rem;
	}

	.join_info {
		border-left: 4px solid #FF8000;
		padding-left: 1rem;
	}

	.join_info .ttl {
		color: #FF8000;
	}

	/*news*/
	.news dl {
		margin: 5px 10px 20px 10px;
		padding: 0;
	}

	.news dt {
		float: left;
		width: 170px;
		min-height: 19px;
		margin: 0;
		padding: 5px 0 5px 30px;
		background: url(../img/point_10Cb.png) no-repeat 3px 10px;
		color: #300;
		font-weight: bold;
		text-align: left;
		line-height: 19px;
	}

	.news dd {
		min-height: 19px;
		margin: 0;
		padding: 5px 0 5px 200px;
		text-align: left;
		line-height: 19px;
		border-bottom: 1px dotted #D1D1D2;
	}

	.news-top {
		margin-top: 20px;
	}

	.news-top .ttl {
		margin-top: 0;
	}

	.news-top .ttl {
		border-top: none;
		border-right: none;
	}

	/*---------- program --*/
	.event-year dt {
		float: left;
		width: 7%;
		padding-right: 1em;
		border-left: none;
		border-right: 4px solid #9ED418;
		color: #300;
		font-weight: normal;
		text-align: right;
	}

	.event-year dd {
		float: left;
		width: 85%;
		padding-bottom: 1em;
	}
}

.innerBox_01 {
	background: url(../img/day_bg.gif) repeat 0px 0px;
	padding: 2em 0;
	border: 10px solid #5C3333;
	border-radius: 30px;
}

.innerBox_02 {
	background: url(../img/time_table_day.gif) no-repeat 50% 0px;
	height: 1200px;
	width: 100%;
	padding-top: 5em;
}

.dayLeft {
	float: left;
	width: 273px;
	list-style: none;
	text-align: center;
}

.dayLeft li {
	padding-top: 7.5em;
	height: 32px;
	line-height: 1;
}

.event-report {
	font-size: .875rem;
}