@charset "UTF-8";



/* 全体
----------------------------------------------------------*/
* {
	box-sizing: border-box;
}


html {
  font-family: 本明朝-M 小がな,HonMinKok-M;
}


html {
	font-size: 62.5%; /* 10px */
}

body {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.8;
}

img {
	max-width: 100%;
	height: auto;
}

h1:nth-child(1),
h2:nth-child(1),
h3:nth-child(1),
h4:nth-child(1),
h5:nth-child(1),
h6:nth-child(1) {
	margin-top: 0;
}


h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	display: inline-block;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p,
ul,
ol,
dl,
table,
blockquote,
iframe {
	margin-top: 20px;
}

p:nth-child(1),
ul:nth-child(1),
ol:nth-child(1),
dl:nth-child(1),
table:nth-child(1),
blockquote:nth-child(1),
iframe {
	margin-top: 0;
}

ul {
	margin-left: 0;
	list-style-type: disc;
}

ol {
	margin-left: 2em;
	list-style-type: decimal;
}

table {
	width: 100%;
}

table th, table td {
	padding: 10px;
	border: 1px solid #DBD8D9;
}

table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: #EDEBEB;
}

iframe {
	max-width: 100%;
}

hr {
	margin: 20px 0;
	border: none;
	border-top: 1px solid #AAA;
}

hr.dot {
	border-top: 1px dashed #AAA;
}

a:link {
	color: #399d54;
	text-decoration: none;
}

a:visited {
	color: #399d54;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

a:active {
	text-decoration: none;
	opacity: 0.7;
}

a img {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-transform: translate3d(0, 0, 0);
}

a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}



/* レイアウト
----------------------------------------------------------*/

.kv {
	width: auto;
	margin: 0 auto;
}

#main {

}

.contents {
		max-width: 1040px;
	margin: 0 1em;
	}

.inner {
	max-width:;
	margin: 0 auto;
}

#footer {
	padding-bottom: 4em;
}

.container {
	margin: 50px auto 0;
}

/* Top
----------------------------------------------------------*/



.home #main {
	margin-top: 0;
}

.secIndexTitle.container {
}
.secIndexTitle h1 {
    max-width: 12em;
    margin-left: auto;
    margin-right: auto;
}

.secIndexTitle h2 {
	max-width: 20em;
	font-size: 1em;
	margin: 1.5em auto 0;
}

.secIndex01 {
	letter-spacing:0.05em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  -webkit-align-items: flex-start; /* Safari */
  align-items:         flex-start;
  -webkit-align-content: flex-start; /* Safari */
  align-content:         flex-start;
}

.secIndex01 .flex-item {
	width: 48%;
	margin-bottom: 1em;
}

#footer img {
	width: 98px;
	height: auto;
}


@media screen and (min-width: 76.8em) {
	body {
		font-size: 1.6rem;
	}
	
	.kv {
		max-width: 1600px;
		margin: 0 auto;
	}

	.kv img {
		width: 100%;
		height: auto;
	}

	.contents {
		margin: 0 auto;
	}
	
.container {
	margin: 110px auto 0;
}
.secIndexTitle.container {
}
	.secIndexTitle h2 {
    max-width: 22em;
		line-height: 2;
	}

	.secIndex01 {
		font-size: 1.5em;
	}
	.secIndex01 .flex-item {
    width: 31.5%;

}