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

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

#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('/welcome/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;
}

#index table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #000;
    margin-bottom: 2.5em;
}

#index table th, #index table td {
    border-top: 1px solid #000;
    vertical-align: top;
	text-align: left;
}

#index table th {
	font-weight: bold;
	width: 25%;
    padding: 0.8em 1em;
}

#index table td {
	font-size: 90%;
    padding: 1em;
}

#index table td dl dt {
	background: #ddd;
	font-weight: bold;
	padding: 0.4em;
}

#index table td dl dd ul {
    margin: 0.5em 0 1.5em 2em;
}

#index table td dl dd ul li {
    list-style-type: disc;
    margin-bottom: 0.5em;
}

/*******************************
bnr
*******************************/
.link-flex {
	display: flex;
}

.bnrArea01 {
	width: 50%;
	text-align: center;
}

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

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

#featured {
	margin-top: 3%;
	padding: 3% 0 5%;
	background: #f2f2f2;
}

#featured ul {
	letter-spacing: -.4em;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#featured ul li {
	width: 31%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-bottom: 2em;
	margin-right: 2%;
}

#featured ul li a {
	display: block;
	color: #000;
}

#featured ul li a img {
	width: 100%;
}

#featured ul li a strong {
	margin-top: 0.5em;
	display: block;
	font-weight: bold;
}

