.container {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	padding:0;
}
@media (min-width:960px) {
	.container {
		width:960px;
	}
}
@media (max-width:960px) {
	.container {
		width:100%;
	}
}
img.img-responsive {
	margin:0 auto;
}


/* Header
------------------------------*/
.header {
	width:100%;
	background-color:#030d49;
	border:0;
	border-radius:0;
}
.header .row.no-gutter {
	margin:0;
}
.header .row.no-gutter div {
	padding:0 !important;
}
.header div a {
	display:block;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	height:100px;
	padding:32px 0;
	background-color:#030d49;
	transition:background-color 0.5s linear 0s;
}
.header div a:hover,
.header div a.active {
	color:#fff;
	text-decoration:none;
	background-color:#010525;
}
.header div a.logo {
	padding:0;
}
.header div a strong {
	font-size:1.6rem;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight:normal;
}
.header div a span {
	display:block;
	font-size:1rem;
}

@media screen and (max-width: 768px) {
	.header div a.logo {
		padding-top:15%;
	}
}
@media screen and (max-width: 580px) {
	.header div a.logo {
		padding-top:25%;
	}
}
@media screen and (max-width: 480px) {
	.header div a {
		height:auto;
		padding:15px 0;
	}
	.header div a strong {
		font-size:1rem;
	}
	.header div a span {
		display:none;
	}
	.header div a.logo {
		padding-top:5px;
	}
}


/* Content
------------------------------*/
.content {
}
.content h1.visual {
	margin:0;
}
.content .sec {
	padding-top:40px;
}
.content .sec h2 {
	display:inline-block;
	color:#1f255a;
	font-size:2.2rem;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:1.5;
	border-bottom:3px solid #1f255a;
	padding:0;
	margin:0 0 20px;
}
.content .sec p,
.content .sec dd {
	line-height:1.8;
	margin-bottom:25px;
}
.content .sec ul {
	padding:0;
	margin:0;
}
.content .sec ul li {
	margin:3px 0 3px 20px;
}
.content .sec ul li.none {
	list-style:none;
	margin-left:0;
}
.content .sec table.table {
	border-bottom:1px solid #ddd;
	margin-bottom:25px;
}


/* Top -----------------*/
.outline {
	margin-top:30px;
}
.outline .top-kazari {
	box-sizing:content-box;
	text-align:center;
	border-bottom:1px solid #7d6350;
	padding-bottom:10px;
}
.outline .btm-kazari {
	box-sizing:content-box;
	text-align:center;
	border-top:1px solid #7d6350;
	padding-top:10px;
}
.outline .bdr {
	background-color:#f3ece7;
	padding:10px 0;
}
.outline .bdr .inner {
	background-color:#fff;
	padding:10px;
}
.outline .bdr .inner p {
	font-size:1.6rem;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:1.8;
	text-align:center;
	padding:10px;
	margin:0;
}
.outline .bdr .inner p span {
	color:#853d09;
	font-weight:bold;
}



/* About -----------------*/
table.table.about-table th,
table.table.about-table td {
	border:1px solid #e7e7e7;
}
table.table.about-table th {
	color:#fff;
	font-size:1.6rem;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align:center;
	vertical-align:middle;
	width:150px;
	background-color:#2b487d;
	background:linear-gradient(left, #2b487d, #464e93);
	background:-moz-linear-gradient(left, #2b487d, #464e93);
	background:-webkit-gradient(linear, left top, right top, from(#2b487d), to(#464e93));
}

/* Message -----------------*/
.content .sec p.washi {
	background:url(../img/bg-texture.png);
	border:1px solid #ccc;
	padding:20px 10px;
}
figcaption {
	font-size:1.2rem;
	text-align:center;
	margin-top:10px;
}
table.table.message-table th,
table.table.message-table td {
	border:0;
	padding:0 0 20px;
}
table.table.message-table th {
	width:150px;
}


/* Recruit -----------------*/
.content .sec h3 {
	color:#1f255a;
	font-weight:bold;
	line-height:1.4;
	margin:0 0 30px;
}
.content .sec h4 {
	font-size:1.4rem;
	font-weight:bold;
}
.content .sec a.contact-link {
	display:block;
	color:#000;
	font-size:2rem;
	text-align:center;
	text-decoration:none;
	background-color:#fafafa;
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px;
}
.content .sec a.contact-link:hover {
	background-color:#eee;
}
.content .sec a.contact-link i {
	margin-right:5px;
}

/* Contact -----------------*/
.content .sec .block {
	text-align:center;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	padding:10px 0 1px;
	margin-bottom:30px;
}
.content .sec .block .degree {
	font-size:1.2rem;
	height:;
}
.content .sec .block h2 {
	display:block;
	color:#000;
	font-size:1.8rem;
	font-weight:bold;
	border:0;
	margin-bottom:10px;
}
.content .sec .block .image {
	margin-bottom:10px;
}

.content .sec .block .buttons {
	text-align:center;
	background-color:#f7f7f7;
	padding:10px;
}
.content .sec .block .buttons a {
	display:inline-block;
	font-size:1rem;
	width:30%;
	height:26px;
	padding:5px 0;
	margin:0 1.5%;
}
.content .sec .block .buttons a:hover {
	text-decoration:none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.content .sec .block .buttons a.btn-line {
	color:#fff;
	background-color:#00be3f;
	border:1px solid #00be3f;
}
.content .sec .block .buttons a.btn-blog {
	color:#fff;
	background-color:#000;
	border:1px solid #FFF;
}
.content .sec .block .buttons a.btn-mail {
	color:#fff;
	background-color:#e24b56;
	border:1px solid #e24b56;
}

.content .sec .block .info {
	text-align:center;
	background-color:#f7f7f7;
	padding:0 10px;
}
.content .sec .block .info {
	height: 900px;
}
.content .sec .block .info p {
	line-height:1.4;
	padding-top: 5px;
	margin-bottom: 0px;	
}
.content .sec .block .info p strong {
	font-size:1.4rem;
}

.content .sec .block .dropdown-menu {
	top:auto;
	padding:10px;
}
.content .sec .block .dropdown-menu p {
	line-height:1.4;
	margin:0 0 10px;
}
.content .sec .block .dropdown-menu .text-large,
.content .sec .block .dropdown-menu .text-large a {
	font-size:1.6rem;
}
.content .sec .block .dropdown-menu .caution {
	color:#999;
	font-size:1.2rem;
}

/* Not Found -----------------*/
.content .sec.notfound {
	width:460px;
	margin-left:auto;
	margin-right:auto;
}
.content .sec.notfound h2 {
	display:block;
	text-align:center;
}
.content .sec.notfound p {
	text-align:center;
}
.content .sec.notfound p img {
	vertical-align:middle;
	margin-right:10px;
}



@media screen and (max-width: 768px) {
	.content .sec {
		padding-left:10px;
		padding-right:10px;
	}
	.content .sec .col-xs-6 {
		padding-left:5px;
		padding-right:5px;
	}
	table.table.about-table th {
		width:100px;
	}
}



/* Special
------------------------------*/
.special {
	padding:40px 0;
}
.special h2 {
	font-size:2.2rem;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align:center;
	padding:0 0 20px;
	margin:0;
}
.special div {
	padding-bottom:10px;
}
.special a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

@media screen and (max-width: 768px) {
	.special .col-xs-3 {
		padding-left:5px;
		padding-right:5px;
	}
}


/* Footer
------------------------------*/
.footer {
	position:relative;
	background-color:#f5f5f5;
	padding:20px;
}
.footer .pagetop {
	position:absolute;
	right:20px;
	top:0;
	background-color:#fff;
	padding:5px 10px;
}
.footer .pagetop a,
.footer .pagetop a:hover {
	color:#737272;
	font-size:1rem;
	text-decoration:none;
}
.footer .pagetop a img {
	margin-right:0.5rem;
}
.footer .fnav {
}
.footer .fnav ul {
	float:left;
	list-style:none;
	font-size:1.25rem;
	width:180px;
	border-right:1px solid #dadada;
	padding:5px 25px;
	margin:0;
}
.footer .fnav ul li {
	background:url(../img/arrow.png) no-repeat left center;
	padding:5px 10px;
}
.footer .fnav ul li.tit {
	font-weight:bold;
	background:none;
	padding-left:0;
}
.footer .fnav ul li a {
	color:#3f3f3f;
}
.footer .copyright {
	position:absolute;
	right:20px;
	bottom:10px;
	text-align:right;
}
.footer .copyright p {
	font-size:1.25rem;
	color:#888;
	margin-top:10px;
}

@media screen and (max-width: 768px) {
	.footer .fnav ul {
		border:0;
		width:50%;
		margin-bottom:20px;
	}
	.footer .copyright {
		position:static;
		text-align:center;
		padding:15px;
	}
	.footer .copyright img {
		width:100%;
		max-width:267px;
	}
}