.overall{
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "Microsoft YaHei", "微软雅黑";
}
.titlewidth{
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.titleimage{
    width: 100%;
    height: 100%;
}
.wrapper{
    width: 100%;
    padding: 0 10%;
    line-height: 1.8em;
}
.chartwidth, .largechartwidth, .smallchartwidth, .justsmallchartwidth, .mediumsmallchartwidth{
    padding-left: 15%;
    padding-right: 15%;
    display: block;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
}
.largechartwidth{
    padding-left: 10%;
    padding-right: 10%;
}
.smallchartwidth{
    padding-left: 30%;
    padding-right: 30%;
}
.justsmallchartwidth{
    padding-left: 20%;
    padding-right: 20%;
}
.mediumsmallchartwidth{
    padding-left: 25%;
    padding-right: 25%;
}
.chartimage{
    width: 100%;
    height: auto;
}
.illusttitle{
    text-align: center;
}
.overall th{
    background-color: #e8e8e8;
    padding: 10px 15px;
    line-height: 22px;
}
.overall td{
    padding: 8px 15px;
}
.overall p{
    size: 1.1em;
    margin-top: 10px;
}
.overall ul{
    padding-left: 25px;
    text-indent: -1.3em;
    line-height: 1.6em;
}
.overall li{
    size: 1.1em;
    margin: 8px 0;
    padding-left: 20px;
}
.caution{
    margin-left: 15%;
    margin-top: 10px;
    color: black;
}
.image_position{
    display:flex;
    justify-content: center;
    margin: 15px 0;
}
.product_title::before {
    display: inline-block;
    content: "";
    width: 28px;
    height: 18px;
    margin-right: 10px;
    background: url(./image/ico_category_technology.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}
.contents_position{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.bullets_position{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.contents_frame{
    border: double rgb(0,64,152);
    width: 400px;
    margin: -5px 0 10px 0;
    padding: 10px 40px;
    line-height: 30px;
    font-size: 1.05em;
}
.sub_contents{
    margin-left: 25px;
    margin-top: -5px;
}
.bullets_frame{
    width: 400px;
    margin: 5px 0 15px 0;
    padding: 10px 0 10px 40px;
    line-height: 20px;
}
.bulletsframe{
    display: flex;
    justify-content: left;
    margin-top: 25px;
}
.bulletstitle{
    font-size: 1.03em;
}
.bulleted{
    margin:10px 0 10px 0;
}
.overall span.link_t_a{
    position: relative;
    display: block;
}
.overall section{
    margin-top: 20px;
}
.overall section h3{
    margin-left: 10px;
}
.overall section h6{
    margin-left: 10px;
}
.overall section h6.amu_second_title{
    margin-top: 40px;
}
.overall section p{
    margin-left: 10px;
    margin-right: 10px;
}
@media screen and (max-width: 900px){
    .titlewidth{
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .titleimage{
        width: 100%;
        height: 100%;
        padding: 0 2%;
    }
    .wrapper{
        max-width: 100%;
        padding: 0 2%;
    }
    .image_position{
        max-width: 95%;
    }
    .image_width{
        width: auto;
        max-width:95%;
        max-height: 95%;
    }
}
@media screen and (max-width: 767px){
    .chartwidth, .largechartwidth{
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    .justsmallchartwidth{
        padding-left: 15%;
        padding-right: 15%;
    }
    .smallchartwidth{
        padding-left: 20%;
        padding-right: 20%;
    }
}

/*------ 自動メンテナンスユニット レスポンシブ対応 ------*/
.overall .amu_frame{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 10px 0 10px;
}
.overall .amu_graf_frame{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 57%;
}
.overall .amu_graf_sub_frame{
    display: block;
}
.overall .amu_image_frame{
    display: block;
    width: 37%;
}
.overall .snc_graf_frame{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 53%;
    padding-left: 2%;
}
.overall .amu_chart{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px){
    .overall .amu_frame{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 20px 10px 30px;
    }
    .overall .amu_graf_frame, .overall .snc_graf_frame{
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }
    .overall .snc_graf_frame{
        width: 80%;
        padding-left: 20%;
    }
    .overall .amu_graf_sub_frame{
        display: block;
        align-self: center;
        max-width: 480px;
    }
    .overall .amu_image_frame{
        display:block;
        width: 300px;
        align-self: center;
        margin-top: 25px;
    }
}
