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

/*******************************
パララックスエフェクト
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

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

#article p,
#article th,
#article td,
#article dt,
#article dd,
#article li {
	font-size: 16px !important;
}

#mainVisual {
	position: relative;
	height: 30%;
	background-color: rgba(0, 0, 0, 1.0);
	overflow: hidden;
}

#mainVisual .bg {
	/* position: fixed; */
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url(/info/images/main01.jpg) no-repeat 0 0 #222;
	background-size: 100%;
	opacity: 0.85;
}

#mainVisual h1 {
	width: 96%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

#mainVisual h1 span {
	font-size: 1rem;
	display: block;
}

#right {
	width: 72%;
	float: left;
}

#left {
	width: 23%;
	float: right;
}

#leftNavi {
    background-color: #efefef;
    padding: 0.5em 1em 0;
}

#left dl dt {
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
}

#left .bnr {
	margin-top: 1.8em;
}

#left .bnr li:not(:last-child) {
	margin-bottom: 1em;
}

#left .bnr li a {
	display: block;
}

#left .bnr li a img {
	width: 100%;
	vertical-align: top;
}

#left .contact {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 1.25rem 0 0;
	padding: 1.25rem 0 0;
}

#left .contact a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #f1860e;
	color: #fff;
    transition: all .25s;
}

#left .contact a:hover {
	background-color: #c16b0b;
	opacity: 1.0!important;
}

#left iframe {
	width: 100%;
	height: auto;
}

/*******************************
main
*******************************/
#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}

/*******************************
index
*******************************/
#index {
	overflow: hidden;
	line-height: 1.6;
}

#article h2 {
	background: #222;
	color: #fff;
	padding: 0.5em;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 1.5em;
}

#article p {
	font-size: 16px;
	margin-bottom: 1.2em;
}

#article .date {
    font-size: 1rem;
    color: #aaa;
    margin-bottom: 0;
}

.BtnInfolist {
	width: 60%;
	margin: 1.5em auto;
	text-align: center;
}

.BtnInfolist a {
	display: block;
	padding: 0.8rem 1rem;
	font-size: 1rem;
	background-color: #eee;
	color: #000;
	transition: 300ms ease-out;
}

/*******************************
bnr
*******************************/
.bnrArea01 {
	text-align: center;
}

.bnrArea01 a {
	display: block;
	width: 60.5%;
	margin: 0 auto;
}

.bnrArea01 a img {
	width: 100%;
	vertical-align: top;
}


.mt_20 {
    margin-top: 20px;
}
.mb_40 {
    margin-bottom: 40px;
}
.mb_10 {
    margin-bottom: 10px;
}

.fwb {
    font-weight: bold;
}
a {
    word-break: break-all;
}
