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

/*　見出し　*/

.midashi{
	width:100vw;
	margin: 6.25vw auto 6.94vw auto;
    text-align: center;
    position: relative;
}

.midashi:before{
    content: '';
    position: absolute;
    bottom: -2.78vw;
    display: inline-block;
    width: 3.38vw;
    height: 1px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #004DA0;
}

.midashi dt{
font-family:"marydale";
	font-size: 4.17vw;
	color: #004DA0;
	margin-bottom: 2.08vw;
	letter-spacing:0.1em;
}

.midashi dd{
	font-size: 3.75vw;
	font-weight:500;
	color: #004DA0;
}

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

#content{
	width: 90.97vw;
	margin: 0vw auto;
	font-size: 3.61vw;
	word-break: break-all;
}

#content hr{
	width: 90.97vw;
	border: 0.14vw solid #4D4D4D;
	margin: 0vw auto;
}

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

#content .col1{
	margin: 0vw auto 4.86vw auto;
	overflow: hidden;
	line-height: 150%;
}

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

#content .col2{
	margin: 4.86vw auto 0vw auto;
	overflow: hidden;
	line-height: 150%;
}

#content .col2 .outline{
	overflow: hidden;
}

#content .col2 .outline li{
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 6.25vw;
	padding-left: 1.35em;
 	text-indent: -1.35em;
}

#content .col2 .outline li span{
	font-size: 4.58vw;
	color: #004DA0;
	display: block;
	float: left;
	margin-right: 4.7vw;
}

/**/

#content .col2 .inline li{
	/*width: 86.11vw;*/
	overflow: hidden;
	list-style-type: none;
	margin: 3.47vw auto 0vw auto;
	padding-left: 1.35em;
  	text-indent: -1.35em;
}

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

#content .col3{
	width: 88.19vw;
	margin: 4.17vw auto 0vw auto;
	overflow: hidden;
	line-height: 200%;
}

#content .col3 div{
	font-weight: normal;
	text-align: center; 
	/*margin-bottom: 1.69vw;*/
	overflow: hidden;
}




/* 表 */
.table{
	width:95%;
	margin:0 auto 80px auto;	
}

.table table{
	width:100%;
	border-collapse:collapse;
	font-size:11px;
}

.table th,td{
	border:1px solid #CCC;	
}

.table th{
	width:20%;
	font-weight:normal;
	background-color:#F9F9F9;
	padding:1em 0px;
	text-align:left;
	text-align:center;
}

.table td{
	width:90%;
	padding:1em 1em;
}

.sub_title{
    color:#004da0;
    font-weight: 600;
    font-size: 18px;

    margin-bottom: 20px;
    
}

.maintext{
    margin-top: 50px;
    
}

ul.list_left {
    padding-left: 20px;
    
}



















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