@charset "utf-8";
/* CSS Document */
section {}
@media screen and (min-width: 1200px) {
    section {}
}
.title04 {
    font-size: 1.6em;
    color: #0099ff;
    margin-bottom: 20px;
    padding: 5px;
    display: inline-block;
    font-weight: bold;
    text-align: left;
}
.list_deco_p01 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 40px !important;
    margin-bottom: 10px;
}
.list_deco_p01::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #0099ff;
    border-radius: 50px;
}
.list_deco_p01::after {
    content: "";
    width: 8px;
    height: 6px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(135deg);
}
ul.list_double {
    display: flex;
}
ul.list_double.direction {
    display: flex;
    flex-direction: column-reverse;
}
@media print, screen and (min-width: 768px) {
    ul.list_double.direction {
        flex-direction: row;
    }
}
/* 2 */
.ly_card_2column > div + div, .ly_card_2column > div + li, .ly_card_2column > li + div, .ly_card_2column > li + li {
    margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
    .ly_card_2column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ly_card_2column > div, .ly_card_2column > li {
        width: calc(100% / 2 - 15px);
    }
    .ly_card_2column > div + div, .ly_card_2column > div + li, .ly_card_2column > li + div, .ly_card_2column > li + li {
        margin-top: 0;
    }
    .ly_card_2column > div:nth-child(n+3), .ly_card_2column > li:nth-child(n+3) {
        margin-top: 30px;
    }
}
/* 3 */
.ly_card_3column > div, .ly_card_3column > div + div, .ly_card_3column > div + li, .ly_card_3column > li + div, .ly_card_3column > li + li {
    /*margin-top: 16px;
    margin: 0 auto;*/
}
@media print, screen and (min-width: 768px) {
    .ly_card_3column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ly_card_3column::after {
        content: "";
        display: block;
        width: calc(100% / 3 - 25px);
    }
    .ly_card_3column > div, .ly_card_3column > li {
        width: calc(100% / 3 - 25px);
    }
    .ly_card_3column > div + div, .ly_card_3column > div + li, .ly_card_3column > li + div, .ly_card_3column > li + li {
        margin-top: 0;
    }
    .ly_card_3column > div:nth-child(n+4), .ly_card_3column > li:nth-child(n+4) {
        margin-top: 30px;
    }
}
.bg01 {
    background: rgba(0, 91, 164, 0.3);
}
/*============================================
#pagetitle_top
=============================================*/
.checker {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: center;
    align-items: center;
}
.checker h1 {
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    padding: 10px 0 0 0;
    line-height: 170%;
    text-align: center;
}

.checker h2 {
    font-size: clamp(1.2rem, calc(-1.063rem + 6.77vw), 2.188rem);
    font-weight: 900;
    color: #0057b8;
    padding: 10px 0 0 0;
    line-height: 170%;
    text-shadow: #ffffff 1px 0 10px;
    /*white-space: nowrap;*/
}

.checker h3 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    background: #0057b8;
    display: inline-block;
    margin-bottom: 0 !important;
    padding: 10px 50px;
    border-radius: 50px;
}

.checker li.waku {
    border-radius: 4px;
    color: #0057b8;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
    min-height: auto;
}
.checker li.waku figure img {
    border-radius: 8px;
}
.checker li.waku_02 {
        margin: 20px 0 0 0;
    }
@media screen and (max-width:640px) {
    .checker h1 {
        font-size: 24px;
    }
}
@media screen and (max-width:640px) {
    .checker h2 {
        /*font-size: 24px;*/
    }
}
@media screen and (max-width:640px) {
    .checker h3 {
        font-size: 15px;
    }
}
@media screen and (max-width:640px) {
    .checker li.waku {
        width: 100%;
        border-radius: 4px;
        color: #0057b8;
        line-height: 26px;
        letter-spacing: 1px;
        text-align: center;
        min-height: auto;
        margin: 15px 0;
    }
}
@media print, screen and (min-width: 768px) {
    .checker {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: center;
}
    .checker h2 {
    font-size: 28px;
}
    .checker li.waku_01 {
        width: 65%;
    }
    .checker li.waku_02 {
        width: 30%;
    }
}
@media print, screen and (min-width: 992px) {
    .checker h2 {
    font-size: 35px;
}
}
@media print, screen and (min-width: 1200px) {
    .checker h2 {
    font-size: 40px;
}
}
@media print, screen and (min-width: 1300px) {
    .checker h2 {
    font-size: 45px;
}
}
.checker li.txt {
    min-height: 0px;
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
}
.checker li img {
    width: 100%;
}
.checker_list {
    background-color: rgba(255, 255, 255, 0.85);
    text-align: left;
    padding: 15px 30px;
    color: #424242;
}
.filter {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    /* height:100%; */
    background-image: url(http://mot-kintaikanri.net//wp-content/themes/mot-kintaikanri/img/alcohol-checker-mot_img/alcohol-checker-mot_bg.png);
    background-size: cover;
}
.filter_innner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 10px;
}
.bg_black {
    /* background-color: rgba(0,0,0,0.7); */
    padding: 56px 0 40px;
}
.btn4 {
    background-color: #ffcc00;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    margin: 0 auto;
}
.pa_10 {
    padding: 10px;
}
.pa_20 {
    padding: 20px;
}
.pa_30 {
    padding: 30px;
}
.pa_40 {
    padding: 40px;
}
.pa_50 {
    padding: 50px;
}
.pa_t10 {
    padding-top: 10px;
}
.pa_t20 {
    padding-top: 20px;
}
.pa_t30 {
    padding-top: 30px;
}
.pa_t40 {
    padding-top: 40px;
}
.pa_t50 {
    padding-top: 50px;
}
.pa_t60 {
    padding-top: 60px;
}
.pa_t70 {
    padding-top: 70px;
}
.pa_b10 {
    padding-bottom: 10px;
}
.pa_b20 {
    padding-bottom: 20px;
}
.pa_b30 {
    padding-bottom: 30px;
}
.pa_b40 {
    padding-bottom: 40px;
}
.pa_b50 {
    padding-bottom: 50px;
}
.pa_b60 {
    padding-bottom: 60px;
}
.pa_b70 {
    padding-bottom: 70px;
}
.pa_r10 {
    padding-right: 10px;
}
.pa_r20 {
    padding-right: 20px;
}
.pa_l10 {
    padding-left: 10px;
}
.pa_l20 {
    padding-left: 20px;
}
.ma_t1 {
    margin-top: 1em !important;
}
.ma_t2 {
    margin-top: 2em !important;
}
.ma_t3 {
    margin-top: 3em !important;
}
.ma_b1 {
    margin-bottom: 1em !important;
}
.ma_b2 {
    margin-bottom: 2em !important;
}
.ma_b3 {
    margin-bottom: 3em !important;
}
.ma_t0 {
    margin-top: 0 !important;
}
.ma_t10 {
    margin-top: 10px !important;
}
.ma_t20 {
    margin-top: 20px !important;
}
.ma_t30 {
    margin-top: 30px !important;
}
.ma_t40 {
    margin-top: 40px !important;
}
.ma_t50 {
    margin-top: 50px !important;
}
.ma_t60 {
    margin-top: 60px !important;
}
.ma_t70 {
    margin-top: 70px !important;
}
.ma_t80 {
    margin-top: 80px !important;
}
.ma_b0 {
    margin-bottom: 0px !important;
}
.ma_b10 {
    margin-bottom: 10px !important;
}
.ma_b20 {
    margin-bottom: 20px !important;
}
.ma_b30 {
    margin-bottom: 30px !important;
}
.ma_b40 {
    margin-bottom: 40px !important;
}
.ma_b50 {
    margin-bottom: 50px !important;
}
.ma_b60 {
    margin-bottom: 60px !important;
}
#section_checker {
    margin: 50px 0;
    width: 100%;
}
.section_checker_inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
}
@media screen and (max-width:640px) {
    .section_checker_inner {
        padding: 30px 20px;
    }
}
.section_checker_inner img {
    width: 100%;
    margin: 0 auto;
}
.sec_title {
    font-size: 34px;
    font-weight: 900;
    color: #003da3;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 0;
}
@media screen and (max-width:640px) {
    .sec_title {
        font-size: 22px;
        font-weight: 900;
        color: #003da3;
        letter-spacing: 1.5px;
        text-align: left;
    }
}
.flex30 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
.flex30::after {
    display: block;
    content: "";
    width: 30%;
}
.flex30 li {
    width: 30%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
    min-height: auto;
    margin-bottom: 30px;
    background: #fff;
    padding: 40px 20px;
}
@media screen and (max-width:640px) {
    .flex30 li {
        width: 100%;
        padding-top: 40px;
    }
}
.flex30 li h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
}
.flex30 li h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
}
.bule_bg {
    background: #E5F2FA;
}
.pad50_b {
    padding: 50px 0;
}
.back_sec3 {
    background: transparent linear-gradient(307deg, #147bd1 0%, #56b7e6 100%);
    position: relative;
}
.back_sec3 h3 {
    color: #fff;
}
.back_sec3 h4 {
    color: #fff;
}
.back_sec3 p {
    color: #fff;
}
.benefit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.benefit li.double {
    width: 45%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    min-height: auto;
}
@media screen and (max-width:640px) {
    .benefit li.double {
        width: 100%;
        padding-top: 40px;
    }
}
.benefit li.double img {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
.benefit li.double h3 {
    font-weight: 900;
    font-size: 28px;
    text-align: left;
}
.benefit li.double h3 span.benefits {
    font-weight: 900;
    font-size: 20px;
    color: #00c4cc;
}
.benefit li.double h3 span.number {
    font-weight: 900;
    font-size: 58px;
    color: #00c4cc;
}
.benefit li.double h4 {
    font-weight: 900;
    font-size: 28px;
    text-align: left;
}
.benefit li.double h4 span.benefits {
    font-weight: 900;
    font-size: 20px;
    color: #00c4cc;
}
.benefit li.double h4 span.number {
    font-weight: 900;
    font-size: 58px;
    color: #00c4cc;
}
.newtel_list li.white {
    text-align: left;
    color: #fff;
    font-size: 20px;
}
.bg_cl02 {
    background-color: #f6f6f6 !important;
}
/*============================================
#automation
=============================================*/
#automation p {
    font-weight: 700;
    text-align: center;
    font-size: clamp(1.5rem, calc(-2.375rem + 11.46vw), 2.5rem);
}
#automation p.title_tenko {
    position: relative;
    margin: 0 0 60px 0;
}
#automation p.title_tenko::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 40px solid #0099ff;
    border-bottom: 0;
}
#automation p.title_tenko span {
    padding: 5px 35px 12px;
    background: #0099ff;
    color: #fff;
    border-radius: 95px;
}
#automation p.title_tenko small {
    font-weight: 700;
    font-size: 1.3em;
    color: #0099ff;
}
@media print, screen and (min-width: 768px) {}
/*============================================
#three-link
=============================================*/
#three-link .checker_list li {
    width: 100%;
    margin: 10px 0;
}
#three-link h3 {
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    #three-link .list_double {
        display: flex;
        align-items: center;
    }
}
/*============================================
#unified_management
=============================================*/
#unified_management h2.title01 {
    color: #fff;
    border-bottom: 2px solid #fff;
}
#unified_management h3 {
    text-align: center;
}
/*============================================
#time_stamp
=============================================*/
#unified_management #time_stamp h3.title01 {
    color: #fff;
    background: #0099ff;
    padding: 30px 60px;
    border-radius: 10px 10px 0 0;
    margin: 0 0 50px;
    display: block;
}
#unified_management #time_stamp h3 {
    color: #0099ff;
}
#unified_management #time_stamp .time_stamp_w {
    position: relative;
    background: #fff;
    padding: 0 0 30px 0;
    border-radius: 8px;
    margin: 30px 0 0 0;
}
#unified_management #time_stamp .time_stamp_w::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 95px solid #fff;
    border-bottom: 0;
    z-index: 3;
}
#unified_management #time_stamp .ly_card_3column li {
    position: relative;
    margin: 0 0 70px 0;
}
#unified_management #time_stamp .ly_card_3column li:first-of-type::before {
    display: none;
}
#unified_management #time_stamp .ly_card_3column li::before {
    content: "";
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-top: 41px solid #3399ff;
    border-bottom: 0;
    z-index: 3;
}
#unified_management #time_stamp .head_office_administrator {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    margin: 80px 0 0 0;
}
#unified_management #time_stamp .head_office_administrator figure img {
    width: 100%;
    height: auto;
    max-width: 500px;
}
@media print, screen and (min-width: 768px) {
    #unified_management #time_stamp .ly_card_3column {
        align-items: center;
    }
    #unified_management #time_stamp .ly_card_3column li {
        margin: 0;
    }
    #unified_management #time_stamp .ly_card_3column li::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(-100% - 40px);
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 25px solid #3399ff;
        border-right: 0;
        z-index: 3;
    }
}
#unified_management #time_stamp .ly_card_3column li figure {
    padding: 20px;
}
#unified_management #time_stamp .ly_card_3column li figure img {
    height: 100%;
    max-height: 350px;
    width: 100%;
    max-width: fit-content;
}
/*============================================
#mandatory
=============================================*/
/*============================================
#handheld
=============================================*/
/*============================================
#ai-connect
=============================================*/
/*============================================
#industry_scene
=============================================*/
#industry_scene ul {
    display: flex;
}
#industry_scene figure {
    width: 100%;
    height: auto;
    max-width: 400px;
}
#industry_scene img {
    width: 100%;
    height: auto;
    max-width: 400px;
}
@media print, screen and (min-width: 768px) {
    #industry_scene ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #industry_scene ul li {
        width: 100%;
        max-width: 350px;
    }
}
@media print, screen and (min-width: 992px) {
    #industry_scene ul li {
        max-width: 400px;
    }
    #industry_scene ul {
        justify-content: space-around;
    }
}
/*============================================
#composition
=============================================*/
#composition ul li {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px 15px;
    border-radius: 8px;
    align-self: stretch;
}
#composition ul li h3 {
    font-size: 18px;
    text-align: center;
}
#composition ul li figure {
    margin: auto 0 0 0;
}
@media print, screen and (min-width: 768px) {
    #composition ul {
        display: flex;
        justify-content: space-between;
    }
    #composition ul li {
        width: calc(100% / 4 - 15px);
    }
}
/*============================================
#fee
=============================================*/
.alcohol_checker_fee {
    text-align: center;
    border: 5px solid #0057b8;
    border-radius: 8px;
}
.alcohol_checker_fee div {}
.alcohol_checker_fee h2 {
    font-size: 2.5em;
    display: block;
    background: #0057b8;
    color: #fff;
    padding: 20px;
    margin: 0 !important;
}
.alcohol_checker_fee h3 {
    color: #0057b8;
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
    font-size: clamp(1.625rem, calc(-0.063rem + 4.69vw), 2.188rem);
    line-height: 1.5;
}
.alcohol_checker_fee h3 br {
    display: inline;
}
.alcohol_checker_fee p {
    text-align: center;
}
.alcohol_checker_fee p br {
    display: inline;
}
.alcohol_checker_fee h4 {
    text-align: center;
    color: #f60;
    font-weight: 700;
    font-size: 4em;
}
.alcohol_checker_fee h4 span {
    font-size: .6em;
}
@media print, screen and (min-width: 768px) {
    .alcohol_checker_fee h3 br {
        display: none;
    }
    .alcohol_checker_fee p br {
        display: none;
    }
}