@charset "shift_jis";

/* main-inner */

#main #main-inner {
    border: none;
    background:#fff url('../img/patrn_bg.png') repeat center top;
    margin-top: 10px;
}

#main #main-title h2,
#main #main-title .chara,
#main #main-title .lead,
#main #main-title .ss{
    position: absolute;
    margin: 0;
    padding: 0;
}
.subsec{
	position:relative;
}

/* main-title */

#main #title-area {
    z-index: 10;
    height: 35px;
}
#main #title-area h1 {
    position: absolute;
    top: 12px;
    left: 11px;
}
#main #main-title {
    height: 600px;
    background: url('../img/head_bg.png') center top no-repeat;
    top: -45px;
    position: relative;
    width: 864px;
}
#main #main-title h2 {
    top: 55px;
    left: 10px;
    z-index: 3;
    position: relative;
}
#main #main-title .chara {
    top: 45px;
    right: 5px;
    z-index: 4;
}
#main #main-title .lead {
    top: 420px;
    left: 15px;
    z-index: 2;
}
#main #main-title .ss {
    top: 60px;
    right: -10px;
    z-index: 1;
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */

#main #sec01 {
    height: 880px;
    margin-top: -45px;
	text-align:center;
}
.sec01-ttl{
	margin-top:20px;
}
.sec01-txt01{
	margin:20px auto;
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */

#main #sec02 {
    height: 620px;
	text-align:center;
}
.sec02-txt01{
	margin:10px auto 20px;
}
/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */

#main #sec03 {
    height: 3480px;
	text-align:center;
}
#sec03 .inner-box{
	margin-top:-90px;
	padding-top:100px;
	text-align:center;
	height:1120px;
	box-sizing:border-box;
}
.sec03-sub01 .inner-box{ background-image:url(../img/sec03_sub01_bg.png); }
.sec03-sub02 .inner-box{ background-image:url(../img/sec03_sub02_bg.png); }
.sec03-sub03 .inner-box{ background-image:url(../img/sec03_sub03_bg.png); }

	.sec03-sub01-txt02, .sec03-sub02-txt02, .sec03-sub03-txt02{
		margin-top:20px;
	}
	#sec03 p.btn01{
		margin-top:-90px;
	}


/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
#main #sec04 {
	background:url(../img/sec04_bg.png);
	height:286px;
	margin-top:50px;
	text-align:center;
	box-sizing:border-box;
}
	#sec04 .sec04-ttl{
		padding:10px;
	}
	#sec04 .btn01,#sec04 .btn02{
		margin-top:8px;
	}
	
/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */


/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */

/* main-footer */

.main-footer {
    position: relative;
    margin: 20px 0 0;
    padding-bottom: 32px;
}

.f-border {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #C1C1C1;
}

.main-footer .f-hard {
    position: absolute;
    top: 0;
    right: 0;
}

.f-border .f-hard {
    top: 20px;
}

.f-wrap {
    margin: 36px 0 0;
}

.main-footer .f-logo {
    float: left;
    width: 320px;
    text-align: center;
}

.main-footer .f-contents {
    float: right;
    width: 514px;
}

.main-footer .f-icon {
    float: left;
}

.main-footer .f-name {
    position: relative;
    float: right;
    width: 443px;
    height: 55px;
}

.main-footer .f-soft-ttl {
    position: absolute;
    top: 10px;
}

.main-footer .f-copyright {
    position: absolute;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 9px;
}

.main-footer .f-note01 {
    margin: 5px 0 15px;
    color: #FFFFFF;
    font-size: 9px;
}

.main-footer .f-btn {
    margin: 15px 0 0;
}


/* clearfix */

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}




