@charset "shift_jis";

#contents-inner h2,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#contents-inner {
	background: url('../img/bg_ptrn_sp.png');
    background-size: 17%;
	margin-bottom: 5%;
}
#contents-inner img {
	vertical-align: bottom;
}
.wrap {
    position: relative;
}
/* soft-title */
#soft-title {
    background: #000;
}
#soft-title h1 {
    display: table;
    margin: 0;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#soft-title h1 .soft-title-name {
    display: table-cell;
    vertical-align: middle;
}
#soft-title h1 .soft-title-name {
    line-height: 1.2;
    font-weight: bold;
}

/* main title */
#main-title {
	background: url('../img/bg_top_sp.png') no-repeat center top;
    background-size: 100% 100%;
	position: relative;
    z-index: 0;
	padding-bottom: 3%;
}

/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
