
body{
    font-size: 94%;
}
/* CSS Document */
.mt_15{
    margin-top: 15px;
}
.main_visual{
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: url("../image/main_bg8.png") center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.main_visual h2{
    font-size: 320%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.main_visual p{
    font-size: 120%;
}
.main_content{
    max-width: 960px;
    margin: auto;
}
.midashi {
    margin: 70px 0 30px;
}
.main_text {
    display: flex;
	text-align: center;
    justify-content: center;
    align-items: center;
    background: url(../image/bg_012.png)no-repeat center;
    background-size: contain;
    height: 150px;
    margin-bottom: 50px;
    font-size: 146%;
}
.large {
    font-weight: bold;
    font-size: 109.5%;
}
.date{
    font-size: 86%;
    text-align: right;
    margin-top: 30px;
}
.mf_midashi{
    color: #fff;
    background: #339966;
    padding: 10px 15px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.machine_box {
    margin-top: 20px;
}
.machine_box {
    max-width: 47.5%;
    margin-top: 30px;
    margin-bottom: 10px;
}
.machine_name{
    color: #339966;
    border-bottom: #339966 2px solid;
}
.machine_img{
    margin-top: 20px;
}
.machine_text{
    line-height: 30px;
    margin-top: 20px;
}

.table_block {
    width: 47.5%;
    margin-bottom: 40px;
}
.table_box {
    background: #f0f0f0;
    padding: 30px;
}
table {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
table thead tr{
    border:#fff solid 10px;
    border-bottom:none;
    color: #339966;
}
table tbody tr{
    border:#fff solid 10px;
    background: #eaf6ef;
}
table thead th , table thead td{
    padding: 0px 20px;
}
table thead td{
    padding: 0px 40px 0 0;
}
table tfoot td{
    padding: 0 40px 0 0;
}
table th{
    padding: 10px 20px;
}
table td{
    padding: 10px 40px 10px 0px;
    text-align: right;
}
table tfoot tr{
    border:#fff solid 10px;
    border-top:none;
    color: #339966;
}

.midashi_comment {
    display: block;
    margin-top: 30px;
    font-size: 120%;
}

@media screen and ( max-width: 767px ){
.pankuzu{
    margin: 0;
}
.main_content {
    padding: 0 5%;
}
.date {
    margin-top: 30px;
}
.machine_box {
    max-width: 100%;
    margin: 40px auto 0;
}
.table_block {
    width: 100%;
}
table th {
    width: 70%;
}
.table_box {
    padding: 30px 5%;
}
}