﻿@charset "utf-8";
/* CSS Document */

.hikaku {
    width: 100%;
    margin: 0 auto;
}

.hikaku .op {
    color: #323332;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 50px;
    text-align: center;
}

.hikaku .on1 {
    border: 4px solid #3FC5A5;
    border-radius: 15px;
    padding: 3%;
    margin-bottom: 20px;
}

.hikaku .on_text {
    background: #fff;
    position: relative;
    top: 12px;
    display: block;
    margin: 0 auto;
    width: 340px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #3FC5A5;
}

.hikaku .on1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hikaku .on1 ul li.plu {
    position: relative;
    top: 30px;
}

.hikaku .on2 {
    background: #F0F1F3;
    border-radius: 15px;
    padding: 2% 2% 3%;
}

.hikaku .on2 .tt {
    color: #707070;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.hikaku .on2 .te {
    color: #707070;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .hikaku {
        width: 96%;
    }
    .hikaku .on1 ul {
        display: block;
        text-align: center;
    }

    .hikaku .on1 ul li.plu {
        top: 0px;
    }
    .hikaku .on2 {
    padding: 5%;
}
    
    [class^="common_layout_"] .hikaku img {
    width: auto;
}
    [class^="common_layout_"] .hikaku figure.normal_width img {
    width: 100%;
    margin-top: 20px;
}
.hikaku .on_text {
    width: 220px;
    font-size: 14px;
}
    
}