.internship-mv {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 40px;
}

#internship {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 40px;
}
#internship dl {
	width: 100%;
	display: table;
	padding: 20px 0;
	border-bottom: #aaa 1px dashed;
}
#internship dt,
#internship dd {
	display: table-cell;
	vertical-align: top;
	font-size: 1.2em;
	line-height: 180%;
}
#internship dt {
	width: 180px;
	position: relative;
}
#internship dt::after {
	content: "";
	width: 1px;
	background-color: #aaa;
	height: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 30px;
}
#internship dd {
}
#internship dd ol {
	list-style: outside decimal;
	margin-left: 20px;
}
#internship dd ol > li {
	margin-bottom: 5px;
}
#internship dd ul.cap {
}
#internship dd ul.cap li,
#internship dd p.cap {
	font-size: 13px;
	line-height: 150%;
	padding-top: 4px;
	padding-left:1em;
	text-indent:-1em;
}
#internship dd strong {
	font-weight: 600;
}
#internship dd a {
	text-decoration: underline;
}
.btn_style01 {
	margin: 0 auto 50px;
}
#internship_title{
	font-size: 130%;
	font-weight: bold;
	background-color: gray;
	color: white;
	padding: 10px 20px;
}
@media only screen and ( max-width : 1200px ) {
}
@media only screen and ( max-width : 780px ) {
	#internship dt,
    #internship dd {
        font-size: 1.1em;
        line-height: 170%;
    }
	#internship dt {
        width: 150px;
    }
}
@media only screen and ( max-width : 500px ) {
	#internship dl {
        display: block;
        padding: 20px 0;
    }
    #internship dt,
    #internship dd {
        display: block;
        font-size: 1.2em;
        line-height: 180%;
    }
    #internship dt {
        width: 100%;
        position: relative;
		margin-bottom: 15px;
    }
    #internship dt::after {
        width: 150px;
        height: 1px;
        top: auto;
        bottom: 0px;
        right: auto;
		left: 0;
    }
	
}