@charset "utf-8";


/* intro
 * ************************************************** */
#intro .inner:first-child {
	width: 830px;
	padding: 40px 50px;
}
#intro .floatR {
	width: 620px;
}
#intro .floatL {
	width: 151px;
}
#intro .floatL dt img {
	margin-bottom: 10px;
}
#intro .floatR h2 {
	width: 458px;
	position: relative;
	margin: 10px 0 50px;
}
#intro .floatR h2:after {
	content: "";
	width: 80px;
	height: 2px;
	background: #ce6049;
	position: absolute;
	bottom: -20px; left: 0;
}
#intro .floatR p {
	line-height: 48px;
	padding: 0.25em;
	width: 100%;
	letter-spacing: 0.1em;
	background: url(../images/bg_p.jpg) repeat;
	background-size: 48px 48px;
}

#intro .floatL dd > div {
	width: 150px;
	float: left;
	letter-spacing: 0;
	line-height: 1.5;
}
#intro .floatL dd > div + div {
	float: right;
}
#intro .floatL dd > div p {
	font-size: 0.75em;
}
#intro .floatL dd h4 {
	text-align: center;
	color: #666666;
	margin-bottom: 0.5em;
}
#intro .floatL dd h4 span {
	font-size: 1.2em;
	display: block;
	color: #ce6049;
}
#intro .floatL dd div + div h4 span {
	font-size: 1.2em;
	display: block;
	color: #ce6049;
}

/* cat01
 * ************************************************** */
#cat01 .inner {
    padding-left: 90px!important;
    padding-right: 90px!important;
    background: url("../images/top/list_img.png") no-repeat right 90px bottom 240px;
    background-size: 463px;
}
#cat01 .no_list01 {
    float: left;
    width:470px;
}
#cat01 .no_list02 {
    float: right;
    width:470px;
}
#cat01 .no_list li {
    margin-bottom: 80px;
}
#cat01 .no_list li:last-child {
    margin-bottom: 0;
}
#cat01 h2 {
    text-align: left!important;
    display: table;
    padding: 20px 0 10px!important;
    border: none!important;
}
#cat01 h2 em {
    display: table-cell;
    vertical-align: middle;
    font-size: 4em;
    float: left;
    line-height: 1;
    padding-right: 0.2em;
}
#cat01 h2 span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #2b645b;
    letter-spacing: 0.3em;
    font-size: 1.1em;
    line-height: 1.4;
}
#cat01 .btn_on,
#cat01 .btn_off {
    display: inline-block;
    background: #ce6049;
    margin-top:20px;
    padding-bottom:6px;
}
#cat01 .btn_off {
    background: #999999;
}
#cat01 .btn_on a,
#cat01 .btn_off a {
    display: block;
    text-align: center;
    color: #fcee21;
    border-bottom: 2px solid #fff;
    padding: 6px 1.5em;
    letter-spacing: 0.3em;
}
#cat01 .btn_off a {
    pointer-events: none;
    padding: 6px 1em;
}