@charset "UTF-8";


/*---------------------------------------------------------
Reset
---------------------------------------------------------*/
body,
div, article, section,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
pre, form, input, textarea, address,
table, th, td,
a, p, img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: top;
}

html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	margin-top: 0 !important;
}

table {
	border-collapse: collapse;
}

ul, li {
	list-style-type: none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

img {
	border: none;
}



/*-----------------------------------------------------

  /schedule/index.html

-----------------------------------------------------*/
#main {
  padding-bottom: 140px;
}

.inner {
  position: relative;
}

.br_pc { display: inline; }
.br_sp { display: none; }

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

	#main {
	padding-bottom: 50px;
	}
	.inner {
	padding: 0;
	}
	.br_pc { display: none; }
	.br_sp { display: inline; }

}

#title { margin-bottom: 0; }



.clm {
	padding: 0;
}

@media only screen and (max-width: 640px) {
	.clm {
		padding: 0 3.125% 25px;
	}
}



.toplead {
	padding: 50px 0 40px;
	font-size: 1.7rem;
	line-height: 1.65;
}

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

	.toplead {
		padding: 15px 3.125% 20px;
		font-size: 1.3rem;
		line-height: 1.5;
	}

}




#main {
	background-image: url(../images/dec_mv_pic.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto auto;
	margin: 0 0 100px 0;
	padding: 0;
	overflow: hidden;
}
#dec_clm01 ul {
	margin: 0;
}
#dec_clm01 ul li {
	position: relative;
	background-color: #fff;
	display: table;
	width: 100%;
	min-height: 110px;
	margin: 0 0 45px 0;
	border: 2px solid #a1cdec;
	border-radius: 3px;
	font-size: 1.7rem;
	line-height: 1.3;
}
#dec_clm01 ul li::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 15px;
	border-style: solid;
	border-width: 15px 9px 0 9px;
	border-color: #006a00 transparent transparent transparent;
	bottom: -30px;
	box-sizing: border-box;
	left: 50%;
	margin-left: -9px;
	z-index: 9;
}
#dec_clm01 ul li:last-child {
	margin: 0;
}
#dec_clm01 ul li:last-child::after { display: none; }
#dec_clm01 ul li .hd {
	display: table-cell;
	background-color: #eaf7ff;
	width: 210px;
	padding: 15px 5px;
	border-right: 1px solid #a1cdec;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
#dec_clm01 ul li .hd span {
	display: inline-block;
	width: 100%;
	padding: 0 0 0 0;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

#dec_clm01 ul li .body {
	display: table-cell;
	padding: 20px;
	font-size: 1.7rem;
	line-height: 1.65;
	vertical-align: middle;
}
#dec_clm01 .btmcatch {
	padding: 80px 0;
    font-size: 3.2rem;
    font-weight: bold;
    color: #000b5f;
    text-align: center;
}

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

	#main {
		background-image: url(../images/dec_mv_pic_sp.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
		margin: 0 0 50px 0;
		padding: 0 0 26.56% 0;
		overflow: hidden;
	}

	#dec_clm01 ul li {
		display: block;
		margin: 0 0 30px 0;
		font-size: 1.5rem;
		line-height: 1.3;
	}
	#dec_clm01 ul li::after {
		content: '';
		position: absolute;
		width: 13px;
		height: 12px;
		border-style: solid;
		border-width: 12px 7px 0 7px;
		border-color: #006a00 transparent transparent transparent;
		bottom: -22px;
		box-sizing: border-box;
		left: 50%;
		margin-left: -7px;
		z-index: 9;
	}
	#dec_clm01 ul li .hd {
		display: block;
		width: 100%;
		padding: 0;
		border-right: 0;
		border-bottom: 1px solid #a1cdec;
		box-sizing: border-box;
		text-align: center;
		vertical-align: middle;
	}
	#dec_clm01 ul li .hd span {
		display: inline-block;
		background-repeat: no-repeat;
		background-position: 0 center;
		background-size: auto 25px;
		width: 100%;
		padding: 10px;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: left;
	}
	#dec_clm01 ul li .body {
		padding: 10px;
		font-size: 1.3rem;
		line-height: 1.5;
	}

	#dec_clm01 .btmcatch {
		padding: 30px 0 0;
	    font-size: 2.0rem;
	}

}

