@import url("global.css");

#pagettl {
	/*background-image: url(../sodan/img/main.jpg);*/
	padding-bottom: 0%;
}
#contents #lead .text {
	position: relative;
	background: url(../sodan/img/staff.jpg) no-repeat right bottom;
	padding-right: 510px;
	padding-top: 70px;
	height: 400px;
	margin-bottom: 90px;
}
#contents #lead .text::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 670px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.3) 15%, rgba(255,255,255,0) 30%, rgba(255,255,255,0));
	background: -webkit-gradient( linear, left top, right top, from(rgba(255,255,255,1)), color-stop(0.15,rgba(255,255,255,0.3)),color-stop(0.3,rgba(255,255,255,0)), to(rgba(255,255,255,0)) );
	z-index: 5;
}
#contents #lead .text .tbox {
	position: relative;
	z-index: 10;
}
#contents #lead .text h1 {
	margin: 40px 0;
	font-size: 33px;
	letter-spacing: 3px;
}
#contents #lead .text p {
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px #fff;
}
#contents #lead .text .muryo {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: 30px;
}
#contents #lead ul {
	margin: 0 -40px 80px;
}
#contents #lead ul li {
	/*float: left;*/
	width: 60%;
	margin: 0 auto 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 40px;
}
#contents #lead ul li dl dt {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 20px;
	color: #D8850C;
	font-weight: bold;
}
#contents #lead ul li dl dd p {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-size: 16px;
}
#contents #lead ul li.osusume dl dd {
	background-color: #FEF5E9;
	padding: 20px 30px;
}
#contents #lead ul li.osusume dl dd p {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding-bottom: 8px;
}
#contents #lead ul li.osusume dl dd p:last-of-type {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#contents #lead ul li.osusume dl dd p::before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	background: url(../sodan/img/check.png) no-repeat left center;
	width: 22px;
	height: 34px;
	margin-right: 15px;
}
#contents #lead ul li.present dl dt {
	color: #0BA29A;
}
#contents #lead ul li.present dl dd .image {
	text-align: center;
	margin: 5px auto 20px;
}
#contents #lead ul li.present dl dd p.note {
	font-size: 12px;
	color: #666;
	border: 1px solid #ddd;
	padding: 10px 15px;
}


#contents #venue ul {
	text-align: center;
	margin-left: -10px;
}
#contents #venue ul li {
	float: left;
	width: 340px;
	margin-left: 10px;
}
#contents #venue ul li img {
	width: 340px;
	height: auto;
}


/* ------------------------------------------------------------------------------------------------------------------------
/* 1099px（タブレット縦）以下から
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){
#pagettl {
	padding-bottom: 20px;
}
#contents #lead .text {
	background-position: bottom center;
	padding: 0;
	padding-bottom: 460px;
	height: auto;
}
#contents #lead .text::before {
	display: none;
}
#contents #lead .text h1 {
	margin: 25px 0 30px;
}
#contents #lead .text .muryo {
	top: auto;
	bottom: 260px;
	margin-left: -155px;
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}
#contents #lead ul {
	margin: 0 -15px;
}
#contents #lead ul li {
	width: 90%;
	padding: 0 15px;
}
#contents #lead ul li dl dt {
	font-size: 34px;
	line-height: 40px;
}
#contents #lead ul li dl dd p {
	font-size: 14px;
}
#contents #lead ul li.osusume dl dd {
	padding: 20px;
}
#contents #lead ul li.osusume dl dd p {
	margin-bottom: 5px;
	padding-bottom: 8px;
}
#contents #lead ul li.osusume dl dd p::before {
	margin-right: 10px;
}
#contents #lead ul li.present dl dd .image {
	margin: 0 15px 10px;
}
#contents #lead ul li.present dl dd p.note {
	font-size: 11px;
}

#contents #venue ul {
	margin: 0 -5px;
}
#contents #venue ul li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 0;
	padding: 0 5px;
}
#contents #venue ul li img {
	width: 100%;
}
}
	

/* ------------------------------------------------------------------------------------------------------------------------
/* 幅644px以下
------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){
#pagettl {
	padding-bottom: 0;
}
#contents section h1 br {
	display: none;
}
#contents #lead .text {
	background-size: contain;
	padding-bottom: 56.72%;
	margin-bottom: 10px;
}
#contents #lead .text h1 {
	padding-left: 85px;
	margin: 15px 0 20px;
	font-size: 22px;
}
#contents #lead .text .muryo {
	margin-left: 0;
	left: 0;
	bottom: auto;
	top: -10px;
}
#contents #lead .text .muryo img {
	width: auto;
	height: 95px;
}
#contents #lead ul {
	margin: 0 0 40px;
}
#contents #lead ul li {
	float: none;
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	margin-top: 20px;
}
#contents #lead ul li dl dt {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
}
#contents #lead ul li dl dd p {
	font-size: 14px;
}
#contents #lead ul li.osusume dl dd {
	padding: 15px;
}
#contents #lead ul li.osusume dl dd p {
	line-height: 20px;
}
#contents #lead ul li.osusume dl dd p::before {
	background-size: 11px 17px;
	width: 11px;
	height: 17px;
	margin-right: 7px;
	padding-bottom: 6px;
}
#contents #lead ul li.present dl dd p:first-of-type {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 20px;
}
#contents #lead ul li.present dl dd .image {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	width: 140px;
	padding-left: 10px;
}
#contents #lead ul li.present dl dd .image img {
	width: 140px;
	height: auto;
}
#contents #lead ul li.present dl dd p.note {
	margin-top: 10px;
	padding: 10px;
}


}










