/* ヘッダーメイン */

@media screen and (min-width: 641px){

#thmain {
	width: 100%;
	margin: 100px 0px 130px 0px;
	float: left;
	position: relative;
	z-index: 0;
	}

#thmain:before {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px rgba(255,255,255,0.6) solid;
	position: absolute;
    left: 50%;
	bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#thmain:after {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #282828 solid;
	position: absolute;
    left: 50%;
	bottom: -40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 53;
	}

#thmain .bxslider {
	overflow: hidden;
	}

#thmain .bxslider:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 52;
	}

#thmain .bxslider ul {
	margin: 0px;
	}

#thmain .bxslider li {
	position: relative;
	}

#thmain .bxslider li:not(:first-child) {
    display: none;
	}

#thmain .bxslider a {
	display: block;
	}

#thmain .bxslider li.vid:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(img/bgfil.png) center top;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#thmain .bxslider li.vid p {
    width: 100%;
    margin: 0px;
	}

#thmain .bxslider li.vid p:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#thmain .bxslider li.vid video {
    width: 100%;
	margin: 0px 0px 0px 0%;
	}

#thmain .bxslider li.vid h2 {
	width: 100%;
    font-size: 48px;
    color: #ffffff;
	letter-spacing: 0.2em;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#thmain .bxslider li.vid h2 span {
    font-size: 21px;
    font-weight: normal;
	line-height: 200%;
    margin: 30px 0px 0px 0px;
    display: block;
	}

#thmain .bxslider li.vid h2 br:nth-child(1) {
	display: none;
	}

#thmain .bxslider ul a:hover {
	opacity: 1;
	}

#thmain .bxslider ul a:hover img {
	opacity: 1;
	}

#thmain .bxslider ul img {
	width: 100%;
	-webkit-transition: all 0s;
	transition: all 0s;
	}

#thmain .bx-viewport {
  	overflow: visible!important;
	}

#thmain .bx-pager {
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 52;
	}

#thmain .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	}

#thmain .bx-default-pager a {
	width: 10px;
	height: 10px;
	border: 1px #ffffff solid;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 6px 0px 6px;
	display: block;
	text-indent: -9999px;
	outline: 0;
	}

#thmain .bx-default-pager a:hover,
#thmain .bx-default-pager a.active {
	background: #ffffff;
  	}

#thmain .bxslider li:not(.vid)[aria-hidden="false"] {
    animation: anime_zoom 5s linear;
	}

#thmain .bxslider li:not(.vid)[aria-hidden="true"] {
    transform: scale(1.05);
	}

@keyframes anime_zoom {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.05);
    }
}

#thmain video {
    width: 100%;
	display: block;
	}

#thmain .hli {
	width: 100%;
	font-size: 28px;
	line-height: 150%;
	color: #ffffff;
	text-align: center;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 52;
	}

#thmain .hli p {
	font-size: 72px;
	letter-spacing: 0.15em;
	margin: 0px 0px 50px 0px;
	}

#thmain .hli p font {
	font-size: 54px;
	}

}

@media screen and (max-width: 640px){

#thmain {
	width: 100%;
	margin: -120px 0px 70px 0px;
	float: left;
	position: relative;
	z-index: 0;
	}

#thmain:before {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #ffffff solid;
	position: absolute;
    left: 50%;
	bottom: -20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 53;
	}

#thmain:after {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #282828 solid;
	position: absolute;
    left: 50%;
	bottom: -60px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 53;
	}

#thmain .bxslider {
	overflow: hidden;
	}

#thmain .bxslider:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 52;
	}

#thmain .bxslider ul {
	margin: 0px;
	}

#thmain .bxslider li {
	position: relative;
	}

#thmain .bxslider li:not(:first-child) {
    display: none;
	}

#thmain .bxslider a {
	display: block;
	}

#thmain .bxslider li.vid:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(img/bgfil.png) center top;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#thmain .bxslider li.vid p {
    width: 100%;
    margin: 0px;
	}

#thmain .bxslider li.vid p:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#thmain .bxslider li.vid video {
    width: 100%;
	margin: 0px 0px 0px 0%;
	}

#thmain .bxslider li.vid h2 {
	width: 100%;
    font-size: 48px;
    color: #ffffff;
	letter-spacing: 0.2em;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#thmain .bxslider li.vid h2 span {
    font-size: 21px;
    font-weight: normal;
	line-height: 200%;
    margin: 30px 0px 0px 0px;
    display: block;
	}

#thmain .bxslider li.vid h2 br:nth-child(1) {
	display: none;
	}

#thmain .bxslider ul a:hover {
	opacity: 1;
	}

#thmain .bxslider ul a:hover img {
	opacity: 1;
	}

#thmain .bxslider ul img {
	width: 100%;
	-webkit-transition: all 0s;
	transition: all 0s;
	}

#thmain .bx-viewport {
  	overflow: visible!important;
	}

#thmain .bx-pager {
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 52;
	}

#thmain .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	}

#thmain .bx-default-pager a {
	width: 10px;
	height: 10px;
	border: 1px #ffffff solid;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 6px 0px 6px;
	display: block;
	text-indent: -9999px;
	outline: 0;
	}

#thmain .bx-default-pager a:hover,
#thmain .bx-default-pager a.active {
	background: #ffffff;
  	}

#thmain .bxslider li:not(.vid)[aria-hidden="false"] {
    animation: anime_zoom 5s linear;
	}

#thmain .bxslider li:not(.vid)[aria-hidden="true"] {
    transform: scale(1.05);
	}

@keyframes anime_zoom {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.05);
    }
}

#thmain .vid {
	overflow: hidden;
	}

#thmain video {
    width: 270%;
	margin: 0px 0px 0px -85%;
	display: block;
	}

#thmain .hli {
	width: 100%;
	font-size: 16px;
	line-height: 150%;
	color: #ffffff;
	text-align: center;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 52;
	}

#thmain .hli p {
	font-size: 32px;
	letter-spacing: 0.15em;
	margin: 0px 0px 30px 0px;
	}

#thmain .hli p font {
	font-size: 24px;
	}

}


/* トップページ */

@media screen and (min-width: 641px){

#top {
	width: 100%;
	line-height: 200%;
	overflow: hidden;
	}

#top .ban {
	width: 90%;
	max-width: 800px;
	margin: 0px auto 130px auto;
	}

#top .ban img {
	width: 100%;
	}

#top .conc {
	padding: 0px 0px 130px 0px;
	}

#top .conc dl {
	width: 95%;
	max-width: 1500px;
	margin: 0px 0px 0px auto;
	display: table;
	position: relative;
	}

#top .conc dt {
	width: 66.666%;
	height: 100%;
	background: url(img/conpho.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0px;
	top: 0px;
	}

#top .conc h3 {
	font-size: 42px;
	background: linear-gradient(transparent 0%, #ffffff 0%);
	font-weight: normal;
	line-height: 150%;
	margin: 50px 0px 50px 0px;
	padding: 0px 20px 0px 0px;
	display: table;
	position: relative;
	z-index: 1;
	}

#top .conc dd {
	width: 26.666%;
	margin: 0px auto 0px 0px;
	padding: 0px 0px 50px 0px;
	}

#top .conc #mor {
	margin: 50px 0px 0px 0px;
	}

#top .eve {
	margin: 0px 0px 130px 0px;
	}

#top .eve h2 {
	margin: 0px 0px 20px 0px;
	}

#top .eve .cop {
	text-align: center;
	}

#top .eve .cop br {
	display: none;
	}

#top .eve ul {
	width: 90%;
	max-width: 1200px;
	margin: 70px auto -50px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .eve ul a {
	width: 30.555%;
	margin: 0px 4.166% 50px 0px;
	display: block;
	}

#top .eve ul a:nth-child(3n) {
	margin: 0px 0px 50px 0px;
	}

#top .eve ul a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	}

#top .eve ul a h3 {
	font-size: 21px;
	letter-spacing: 0.1em;
	margin: 0px 0px 10px 0px;
	}

#top .eve ul a h3 font {
	font-size: 14px;
	}

#top .mod {
	width: 100%;
	background: #f6f6f6;
	padding: 130px 0px 176px 0px;
	position: relative;
	}

#top .mod:before,
#top .ins:before {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #ffffff solid;
	position: absolute;
    left: 50%;
	top: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#top .mod:after,
#top .ins:after {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #EDEDEA solid;
	position: absolute;
    left: 50%;
	top: -20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#top .mod .bxslider {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	position: relative;
	}

#top .mod .bx-viewport {
  	width: 100%;
  	overflow: visible !important;
	}

#top .mod .bx-prev {
	left: -39px;
	transform: scale(-1,1);
	}

#top .mod .bx-next {
	right: -39px;
	}

#top .mod .bx-controls-direction {
	width: 100%;
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 53;
	}

#top .mod .bx-controls-direction a {
	width: 28px;
	height: 28px;
	background: #282828;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	}

#top .mod .bx-controls-direction a:before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	position: absolute;
	left: 10px;
	top: 10.5px;
    transform: rotate(45deg);
	}

#top .mod .bx-pager {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -70px;
	z-index: 52;
	}

#top .mod .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	}

#top .mod .bx-default-pager a {
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 10px 0px 6px;
	display: block;
	text-indent: -9999px;
	outline: 0;
	}

#top .mod .bx-default-pager a:hover,
#top .mod .bx-default-pager a.active {
	background: #282828;
  	}

#top .mod ul {
	display: flex;
	flex-wrap: wrap;
	}

#top .mod ul li {
	width: 100%;
	}

#top .mod ul a {
	width: 100%;
	display: block;
	}

#top .mod ul a img {
	width: 50%;
	height: auto;
	}

#top .mod ul p {
	width: 50%;
	float: right;
	position: relative;
	}

#top .mod ul p:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

#top .mod ul p img {
	width: 100%;
	}

#top .mod ul p .log {
	width: 240px;
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
	}

#top .wor {
	width: 100%;
	background: #282828;
	color: #ffffff;
	padding: 130px 0px;
	}

#top .wor ul {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .wor ul a {
	width: 30.952%;
	margin: 0px 3.571% 0px 0px;
	color: #ffffff;
	text-align: center;
	display: block;
	}

#top .wor ul a:last-child {
	margin: 0px;
	}

#top .wor ul a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	}

#top .wor ul a h3 {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 0px 0px 10px 0px;
	}

#top .voi {
	width: 100%;
	background: #282828;
	color: #ffffff;
	padding: 130px 0px;
	}

#top .voi ul {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .voi ul a {
	width: 22.321%;
	margin: 0px 3.571% 0px 0px;
	color: #ffffff;
	text-align: center;
	display: block;
	}

#top .voi ul a:last-child {
	margin: 0px;
	}

#top .voi ul a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	}

#top .voi ul a h3 {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 0px 0px 10px 0px;
	}

#top .lin {
	padding: 130px 0px;
	}

#top .lin ul {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto -80px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

#top .lin ul a {
	width: 48.214%;
	margin: 0px 3.571% 80px 0px;
	text-align: center;
	display: block;
	}

#top .lin ul a:nth-child(2n),
#top .lin ul a:last-child {
	margin: 0px 0px 80px 0px;
	}

#top .lin ul a img {
	width: 100%;
	margin: 0px 0px 30px 0px;
	}

#top .lin ul a span {
	line-height: 50px;
	margin: 0px 0px 20px 0px;
	display: block;
	}

#top .lin ul a span img {
	max-height: 50px;
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
	}

#top .lin ul a .ont {
	height: 32px;
	}

#top .lin ul a #mor {
	margin: 30px auto 0px auto;
	}

#top .ins {
	width: 100%;
	background: #f6f6f6;
	padding: 130px 0px;
	position: relative;
	}

#top .ins h2 img {
	height: 36px;
	}

#top .ins ul {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	}

#top .sta {
	width: 100%;
	background: #282828;
	padding: 130px 0px;
	}

#top .sta h2.title {
	color: #ffffff;
	}

#top .sta ul {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .sta li {
	width: 31.666%;
	background: #ffffff;
	margin: 0px 2.5% 30px 0px;
	padding: 30px 2.5%;
	display: block;
	}

#top .sta li:nth-child(3n) {
	margin: 0px 0px 30px 0px;
	}

#top .sta dl {
	display: table;
	}

#top .sta dt {
	width: 46.875%;
	display: table-cell;
	vertical-align: middle;
	}

#top .sta dt img {
	width: 100%;
	}

#top .sta dd {
	width: 53.125%;
	font-size: 12px;
	line-height: 150%;
	padding: 10px 0px 0px 9.375%;
	display: table-cell;
	vertical-align: middle;
	}

#top .sta h3 {
	font-size: 18px;
	margin: 15px auto 10px auto;
	}

#top .sta span {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0em;
	}

}

@media screen and (max-width: 640px){

#top {
	line-height: 200%;
	}

#top .ban {
	width: 90%;
	margin: 0px auto 70px auto;
	}

#top .ban img {
	width: 100%;
	}

#top .conc {
	padding: 0px 0px 70px 0px;
	}

#top .conc dl {
	width: 100%;
	display: flex;
	flex-direction: column;
	}

#top .conc dt {
	width: 90%;
	height: 300px;
	background: url(img/conpho.jpg) no-repeat center;
	background-size: cover;
	margin: 0px 0px 0px auto;
	order: 1;
	}

#top .conc h3 {
	width: 90%;
	font-size: 21px;
	background: linear-gradient(transparent 0%, #ffffff 0%);
	font-weight: normal;
	line-height: 200%;
	margin: -60px 0px 40px 0px;
	padding: 0px 0px 0px 5%;
	display: block;
	position: relative;
	z-index: 1;
	order: 2;
	}

#top .conc dd {
	width: 90%;
	margin: 0px auto 0px auto;
	order: 3;
	}

#top .conc #mor {
	margin: 30px 0px 0px 0px;
	}

#top .eve {
	margin: 0px 0px 70px 0px;
	}

#top .eve .cop {
	width: 90%;
	margin: 0px auto 40px auto;
	text-align: center;
	}

#top .eve ul {
	width: 90%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .eve ul a {
	width: 100%;
	margin: 0px 0px 30px 0px;
	display: block;
	}

#top .eve ul a:last-child {
	margin: 0px;
	}

#top .eve ul a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	}

#top .eve ul a h3 {
	font-size: 21px;
	letter-spacing: 0.1em;
	margin: 0px 0px 10px 0px;
	}

#top .eve ul a h3 font {
	font-size: 14px;
	}

#top .mod {
	width: 100%;
	background: #f6f6f6;
	padding: 70px 0px 86px 0px;
	position: relative;
	}

#top .mod:before,
#top .ins:before {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #ffffff solid;
	position: absolute;
    left: 50%;
	top: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#top .mod:after,
#top .ins:after {
	content: '';
	width: 1px;
	height: 40px;
	border-right: 1px #EDEDEA solid;
	position: absolute;
    left: 50%;
	top: -20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#top .mod .bxslider {
	width: 100%;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	}

#top .mod .bx-viewport {
  	width: 100%;
  	overflow: visible !important;
	}

#top .mod .bx-prev {
	left: 2.5%;
	transform: scale(-1,1);
	}

#top .mod .bx-next {
	right: 2.5%;
	}

#top .mod .bx-controls-direction {
	width: 100%;
	position: absolute;
    left: 50%;
	top: calc(50% - 13px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 53;
	}

#top .mod .bx-controls-direction a {
	width: 28px;
	height: 28px;
	background: #282828;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	}

#top .mod .bx-controls-direction a:before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	position: absolute;
	left: 10px;
	top: 10.5px;
    transform: rotate(45deg);
	}

#top .mod .bx-pager {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	z-index: 52;
	}

#top .mod .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	}

#top .mod .bx-default-pager a {
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 10px 0px 6px;
	display: block;
	text-indent: -9999px;
	outline: 0;
	}

#top .mod .bx-default-pager a:hover,
#top .mod .bx-default-pager a.active {
	background: #282828;
  	}

#top .mod ul {
	display: flex;
	flex-wrap: wrap;
	}

#top .mod ul li {
	width: 100%;
	}

#top .mod ul a {
	width: 100%;
	display: block;
	}

#top .mod ul a img {
	width: 50%;
	height: auto;
	}

#top .mod ul p {
	width: 50%;
	float: right;
	position: relative;
	}

#top .mod ul p:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

#top .mod ul p img {
	width: 100%;
	}

#top .mod ul p .log {
	width: 60%;
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
	}

#top .wor {
	width: 100%;
	background: #282828;
	color: #ffffff;
	padding: 70px 0px;
	}

#top .wor ul {
	width: 90%;
	margin: 0px auto -20px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .wor ul a {
	width: 48.5%;
	margin: 0px 3% 20px 0px;
	color: #ffffff;
	text-align: center;
	display: block;
	}

#top .wor ul a:nth-child(2n) {
	margin: 0px 0px 20px 0px;
	}

#top .wor ul a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	}

#top .wor ul a h3 {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 0px 0px 10px 0px;
	}

#top .voi {
	width: 100%;
	background: #282828;
	color: #ffffff;
	padding: 70px 0px;
	}

#top .voi ul {
	width: 90%;
	margin: 0px auto -20px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .voi ul a {
	width: 48.5%;
	margin: 0px 3% 20px 0px;
	color: #ffffff;
	text-align: center;
	display: block;
	}

#top .voi ul a:nth-child(2n) {
	margin: 0px 0px 20px 0px;
	}

#top .voi ul a img {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	}

#top .voi ul a h3 {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 0px 0px 10px 0px;
	}

#top .lin {
	padding: 70px 0px;
	}

#top .lin ul {
	width: 90%;
	margin: 0px auto;
	}

#top .lin ul a {
	margin: 0px 0px 40px 0px;
	text-align: center;
	display: block;
	}

#top .lin ul a:last-child {
	margin: 0px;
	}

#top .lin ul a img {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#top .lin ul a span {
	margin: 0px 0px 10px 0px;
	display: block;
	}

#top .lin ul a span img {
	height: 40px;
	}

#top .lin ul a .ont {
	height: 25px;
	}

#top .lin ul a #mor {
	margin: 20px auto 0px auto;
	}

#top .ins {
	width: 100%;
	background: #f6f6f6;
	padding: 70px 0px;
	position: relative;
	}

#top .ins h2 img {
	height: 36px;
	}

#top .ins ul {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	}

#top .sta {
	width: 100%;
	background: #282828;
	padding: 70px 0px;
	}

#top .sta h2.title {
	color: #ffffff;
	}

#top .sta ul {
	width: 90%;
	margin: 0px auto;
	}

#top .sta li {
	width: 100%;
	background: #ffffff;
	margin: 0px 0px 30px 0px;
	padding: 40px 10%;
	display: block;
	}

#top .sta dl {
	display: table;
	}

#top .sta dt {
	width: 46.875%;
	display: table-cell;
	vertical-align: top;
	}

#top .sta dd {
	width: 53.125%;
	line-height: 150%;
	padding: 0px 0px 0px 9.375%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	}

#top .sta dt img {
	width: 100%;
	}

#top .sta h3 {
	font-size: 18px;
	margin: 15px auto 10px auto;
	}

#top .sta span {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0em;
	}

}


/* 404エラー */

@media screen and (min-width: 641px){

#err {
	width: 75%;
	line-height: 200%;
	margin: 0px auto;
	}

#err h2 {
	font-size: 48px;
	color: #cccccc;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#err h3 {
	font-size: 24px;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#err a {
	width: 320px;
	background: #f6f6f6;
	border: 1px #dddddd solid;
	font-size: 16px;
	line-height: 50px;
	color: #111111;
	margin: 50px auto 50px auto;
	text-align: center;
	display: block;
	}

#err a:hover {
	background: #000000;
	border: 1px #000000 solid;
	color: #ffffff;
	}

#err h4 {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	}

}

@media screen and (max-width: 640px){

#err {
	width: 90%;
	margin: 0px auto;
	}

#err h2 {
	font-size: 32px;
	color: #cccccc;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#err h3 {
	font-size: 18px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#err a {
	width: 100%;
	background: #f6f6f6;
	border: 1px #dddddd solid;
	font-size: 14px;
	line-height: 40px;
	color: #111111;
	margin: 30px auto 30px auto;
	text-align: center;
	display: block;
	}

#err h4 {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	}

}

