@charset "UTF-8";
.under_main{
    background: url("../img/main_vusual.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.anchor_box {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    width: 90%;
    margin: 20px auto 0;
}
.anchor_btn {
    max-width: 321px;
    width: 100%;
    margin-top: 30px;
}
.anchor_btn a::after {
    content: ' ';
    background: url(../../../common/img/arrow_bot.svg)no-repeat;
    width: 15px;
    height: 11px;
    position: absolute;
    right: 20px;
}

.main_content{
    background-color: #eee;
    padding-top: 40px;
}
.outline {
    background: #fff;
    padding: 50px 0;
    margin-top: 100px;
}
.outline_inner {
    max-width: 1024px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px auto 0;
}
.outline_inner--bot{
    align-items: center;
}
.outline_left, .outline_info {
    max-width: 480px;
    width: 100%;
}
.thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    box-shadow: 0px 0px 10px #00000029;
}
.thumb_text {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.outline_info {
    line-height: 2;
}
.point_l{
    text-indent: -1em;
    padding-left: 1em;
}
.point_l::before{
    content: '●';
    color: #014099;
}
.point_s{
    text-indent: -2em;
    padding-left: 2em;
}
.point_s::before{
    content: '　・';
    color: #014099;
}

.sensor_container{
    padding-top: 50px;
    padding-bottom: 100px;
}
.sensor_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.sensor_top {
    margin-top: 45px;
    line-height: 2;
}
.sensor_tips {
    display: flex;
    align-items: center;
}
.sensor_list {
    margin-top: 40px;
}
.sensor_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-top: 20px;
    padding: 40px 5%;
    position: relative;
    box-shadow: 0px 0px 10px #00000029;
}
.sensor_card::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(90deg, #008AFF 0%, #014099 100%) 0% 0% no-repeat padding-box;
}
.sensor_info {
    max-width: 420px;
    width: 100%;
    line-height: 2;
}
.sensor_midashi {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
.sensor_midashi.patent {
    margin-bottom: 10px;
}
.img_title {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #014099;
}


.bg_white{
    background: #fff;
}
.contact_box {
    margin: 0;
}
.anc_point{
    position: absolute;
    top:-80px;
}

@media screen and (max-width: 767px) {
.anchor_box {
    flex-direction: column;
    align-items: center;
}
.outline_inner {
    flex-direction: column;
    align-items: center;
}
.outline_info {
    margin-top: 20px;
}
.sensor_card {
    flex-direction: column;
    align-items: center;
}
.sensor_info {
    margin-top: 30px;
}
.sensor_tips{
    display: inline-block;
    margin-top: 10px;
}
.sensor_tips .patent {
    display: inline-block;
    max-width: 35px;
}
}
