@charset "UTF-8";
/* CSS Document */


/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/



/*seminar*/
.page_ttl.seminar {
	background-image: url(../img/features/page_ttl.jpg);
}
.seminar .box01 {
	padding:20px 0 0;
	border-top: solid 1px #032f60;
}
.seminar .box01:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.seminar .box01 .box01_l {
	float:left;
	width:100%;
}
.seminar .box01 .box01_l section {
	padding:0 0 25px;
	margin:0 0 15px;
	border-bottom: solid 1px #032f60;
}
.seminar .box01 .box01_l section:last-child {
	padding:0;
	margin:0;
	border-bottom: none;
}
.seminar .box01 .box01_l section h3 {
	float:left;
	font-size:2.0rem;
	color:#032f60;
	margin:0 0 15px;
	line-height:1.1;
}
.seminar .box01 .box01_l img {
	float:right;
}
.seminar .box01 .box01_l section ul {
	margin:0 25px 0 40px;
}
.seminar .box01 .box01_l section ul li {
	position:relative;
	padding:0 0 0 20px;
}
.seminar .box01 .box01_l section ul li:before {
	position:absolute;
	top:0.5em;
	left:0;
	content:'';
	width:10px;
	height:10px;
	background:#1e518a;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.seminar .box01 p {
	float: left;
	width: 65%;
	height: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

.testTbl{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.testTbl th{
	vertical-align: middle;
	height: 50px;
	text-align: center;
	background: #AAD6EC;
	border: 1px solid #BBBABA;
	width: 200px
}
.testTbl td{
	vertical-align:middle;
	height:60px;
	padding:30px 10px;
	line-height:1.4;
	border:1px solid #BBBABA;
}
.thead{
	width: 39%;
}
.thead.rank1{ background:#FA2B3F;}
.thead.rank2{ background:#F95361;}
.thead.rank3{ background:#EEF9FF;}

.tbody1{
	width: 18%;
	text-align: center;
	vertical-align: middle;
}
.tbody2{
	width: 18%;
	text-align: center;
	vertical-align: middle;
}
.tbody3{
	width: 10%;
	text-align: center;
	vertical-align: middle;
	background-color: #E9E9E9;
}
.tbody4{
	width: 15%;
	text-align: center;
	vertical-align: middle;
}
.tbody5{
	width: 10%;
	text-align: center;
	vertical-align: middle;
	background-color: #FC9D9D;
}

.test-txt{ margin:30px 0 5px;}

.btn {
	background: #09C;
	border: 1px solid #DDD;
	color: #FFF;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
	width: 100px;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
}
.btn:hover {
	opacity: .7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: .7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: .7;
	color: #FFF;
}

@media screen and (max-width: 768px) {
.seminar .box01 {
	margin:0 0 2.6041vw;
	padding:2.6041vw 0 5.2083vw;
}
.seminar .box01 .box01_l {
	float:none;
	width:100%;
	margin:0 0 2.6041vw;
}
.seminar .box01 .box01_l section {
	padding:0 0 2.6041vw;
	margin:0 0 2.6041vw;
}
.seminar .box01 .box01_l section:last-child {
	padding:0;
	margin:0;
	border-bottom: none;
}
.seminar .box01 .box01_l section h3 {
	font-size:5.2083vw;
	margin:0 0 2.6041vw;
}
.seminar .box01 .box01_l img {
	max-width:none;
	width:100%;
	padding:0 0 30px 0;
}
.seminar .box01 .box01_l section ul {
	margin:0 2.6041vw;
}
.seminar .box01 p {
	float: none;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}

.testTbl,
.testTbl tbody,
.testTbl tr,
.testTbl td{ display:block;}

.testTbl th,
.testTbl tr:first-child{ display:none;}

.testTbl td{
	width:auto;
	height:inherit;
	padding:10px;
	font-size: 90%;
	text-align:left;
}

.testTbl td:not(:last-child){ border-bottom:none;}
.testTbl tr:not(:last-child){ margin-bottom:15px;}

.testTbl td:before {
    display: block;
    content: attr(data-label)"";
    font-weight:bold;
	color:#FA2B3F;
	margin-bottom:5px;
}

.thead{ width:auto;}

.test-txt{
	margin-top:15px;
	padding:0;
}
}


/* イメージリスト */
#imageListwork01{
	max-width:1200px;
	overflow:hidden;
	margin-top:20px;
}

#imageListwork01 li{
	width:25%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#imageListwork01 p.txt01 {
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color: #333333;
}

#imageListwork01 p.txt02 {
	color:#333333;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 768px){

#imageListwork01 li{
	width:50%;
	float:left;
	padding:0 15px;
}
}
