/* #PC ========================================================================================================== */

.products{
    margin-top: 80px;
}
.top_area{
    margin-top: 60px;
}
.title_bar{
    position: relative;
    background-color: #0055C9;
    color: #fff;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    z-index: 2;
}
.title_bar:after {
    position: absolute;
    content: '';
    bottom: -25px;
    background: #0055C9;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}
.title_bar h3{
    font-size: 2.5em;
    line-height: 1.5em;
}
.title_bar p{
    margin-bottom: 5px;
}
.title_bar_sub{
    width: 95%;
    background-color: #0055C9;
    color: #fff;
    padding: 8px;
    height: 25px;
    margin-bottom: 15px;
}
.title_bar_sub h4{
    padding-left: 10px;
    font-size: 1.3em;
    font-weight: normal;
}
.title_bar_sub span{
    font-size: 14px;
    padding-left: 50px;
}
.green{
    color: #1D8376;
    font-size: 0.9em;
}
.header_text{
    padding: 20px 20px 35px 20px;
    color: #fff;
    text-align: left;
}
.use_box{
    margin-top: 30px;
}

.services{
    padding-bottom: 60px;
}
.services .title_bar{
    margin-bottom: 80px;
}
.title_bar_service{
    width: 100%;
    color: #fff;
    background-color: #1D8376;
    text-align: center;
    padding: 10px;
    font-size: 1.3em;
    margin-top: 60px;
    font-weight: bold;
    margin-bottom: 30px;
    box-sizing: border-box;
    clear: both;
}
.caution{
    margin-bottom: 0px;
}
.title_bar_service2{
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #1D8376;
    text-align: center;
    padding: 15px;
    font-size: 1.4em;
    margin-top: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    box-sizing: border-box;
    clear: both;
    z-index: 3;
}
.title_bar_service2:before {
    position: absolute;
    content: '';
    top: 30px;
    background: #1D8376;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}
.service_header_box{
    width: 100%;
    background-color: #fff;
    padding: 30px;
    height: 362px;
    padding-top: 50px;
    position: relative;
    box-sizing: border-box;
}
.contents_header .service_header_box h3{
    color: #1D8376;
    font-size: 22px;
    padding-bottom: 15px;
}
.service_header_box p,
.service_header_box ul li
{
    text-align: left;
}
.half_area img{
    max-width: 100%;
}
.service_box{
    background-color: #E6F0F2;
    margin-bottom: 30px;
    padding: 30px;
}
.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 h5{
    font-size: 1.4em;
    margin-bottom: 15px;
}
.service_box ol{
    counter-reset:number;
    list-style:none;
    margin:0;
    padding:0;
}
.service_box li {
    list-style-type: none;
    position: relative;
    padding-left: 18px;
}
.service_box ul li:before{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #04A0E6;
}
.details{
    width: 100%;
    padding: 15px 30px;
    background-color: #04A0E6;
    color: #fff;
    box-sizing: border-box;
}
.details span.form1{
    font-size: 20px;
    font-weight: bold;
}

.left_area,
.right_area{
    float: left;
    width: 33%;
    margin-top: 20px;
    padding: 1%;
    padding-top: 0;
    box-sizing: border-box;
}
.right_area{
    width: 67%;
}
.left_area img{
    max-width: 100%;
}
.clear{
    clear: both;
    padding-bottom: 80px;
}
.clear_min{
    clear: both;
}
#footer1{
    margin-top: 0px;
}
.contents_header{
    background-color: #E6F0F2;
}
.contents_header h3{
    font-size: 20px;
    padding-top: 15px;
}
.model{
    position: absolute;
    width: 80px !important;
    top: -40px;
    margin-left: -40px;
}
.title_area_bar{
    margin-bottom: 30px;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.catch{
    font-size: 32px;
}
.contents_area{
    padding: 20px;
    box-sizing: border-box;
}
.half_area,
.left_area,
.right_area{
    width: 100%;
    padding: 0;
    float: none;
}
.title_bar_sub{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.title_bar_sub span{
    font-size: 0.7em;
}
.service_name{
    text-align: center;
}
.service_name p{
    float: none;
    font-size: 1em;
}
.contents_header h3{
    font-size: 46px;
    line-height: 58px;
}
.use_box{
    margin-top: 30px;
}
.title_bar h3{
    font-size: 1.6em;
}

.details span.form1{
    font-size: 34px;
}
.contents_header h3 {
    font-size: 28px;
    padding-top: 5px;
}
.contents_header .service_header_box h3{
    font-size: 36px;
}
.service_header_box{
    height: auto;
    margin-bottom: 60px;
}
.model {
    width: 100px !important;
    top: -50px;
    margin-left: -50px;
}
table tr td.td1{
    width: 35%;
}

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