@charset "UTF-8";

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

.contents_wrap {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 12%;
}

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

.contents_img_01 {
    width: 100%;
    padding-top: 57.98%;
    background: url("../sp_img/machine/contents_img_001.jpg") no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 12%;
}
.contents_img_01:after {
    content: "";
    background: url("../sp_img/machine/contents_img_001_after.png") no-repeat;
    background-size: 111px 236px;
    width: 111px;
    height: 236px;
    position: absolute;
    top: -15px;
    right: -15px;
}
.contents_img_01 dl {
    width: 80%;
    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: 18px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.contents_img_01 dd {
    font-size: 13px;
    line-height: 25px;
    color: #fff;
}

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

.contents_img_02 {
    width: 90%;
    margin: 0 auto 10% auto;
}
.contents_img_02 li {
    margin-bottom: 5.5%;
}
.contents_img_02 li:last-child {
    margin-bottom: 0;
}
.contents_img_02 li img {
    width: 100%;
    height: auto;
}

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

.contents_table {
    width: 100%;
    margin: 0 auto 10% auto;
}
.contents_table table {
    
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.contents_table th {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #f3f6f8;
    padding: 4.5% 2.5%;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}
.contents_table_td_01 {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 4.5% 2.5%;
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    box-sizing: border-box;
}
.contents_table_td_02 {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    width: 18%;
    box-sizing: border-box;
    padding: 4.5% 2.5%;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
}
.contents_table_td_03 {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    width: 18%;
    box-sizing: border-box;
    padding: 4.5% 2.5%;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
}

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

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