/* global */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
    background: url(../img/bg.png) top right no-repeat #180000;
	background-size:100% auto;
	letter-spacing: 0.025em;
}
body.isAnim {
	opacity: 0;
	filter: alpha(opacity=0);
}
h1, h2, h3, h4, h5, h6, figure, p {
	margin: 0;
}
a {
	color: #000;
}
a:hover,
a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
}
iframe,
img {
	vertical-align: top;
}
ul {
	padding-left: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
strong, b {
	font-weight: 600;
}
button {
	cursor: pointer;
}
button:focus {
	outline: none;
}

.fontS{font-size: 80%;}

.container {
	width: 840px;
	max-width: 100%;
	margin: 0 auto;
}
#header {
	position: fixed;
	top: 0;
	right: 0;
	text-align: center;
	background-color: #fff;
	z-index: 100;
}
#header a {
	display: block;
}
#navigation a {
	font-weight: 600;
	text-decoration: none;
}
#main {}
.section {
	margin-bottom: 80px;
}
.panel {
	border-radius: 4px;
	overflow: hidden;
	background-color: #f4f4f4;
}
.panel-header {
	background-color: #999;
	color: #fff;
	text-align: center;
	padding: 13px 0;
    text-shadow:
        1px 1px 0 #666, -1px -1px 0 #666,
        -1px 1px 0 #666, 1px -1px 0 #666,
        0px 1px 0 #666,  0-1px 0 #666,
        -1px 0 0 #666, 1px 0 0 #666;
    border: 1px solid #666;
}
.panel-header h3 {
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
}
.panel-body {
	padding: 31px 40px 50px;
    border: 1px solid #cbd4d1;
    border-top: none;
}
.panel-body h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 34px;
}
.pink {
	background-color: #f9f1f4;
	color: #1e1e1e;
	padding: 40px;
	border-radius: 3px;
}
.pink h4 {
	line-height: 30px;
	color: #cb2154;
	text-indent: -8px;
	margin-bottom: 30px;
}

.headertext{
    font-size: 110%;
    line-height: 1.6;
    margin: 2em 0;
    color: #fff;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#section1,
#section2,
#section3 {
	text-align: center;
}
#section1 {
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 0;
}
#introduction {
	margin: 0 0 0;
    padding-top: 50px;
	text-align: center;
}
#section1 .panel {
	background-color: transparent;
	margin-bottom: 20px;
}
#section1 .panel-header {
	border-radius: 4px;
	padding: 21px 0;
}
#section1 .panel-header h3 {
	font-size: 28px;
	letter-spacing: 0.025em;
}
#section1 .panel-body {
	padding-top: 20px;
	color: #333;
}
#notice {
	text-align: left;
	border-radius: 4px;
	background-color: #f4f4f4;
	padding: 13px 40px 14px;
	font-size: 15px;
	color: #1e1e1e;
    border: 1px solid #cbd4d1;
}
#notice h4 {
	float: left;
	width: 158px;
	color: #fff;
	padding: 1px 0 1px 46px;
	margin-left: -46px;
	margin-bottom: 15px;
	border-radius: 0 3px 3px 0;
	background-color: #999;
	position: relative;
    text-shadow:
        1px 1px 0 #666, -1px -1px 0 #666,
        -1px 1px 0 #666, 1px -1px 0 #666,
        0px 1px 0 #666,  0-1px 0 #666,
        -1px 0 0 #666, 1px 0 0 #666;
    border: 1px solid #666;
}
#notice h4:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid #666;
	border-left: 6px solid transparent;
	position: absolute;
	top: 100%;
	left: 0;
}
#notice ul {
	clear: both;
}
#notice time {
	float: left;
	min-width: 148px;
}
#notice a {
	display: block;
	color: #1e1e1e;
}
#section2 .panel-body {
	padding-bottom: 19px;
}
#section2 ul li {
	margin-bottom: 20px;
	line-height: 34px;
}
#section3 .panel-body {
	font-size: 16px;
	line-height: 34px;
	padding-left: 75px;
	padding-right: 75px;
}
#section4 .panel-body {
	padding-top: 29px;
}
#section4 .panel-body h4 {
	margin-bottom: 25px;
}
#section4 .panel-body ul {
	margin-bottom: 42px;
}
#section4 .panel-body li {
	margin-bottom: 30px;
}
#section4 .panel-body li:first-child {
	line-height: 26px;
}
#section4 .pink {
	padding-top: 31px;
	padding-bottom: 31px;
}
#section4 .pink h4 {
	margin-bottom: 17px;
}
#section5 .panel-body {
	padding-top: 29px;
}
#section5 .panel-body > p {
	line-height: 26px;
}
#section5 .pink {
	padding-top: 20px;
	padding-bottom: 21px;
	margin-top: 25px;
	margin-bottom: 55px;
}
#section5 .pink h4 {
	font-size: 14px;
	margin-bottom: 0;
}
.recruitment-list + .recruitment-list {
	margin-top: 90px;
}
.recruitment-list h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 35px;
}
.recruitment-header table {
	font-weight: 600;
	margin-left: 30px;
	text-align: center;
}
.dropdown {
	border: 2px solid #13293d;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 5px;
}
.dropdown:last-child {
	margin-bottom: 0;
}
.dropdown-header {
	background: #fff;
	text-align: center;
	position: relative;
	line-height: 20px;
	cursor: pointer;
	font-weight: 600;
	color: #13293d;
	min-height: 66px;
	-webkit-transition: background-color .25s ease;
	   -moz-transition: background-color .25s ease;
	    -ms-transition: background-color .25s ease;
	     -o-transition: background-color .25s ease;
	        transition: background-color .25s ease;
}
.dropdown-header:after {
	content: '';
	display: table;
	clear: both;
}
.dropdown-header .status-base {
	-webkit-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
	background-color: #307aff;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.05em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.dropdown-header table {
	height: 100%;
	border: 0;
	letter-spacing: 0;
	padding-left: 28px;
}
.dropdown-header .badge {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	width: 70px;
	background-color:#f76262;
	color: #fff;
	border-radius: 2px;
	font-size: 10px;
	line-height: 25px;
	text-align: center;
	margin-right: 3px;
}
.dropdown-header .dropdown-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	width: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../img/arrow.png) center center no-repeat;
	background-size: 24px 12px;
}
.dropdown-body {
	background: #fff;
	display: none;
	padding: 32px 39px 38px 39px;
	letter-spacing: 0.05em;
}
.dropdown-body li:not(:last-child) {
	margin-bottom: 30px;
}
.dropdown-body li label {
	font-weight: 600;
}
.dropdown-body li p {
	overflow: hidden;
}
.dropdown.disable {
	border-color: #999;
}
.dropdown.disable .dropdown-header {
	color: #999;
	cursor: text;
}
.dropdown.disable .dropdown-header .status-base,
.dropdown.disable .dropdown-header .badge {
	background-color: #999;
}
.dropdown.disable .dropdown-header .dropdown-close {
	display: none;
}
.dropdown.open .dropdown-header {
	background-color: #13293d;
	color: #fff;
}
.dropdown.open .dropdown-header .dropdown-close {
	background-image: url(../img/arrow_white.png);
}
#section6 .panel-body {
	padding-top: 32px;
}
#notes,
#section8 #notes{
	padding-top:20px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 9px;
	margin-bottom: 39px;
}
#notes li,
#section8 #notes li{
	margin-bottom: 30px;
	position: relative;
	width: 100% !important;
	padding: 0;
}
#notes li:before,
#section8 #notes li:before{
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 2px;
	background-color: #307aff;
	position: absolute;
	top: 7px;
	left: -20px;
}
#inquiries h4 {
	margin-bottom: 33px;
}
#inquiries li {
	margin-bottom: 22px;
	margin-right: -15px;
}
#inquiries li:first-child {
	line-height: 26px;
}
#inquiries .pink {
	margin-top: 39px;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 37px;
}
#inquiries .pink h4 {
	margin-bottom: 18px;
}
#section7 .panel-body,
#section8 .panel-body{
	padding-top: 40px;
}
#section7 ul:after,
#section8 ul:after{
	content: '';
	display: table;
	clear: both;
}
#section7 li,
#section8 li{
	width: 40%;
padding: 0 20px;
display: table-cell;
}
#section7 .panel-body.wide {
	padding-top: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#section7 .panel-body.wide ul {
	left:25%;
	position:relative;
	margin-top: 20px;
}


#section7 .btn,
#section8 .btn{
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	background-color: #db3b61;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
}

#section7 .btn.color,
#section8 .btn.color{
    background-color: #57a5d3;
}

#section7 .btn:hover,
#section7 .btn:focus,
#section8 .btn:hover,
#section8 .btn:focus{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


#section7 .btn_off,
#section8 .btn_off{
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	background-color: #ccc;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
}


#footer {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 26px;
	padding: 75px 0 40px;
}
@media screen and (min-width: 1060px) {
    
    
	#header {
		border-left: 1px solid #f2f2f2;
		width: 220px;
		height: 100%;
		padding-top: 40px;
	}
	.logo {
		margin-bottom: 37px;
	}
	.logo img {
		height: 67px;
	}
	#navigation {
		display: block;
	}
	#navigation a {
		line-height: 50px;
		color: #333;
		position: relative;
	}
	#navigation a:hover {
		background-color: #333;
		color: #fff;
	}
	#navigation a:hover:before {
		content: '';
		width: 0;
		height: 0;
		position: absolute;
		right: 100%;
		top: 0;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		border-right: 20px solid #333;
	}
	.wrapper {
		padding-right: 220px;
	}
	#open-navi,
	#close-navi,
	#navigation .logo {
		display: none;
	}
}
@media screen and (max-width: 1059px) {
	html.no-scroll,
	html.no-scroll body {
		width: 100%;
		height: 100%;
		overflow: hidden; 
	}
	#header {
		border-bottom: 2px solid #ccc;
		left: 0;
	}
	.logo {
		float: left;
		padding: 13px 20px;
	}
	.logo img {
		height: 53px;
	}
	#navigation {
		position: fixed;
		left: 0;
		width: 100%;
		display: none;
		background-color: #333;
	}
	#navigation ul {
		padding-top: 95px;
		padding-bottom: 35px;
	}
	#navigation ul a {
		font-size: 22px;
		line-height: 80px;
		color: #fff;
		z-index: 110;
	}
	#open-navi,
	#close-navi {
		float: right;
		border: 0;
		padding: 0;
		width: 87px;
		height: 79px;
		background: transparent url(../img/menu_btn.png) center top 19px no-repeat;
	}
	#close-navi {
		background-image: url(../img/close_btn.png);
	}
	.wrapper {
		padding: 20px 20px 0;
	}
}
@media screen and (min-width: 880px) {

	.sp {
		display: none;
		visibility: hidden;
	}
    
	.recruitment-list .course {
		width:160px;
	}
	.recruitment-list .date {
		width: 120px;
	}
	.recruitment-list .place {
		width: 160px;
	}
	.recruitment-list .content {
		width: 160px;
        text-align: left;
	}
	.recruitment-list .badge-wrap {
		width: 170px;
		text-align: left;
		padding-left: 16px;
		padding-top: 20px;
		padding-bottom: 21px;
	}
	.dropdown-header table td {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.dropdown-body li label {
		float: left;
		width: 134px;
	}
	#twitter {
		background-color: #ccc;
		border-radius: 4px;
		padding: 33px 30px;
		margin-top: 31px;
	}
}
@media screen and (max-width: 879px) {

    
    .container {
        background-size:100% auto;
        padding-top: 40px;
    }


	.pc {
		display: none;
	}
	body {
		font-size: 22px;
		line-height: 40px;
	}
	.panel-header {
		padding: 23px 0;
	}
	.panel-header h3 {
		font-size: 30px;
	}
	.panel-body {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 40px;
	}
	.panel-body h4 {
		font-size: 22px;
		line-height: 40px;
	}
	.pink {
		padding: 30px;
	}
	.pink h4 {
		line-height: 30px;
		text-indent: -11px;
	}
	#section1 {
		font-size: 22px;
		line-height: 40px;
	}
	#introduction {
		padding-top: 70px;
	}
	#section1 .panel-header h3 {
		font-size: 32px;
	}
	#section1 .panel-body {
		line-height: 48px;
		padding-top: 24px;
		padding-bottom: 47px;
		text-align: left;
	}
	#notice {
		font-size: 20px;
		line-height: 34px;
		padding-top: 15px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#notice h4 {
		font-size: 22px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 30px;
		margin-left: -36px;
		margin-bottom: 34px;
		border-radius: 0 4px 4px 0;
	}
	#notice li {
		margin-bottom: 30px;
	}
	#notice time {
		float: none;
		display: block;
	}
	#section2 .panel-body {
		padding-top: 52px;
		padding-bottom: 28px;
	}
	#section2 ul li {
		line-height: 40px;
		margin-bottom: 30px;
	}
	#section3 .panel-body {
		font-size: 22px;
		padding-top: 54px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#twitter {
		padding-left: 10px;
		padding-right: 10px;
	}
	#section4 .panel-body {
		padding-top: 50px;
	}
	#section4 .panel-body h4 {
		margin-bottom: 40px;
	}
	#section4 .panel-body ul {
		margin-bottom: 50px;
	}
	#section4 .panel-body li {
		margin-bottom: 40px;
	}
	#section4 .pink {
		padding-top: 37px;
		padding-bottom: 47px;
	}
	#section4 .pink h4 {
		margin-bottom: 26px;
	}
	#section4 .panel-body li:first-child,
	#section5 .panel-body > p {
		line-height: 40px;
	}
	#section5 .panel-body {
		padding-top: 51px;
		padding-bottom: 73px;
	}
	#section5 .pink {
		padding-top: 35px;
		padding-bottom: 35px;
		margin-top: 49px;
		margin-bottom: 59px;
	}
	#section5 .pink h4 {
		font-size: 22px;
		line-height: 40px;
	}
	.recruitment-list h3 {
		font-size: 26px;
		margin-bottom: 58px;
	}
	.dropdown {
		margin-bottom: 10px;
	}
	.dropdown-header {
		font-size: 20px;
		line-height: 34px;
		height: auto;
		min-height: 190px;
		padding-bottom: 61px;
	}
	.dropdown-header table,
	.dropdown-header table tbody,
	.dropdown-header table tr,
	.dropdown-header table td {
		display: block;
		text-align: left;
	}
	.dropdown-header table {
		padding: 12px 108px 0 58px;
	}
	.dropdown-header table:after {
		content: '';
		display: table;
		clear: both;
	}
	.dropdown-header tbody {
		overflow: hidden;
	}
	.dropdown-header .recruitment-header {
		color: #000;
		float: left;
		margin-right: 25px;
	}
	.dropdown-header span {
		display: block;
	}
	.dropdown-header .status-base {
		font-size: 20px;
	}
	.dropdown-header .badge-wrap {
		position: absolute;
		left: 58px;
		bottom: 21px;
	}
	.dropdown-header .badge {
		font-size: 18px;
		line-height: 26px;
		padding: 7px 0;
		min-width: 110px;
	}
	.dropdown-header .dropdown-close {
		width: 108px;
		background-size: 40px 20px;
		right: 0;
	}
	.dropdown.open .dropdown-header .recruitment-header {
		color: #fff;
	}
	.dropdown.disable .dropdown-header .recruitment-header {
		color: #999;
	}
	.dropdown-body {
		padding: 40px 28px 53px;
		border-top: 2px solid #13293d;
	}
	.dropdown-body .dropdown-close {
		font-size: 20px;
		line-height: 40px;
		display: block;
		width: 85px;
		margin: 0 auto;
		margin-top: 55px;
		text-decoration: underline;
		cursor: pointer;
	}
	.dropdown-body li:not(:last-child) {
		margin-bottom: 40px;
	}
	.recruitment-list + .recruitment-list {
		margin-top: 100px;
	}
	#section6 .panel-body {
		padding-top: 51px;
		padding-bottom: 42px;
	}
	#notes {
		padding-left: 30px;
		padding-bottom: 7px;
		margin-bottom: 48px;
	}
	#notes li {
		margin-bottom: 40px;
	}
	#notes li:before {
		width: 22px;
		height: 22px;
		left: -30px;
		top: 9px;
	}
	#inquiries h4 {
		margin-bottom: 40px;
	}
	#inquiries li {
		margin-bottom: 40px;
	}
	#inquiries li:first-child {
		line-height: 40px;
	}
	#inquiries .pink {
		margin-top: 51px;
		padding-top: 37px;
		padding-bottom: 48px;
	}
	#inquiries .pink h4 {
		margin-bottom: 25px;
	}
	#section7 .panel-body,
	#section8 .panel-body{
		padding-bottom: 42px;
	}
	#section7 .panel-body.wide {
	text-align: left;
	}
	#section7 .panel-body.wide ul {
		left:0;
		margin-top: 10px;
	}
	
	#section7 ul,
	#section8 ul{
		margin-top: -2px;
	}
	#section7 li,
	#section8 li{
        display: inline;
		width: 100%;
		padding: 20px 35px;
	}
	#section7 .btn,
	#section8 .btn,
    #section7 .btn_off,
	#section8 .btn_off{
		font-size: 22px;
		line-height: 30px;
		padding-top: 29px;
		padding-bottom: 29px;
	}
	#footer {
		font-size: 20px;
		letter-spacing: -0.025em;
		padding-top: 0;
		margin-top: -4px;
	}
}
@media screen and (max-width: 639px) {
    
    .container {
        padding-top: 0;
    }
    
	body {
		font-size: 11px;
		line-height: 20px;
         background: url(../img/bg_sp.png) top right no-repeat #180000;
		background-size:100% auto;
	}
    

	.wrapper {
		padding: 40px 10px 0;
	}
	#header {
		border-bottom-width: 1px;
	}
    
    .headertext{
    font-size: 100%;
}
    
	.logo {
		padding: 6.5px 10px;
	}
	.logo img {
		height: 26.5px;
	}
	#open-navi,
	#close-navi {
		width: 43.5px;
		height: 39.5px;
		background-size: 50%;
		background-position: center top 9.5px;
	}
	#navigation ul {
		padding-top: 47.5px;
		padding-bottom: 17.5px;
	}
	#navigation ul a {
		font-size: 11px;
		line-height: 40px;
	}
	.section {
		margin-bottom: 40px;
	}
	.panel-header {
		padding: 11.5px 0;
	}
	.panel-header h3 {
		font-size: 15px;
		line-height: 17px;
	}
	.panel-body {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	.panel-body h4 {
		font-size: 11px;
		line-height: 20px;
	}
	.pink {
		padding: 15px;
	}
	.pink h4 {
		line-height: 15px;
		text-indent: -5.5px;
	}
	#section1 {
		font-size: 11px;
		line-height: 20px;
	}
	#introduction {
        padding-top: 50px;
	}
	#section1 .panel-header {
		padding: 11.5px 0;
	}
	#section1 .panel-header h3 {
		font-size: 16px;
	}
	#section1 .panel-body {
		line-height: 24px;
		padding-top: 6px;
		padding-bottom: 23.5px;
	}
	#notice {
		font-size: 10px;
		line-height: 17px;
		padding-top: 7.5px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#notice h4 {
		font-size: 11px;
		padding-top: 2.5px;
		padding-bottom: 2.5px;
		padding-left: 15px;
		margin-left: -18px;
		margin-bottom: 17px;
		border-radius: 0 2px 2px 0;
		width: 79px;
	}
	#notice h4:before {
		border-top-width: 3px;
		border-left-width: 3px;
	}
	#notice li {
		margin-bottom: 15px;
	}
	#section2 .panel-body {
		padding-top: 26px;
		padding-bottom: 14px;
	}
	#section2 ul li {
		line-height: 20px;
		margin-bottom: 15px;
	}
	#section3 .panel-body {
		font-size: 11px;
		padding-top: 27px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#twitter {
		padding-left: 5px;
		padding-right: 5px;
	}
	#section4 .panel-body {
		padding-top: 25px;
	}
	#section4 .panel-body h4 {
		margin-bottom: 20px;
	}
	#section4 .panel-body ul {
		margin-bottom: 25px;
	}
	#section4 .panel-body li {
		margin-bottom: 20px;
	}
	#section4 .pink {
		padding-top: 18.5px;
		padding-bottom: 23.5px;
	}
	#section4 .pink h4 {
		margin-bottom: 13px;
	}
	#section4 .panel-body li:first-child,
	#section5 .panel-body > p {
		line-height: 20px;
	}
	#section5 .panel-body {
		padding-top: 25.5px;
		padding-bottom: 36.5px;
	}
	#section5 .pink {
		padding-top: 17.5px;
		padding-bottom: 17.5px;
		margin-top: 24.5px;
		margin-bottom: 29.5px;
	}
	#section5 .pink h4 {
		font-size: 11px;
		line-height: 20px;
	}
	.recruitment-list h3 {
		font-size: 13px;
		margin-bottom: 29px;
	}
	.dropdown {
		margin-bottom: 5px;
		border-width: 1px;
	}
	.dropdown-header {
		font-size: 10px;
		line-height: 17px;
		min-height: 95px;
		padding-bottom: 30.5px;
	}
	.dropdown-header table {
		padding: 6px 54px 0 29px;
	}
	.dropdown-header .recruitment-header {
		margin-right: 12.5px;
	}
	.dropdown-header .status-base {
		font-size: 10px;
		line-height: 14px;
	}
	.dropdown-header .badge-wrap {
		left: 29px;
		bottom: 10.5px;
	}
	.dropdown-header .badge {
		font-size: 9px;
		line-height: 13px;
		padding: 3.5px 0;
		min-width: 55px;
	}
	.dropdown-header .dropdown-close {
		width: 54px;
		background-size: 20px 10px;
	}
	.dropdown-body {
		padding: 20px 14px 26.5px;
		border-top: 1px solid #13293d;
	}
	.dropdown-body .dropdown-close {
		font-size: 10px;
		line-height: 20px;
		width: 42.5px;
		margin-top: 27.5px;
	}
	.dropdown-body li:not(:last-child) {
		margin-bottom: 20px;
	}
	.recruitment-list + .recruitment-list {
		margin-top: 50px;
	}
	#section6 .panel-body {
		padding-top: 25.5px;
		padding-bottom: 21px;
	}
	#notes {
		padding-left: 15px;
		padding-bottom: 3.5px;
		margin-bottom: 24px;
	}
	#notes li {
		margin-bottom: 20px;
	}
	#notes li:before {
		width: 11px;
		height: 11px;
		left: -15px;
		top: 4.5px;
	}
	#inquiries h4 {
		margin-bottom: 20px;
	}
	#inquiries li {
		margin-bottom: 20px;
	}
	#inquiries li:first-child {
		line-height: 20px;
	}
	#inquiries .pink {
		margin-top: 25.5px;
		padding-top: 18.5px;
		padding-bottom: 24px;
	}
	#inquiries .pink h4 {
		margin-bottom: 12.5px;
	}
	#section7 .panel-body,
	#section8 .panel-body{
		padding-bottom: 21px;
		padding-top: 20px;
	}
	#section7 ul,
	#section8 ul{
		margin-top: -1px;
	}
	#section7 li,
	#section8 li{
		padding: 10px 17.5px;
	}
	#section7 .btn,
	#section8 .btn,
    #section7 .btn_off,
	#section8 .btn_off{
		font-size: 11px;
		line-height: 15px;
		padding-top: 14.5px;
		padding-bottom: 14.5px;
	}
	#footer {
		font-size: 10px;
		margin-top: -2px;
		padding-bottom: 20px;
	}
}
@media screen and (max-height: 610px) and (min-width: 640px) {
	#navigation {
		height: 100%;
	}
	#navigation ul {
		height: 100%;
		overflow-y: auto;
	}
}





