@charset "UTF-8";

/* ############################################## */

.contents_wrap {
    width: 1098px;
    margin: 0 auto;
    padding-bottom: 60px;
}

/* ############################################## */

.contents_img_01 {
    width: 1098px;
    height: 196px;
    background: url("../pc_img/machine/contents_img_001.jpg") no-repeat;
    position: relative;
    margin-bottom: 80px;
}
.contents_img_01:after {
    content: url("../pc_img/machine/contents_img_001_after.png");
    width: 152px;
    height: 323px;
    position: absolute;
    top: -48px;
    right: 55px;
}
.contents_img_01 dl {
    position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    text-align: center;
}
.contents_img_01 dt {
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.contents_img_01 dd {
    font-size: 15px;
    line-height: 1;
    color: #fff;
}

/* ############################################## */

.contents_img_02 {
    margin-bottom: 62px;
}
.contents_img_02 li {
    float: left;
    margin-bottom: 18px;
}
.contents_img_02 li:nth-child(odd) {
    margin-right: 18px;
}

/* ############################################## */

.contents_table {
    width: 1078px;
    margin: 0 auto 80px auto;
}
.contents_table table {
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
}
.contents_table th {
    border: 1px solid #e0e0e0;
    background: #f3f6f8;
    padding: 15px 25px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    text-align: left;
}
.contents_table_td_01 {
    border: 1px solid #e0e0e0;
    padding: 15px 25px;
    text-align: left;
    font-size: 15px;
    line-height: 1;
}
.contents_table_td_02 {
    border: 1px solid #e0e0e0;
    width: 23%;
    box-sizing: border-box;
    padding: 15px 25px;
    text-align: left;
    font-size: 15px;
    line-height: 1;
}
.contents_table_td_03 {
    border: 1px solid #e0e0e0;
    width: 23%;
    box-sizing: border-box;
    padding: 15px 25px;
    text-align: right;
    font-size: 15px;
    line-height: 1;
}

/* ############################################## */

.contents_title_01 {
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #0d61c9;
}
.contents_title_01 h3 {
    text-align: center;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
}