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

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

#mainVisual {
	position: relative;
	height: 30%;
	background-color: rgba(0, 0, 0, 1.0);
	overflow: hidden;
}
@media screen and (max-width: 737px) {
	#mainVisual {
		margin-top:0 !important;
	}
}

#mainVisual .bg {
	/*position: fixed;*/
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/rejoin/images/main01.jpg') no-repeat 0 0;
	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 h2 {
    font-weight: 700;
    line-height: 1em;
    color: #000;
    font-size: 2rem;
    padding-bottom: 1em;
}

#index h3 {
	background: #444;
	border-left: 10px solid #000;
	color: #fff;
	padding: 0.5em;
	font-weight: bold;
    font-size: 1.4rem;
	margin: 1em 0 0.5em;
}

#index .btn01 {
	margin: 1.8em auto 0;
    display: block;
	width: 40%;
	padding: 0.4rem 0;
    background-color: #29a3dd;
    color: #fff;
	text-align: center;
	cursor: pointer;
}

#index .btn01 img {
	width: 8%;
	vertical-align: middle;
	margin-right: 0.5em;
}

#index h4 {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    color: #000;
    font-weight: 700;
    margin: 1.5em 0 0.5em;
    padding: 0.2em 0 0 0.5em;
    line-height: 1.4;
	font-size: 110%;
}

#index h5 {
	margin: 1.5em 0 0.4em;
}
#index h5 span {
	background: -webkit-linear-gradient(transparent 40%, #ffdd0e 40%);
	background: -o-linear-gradient(transparent 40%, #ffdd0e 40%);
	background: linear-gradient(transparent 40%, #ffdd0e 40%);
	font-weight: bold;
	font-size: 0.93em;
	letter-spacing: -0.02em;
}

.boxRejoin01 {
	padding: 1em;
	background: #f8f8f8;
	margin: 1em 0;
}

.boxRejoin01 dt {
	font-weight: bold;
	color: #dc2520;
}

.boxRejoin02 {
	color: #dc2520;
	font-size: 93%;
}

.boxRejoin02 li {
	margin: 0 0 0.5em 1em;
	text-indent: -1em;
}

.boxRejoin03 {
	padding: 0.4em 0 0 1.7em;
}

.boxRejoin03 li {
	list-style-type: disc;
}

.boxRejoin04 dt {
	font-weight: bold;
}

.boxRejoin04 dd {
	margin-bottom: 1.5em;
}

.boxRejoin04 .txt02 {
	margin: 0.5em 0 0 1em;
	text-indent: -1em;
}

.boxRejoin05 {
	font-size: 93%;
	color: #555;
	margin: 0 0 3em 1em;
	text-indent: -1em;
}

.boxRejoin05 li {
	text-indent: -1em;
}

.boxRejoin06 {
	margin-bottom: 2.5em;
}

.boxRejoin06 li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

.boxRejoin07 {
	text-align: center;
	margin-bottom: 3.5em;
}

#index .boxRejoin07 .btn01 {
    margin: 0.5em auto 0;
}

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

#index table th {
    background: #eee;
}

#index table th, #index table td {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    padding: 0.5em;
    vertical-align: middle;
	text-align: center;
}

#index table.rejoinTable01 {
    margin-bottom: 0.5em;
}

#index table.rejoinTable02 {
    margin: 1.5em 0 0.5em;
	border: none;
}

#index table.rejoinTable02 caption,
#index table.rejoinTable04 caption {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	text-align: left;
}

#index table.rejoinTable02 caption i,
#index table.rejoinTable04 caption i {
	color: #29a3dd;
	margin-right: 0.2em;
}

#index table.rejoinTable02 th,
#index table.rejoinTable04 th {
	text-align: left;
	font-weight: bold;
	border-bottom: 4px solid #fff;
	border-left: none;
	padding: 0.5em;
	width: 17%;
}

#index table.rejoinTable02 td,
#index table.rejoinTable04 td {
	border: none;
	border-bottom: 4px solid #fff;
	padding: 0.5em;
	text-align: left;
	background: #f8f8f8;
}

#index table.rejoinTable03 caption {
	background: #333;
	color: #fff;
	padding: 0.3em;
}

#index table.rejoinTable03 td {
	text-align: left;
}

#index table.rejoinTable04 {
    margin: 0 0 4em;
	border: none;
}

#index table strong {
	font-weight: bold;
}

#index table td p:not(:last-child) {
	margin-bottom: 0.8em;
}

#index table .cel01 {
	width: 17%;
}

#index table .cel02 {
	width: 50%;
}

#index table .cel03 {
	background: #ddd;
}

#index table .bd_tlr {
	border:2px solid #000;
	border-bottom:1px solid #000;
}

#index table .bd_rt {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
}

#index table .bd_l {
    border-left: 2px solid #000;
}

#index table .bd_lb {
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
}

#index table .bd_r {
    border-right: 2px solid #000;
}

#index table .bd_rb {
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}

#index table .bd_b {
    border-bottom: 2px solid #000;
}

#index table .txt01 {
    color: #dc2520;
	font-weight: bold;
}

.mb_30 {
    margin-bottom: 30px!important;
}


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

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

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



