@charset "UTF-8";

/* --- ダウンロード型消去サービス --- */

/* 汎用および上書き */
#contents * {
	box-sizing: border-box;
}
body {
    min-width: 1200px;
}
.mainImgeArea {
    min-width: 1200px;
}
.sectionTitile01_blueLeft img {
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: middle;
}
.sectionTitile01_blueLeft .diskDeleter_ax {
    display: inline-block;
    width: 359px;
    margin-left: 22px;
}
.sectionTitile01_blueLeft::after {
    margin-top: 26px;
}
.sectionTitile01_icon {
    width: 115px;
    height: auto;
}
.sectionTitile01_blueLeft p {
    width: 723px;
}
.sectionTitile01_blueLeft p span {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.0;
}
.sectionTitile01_blueLeft p img {
    display: block;
    width: 356px;
    height: auto;
    margin-top: 8px;
}
.sectionTitile02_orange span {
    margin-left: 36px;
    line-height: 1.9;
}
.sectionTitile01_blueLeft + p + .sectionTitile02_orange{
    margin-top: 70px;
}

/* DiskDeleter AX 6つのメリット */
.ax_merit_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 50px;
}
.sectionTitile02_orange + div.ax_merit_box {
    margin-top: 50px;
}
.ax_merit_box_item{
    width: 270px;
    background-color: #FAF4FA;
    padding: 34px 23px;
}
.ax_merit_box_title{
    display: flex;
}
.ax_merit_box_title_number{
    width: 37px;
    margin-right: 10px;
}
.ax_merit_box_title_number:nth-of-type(1){
    width: 33px;
}
.ax_merit_box_title_number img{
    width: 100%;
}
.ax_merit_box_title span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.333;
    border-left: 2px solid #910782;
    padding-left: 10px;
}
.ax_merit_box_title + img{
    display: block;
    width: 120px;
    margin: 23px auto 0;
}
.ax_merit_box_item p{
    font-size: 14px;
    line-height: 1.714;
    margin-top: 20px;
}

/* パソコン利用者がデータを消去。システム担当者の負担を最小限に */
.ax_burden_block{
    margin-top: 50px;
}
.sectionTitile02_orange + div.ax_burden_block {
    margin-top: 50px;
}
.ax_burden_block + .ax_burden_block{
    margin-top: 80px;
}
.ax_burden_block h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
}
.ax_burden_block h3 + p{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 20px;
}
.ax_burden_box_before{
    margin-top: 50px;
}
.ax_burden_box_before span{
    display: block;
    background-color: #8E8E8E;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4166;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    border-radius: 10px;
}
.ax_burden_box_before img{
    display: block;
    width: 100%;
    margin-top: 30px;
}
.ax_burden_block .fa-chevron-down{
    display: block;
    margin: 43px auto;
    font-size: 60px;
    color: #910782;
    text-align: center;
}
.ax_burden_box_after span{
    display: block;
    background-color: #910782;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4166;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    border-radius: 10px;
}
.ax_burden_box_after img{
    display: block;
    width: 100%;
    margin-top: 30px;
}
.ax_img10{
    display: block;
    width: 860px;
    margin: 40px auto 0;  
}

