@charset "UTF-8";

/* layout
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #4C4C4C;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	padding-top: 130px;
}

@media (min-width: 768px) {
	body {
		min-width: 1200px;
	}
}
@media print {
	body {
		width: 1200px;
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		transform-origin: 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.wrapper {
		padding-top: 77px;
	}
}

a {
	text-decoration: none;
	color: #002F7B;
	-webkit-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}
a[href=""],
a.disabled {
	pointer-events: none;
}
a.link-blank:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 16px;
	margin: 0 0 0 .5em;
	background: url(../img/common/ico-pop-b.svg) no-repeat center center;
	background-size: 100% auto;
}
a.link-pdf:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 16px;
	margin: 0 0 0 .5em;
	background: url(../img/common/ico-pop-b.svg) no-repeat center center;
	background-size: 100% auto;
}
.linkbox {
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
	a.a_gaibu:after {

	}
}

.container {
	width: 1100px;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 767px) {
	.container {
		width: auto;
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 15px;
	padding-left: 15px;
}

/*margin
-----------------------------------------*/
.mb-none {
	margin-bottom: 0;
}
.mb-small {
	margin-bottom: 20px;
}
.mb-middle {
	margin-bottom: 40px;
}
.mb-large {
	margin-bottom: 60px;
}

