/* #PC ========================================================================================================== */
.contents_title{
    margin-bottom: 60px;
}
.contents_title h3{
    margin-top: 60px;
    color: #0055CC;
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.adobe{
    width: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blue_box{
    border: 1px solid #0055CC;
    color: #0055CC;
    padding: 20px;
}
.blue{
    color: #0055CC;
}
.services{
    background-color: #D9E5F7;
    padding-top: 60px;
    padding-bottom: 60px;
}
.services .title_bar{
    margin-bottom: 80px;
}
.title_bar_service{
    width: 100%;
    color: #fff;
    padding: 10px;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 5px;
    box-sizing: border-box;
    clear: both;
}
.service_box{
    background-color: #fff;
    border: 1px solid #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.service_box img{
    height: 60px;
}

.service_box ul{
    list-style: none;
}
.service_box ul li{
    width: 100%;
    height: 20px;
    clear: both;
    padding: 20px 0;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.service_box ul li .filename{
    float: left;
    width: 750px;
}
.service_box ul li .filesize{
    float: left;
    width: 150px;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
}
.service_box ul li .filelink{
    float: left;
    width: 35px;
    margin-top: -5px;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
}
.service_box ul li img{
    height: 35px;
}
.service_name{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
}
.service_name p{
    float: right;
    padding-top: 20px;
    font-size: 1.4em;
    font-weight: bold;
}
.service_box .half_area,
.single{
    margin-top: 30px;
}
.service_box ol{
    counter-reset:number;
    list-style:none;
    margin:0;
    padding:0;
    margin-top: 30px;
}
.service_box ol li{
    font-size: 1.3em;
    margin-top: 15px;
    font-weight: bold;
}
.service_box ol li:before{
    counter-increment: number;
    content: counter(number);
    background-color: #00A1D2;
    color: #fff;
    padding: 5px 8px;
    margin-right: 10px;
}


.back1{
    background-color: #2D6AB4;
}
.back2{
    background-color: #00A1D2;
}
.back3{
    background-color: #0055C9;
}
.back4{
    background-color: #1A8378;
}
.line1{
    border-color: #2D6AB4;
}
.line2{
    border-color: #00A1D2;
}
.line3{
    border-color: #0055C9;
}
.line4{
    border-color: #1A8378;
}
.color1{
    color: #2D6AB4;
}
.color2{
    color: #00A1D2;
}
.color3{
    color: #0055C9;
}
.color4{
    color: #1A8378;
}

.clear{
    clear: both;
    margin-bottom: 80px;
}
.clear_min{
    clear: both;
    margin-bottom: 30px;
}
#footer1{
    margin-top: 0px;
}
/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.contents_area{
    padding: 20px;
    box-sizing: border-box;
}
.contents_title{
    padding: 15px;
    box-sizing: border-box;
}
.adobe{
    width: 300px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.service_box ul li{
    overflow: auto;
    height: auto !important;
}
.service_box ul li .filename{
    width: 70%;
}
.service_box ul li .filesize{
    width: 20%;
    font-size: 23px;
    line-height: 1.2em;
}
.service_box ul li .filelink{
    font-size: 22px;
    line-height: 1em;
}
.service_name{
    text-align: center;
}
.service_name p{
    float: none;
    font-size: 1em;
}
.service_box img{
    height: 100px
}
.service_box ul li img{
    height: 70px;
}
.contents_title h3{
    font-size: 1.6em;
}

}/* @media only screen and (max-width: 750px) */
