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

@page {
	size: A4;
	margin: 10mm;
}

.tit1 {
	font-size: 14pt;
	line-height: 1em;
	margin-bottom: 1em;
	border-bottom: #454545 2pt solid;
}

.tit2 {
	font-size: 12pt;
	line-height: 1em;
	margin-bottom: 1em;
	border-bottom: #454545 1pt solid;
}

.tit3 {
	font-size: 10pt;
}

p,dt,dd,td,th,li {
	font-size: 10pt;
	line-height: 1.6em;
	margin-bottom: 1em;
}

.tbl1 thead th {
	font-weight: bold;
}

table th,
table td {
	border-collapse: collapse;
	border:#666 1px solid;
}


#gnavi,
#breadcrumb,
#sidebar,
#pageFooter {
	display: none;
}

header#pageHeader {
	border-top: none;
}

#headerTel p {
	font-size: 8pt;
}
#headerTel p:nth-child(2) {
	font-size: 14pt;
}

#headerLogo {
	width: 80mm;
}

#keyVisual {
	min-height: inherit;
	margin-bottom: 30px;
	border-top: #454545 3px solid;
	padding-top: 30px;
}

#keyVisual #pageTitle {
	margin: 0 auto;
}

#pageTitle {
	background: none;
	padding: 0 0 0 0;
	min-height: inherit;
}

#keyVisual #pageTitle p {
	font-size: 24pt;
	padding: 0;
	text-align: left;
	margin-bottom: 0;
}

#keyVisual #pageTitle p span {
	display: none;
}

main.col-md-8,
main.col-xs-8 {
	width: 100%;
}

main section {
	padding-top: 0;
}


/*FLOW*/
.flowbox,
.flowbox:last-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

.flowbox .col-sm-6:nth-child(1) {
	width: 65%;
	float: left;
	clear: both;
}
.flowbox .col-sm-6:nth-child(2) {
	width:35%;
	float: right;
}

.flowbox h2 {
	font-size: 14pt;
	margin: 0.5em 0;
}

.flowbox h2 span {
	display: inline;
}

/*トップ*/
#page-index #keyVisual {
	position: relative;
	min-height: 100mm;
}

#page-index #catchCopy {
	position: absolute;
	z-index: 9999;
	font-size: 32px;
	text-align: center;
	left: 0;
	top: 30%;
	width: 100%;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #FFF !important;
}

#page-index main+div.container {
	display: none;
}

#topKvImg {
	display: inline-block;
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	height: 90mm;
	overflow: hidden;
}

#topKvImg img {
	margin-top: -50mm;
}

#kv_btn {
	display: none;
}