﻿@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

img {
    display: block;
    box-sizing: border-box;

}

a {
    text-decoration: none;
}

#lr .section {
    margin-top: -39px;
    padding-top: 69px;
}
#lr .info_ttl {
    color: #eb1e1e;
    font-size: 132.0%;
}
#lr .info_txt {
    padding: 12px 20px;
    border: 2px solid #eb1e1e;
    border-image: none;
    margin-bottom: 20px;
}
#lr .info_txt li::before {
    content: "・";
}
#lr .info_txt a {
    text-decoration: none;
}
#lr .info_txt a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px){

    #lr .section {
        margin-top: -18px !important;
        padding-top: 52px !important;
    }
}
#lr h2.bg_blue {
    background: #29a6d4;
    color: #fff !important;
    padding: 4px 10px 2px;
}

#lr ul.dl_application {

    display: flex !important;

    flex-wrap: wrap;

    align-items: center;

}


#lr ul.list_flexcolumn {

    display: block!important;

    flex-wrap: wrap;

    align-items: center;

}

#lr ul.dl_application li::before,
#lr ul.list_flexcolumn li::before {
    content: "・";
}

#lr ul.dl_application li,
#lr ul.list_flexcolumn li {

    margin-right: 20px;

    padding-left:20px;

}

@media screen and (max-width: 767px){

    ul.dl_application,
    ul.list_flexcolumn {

        display: flex;

        flex-direction: column;

        align-items: flex-start !important;
    }

    ul.dl_application li,
    ul.list_flexcolumn li {

        padding-left: 10px;
    }
}

.btn_kyokyuyakkan {
    width: 340px;
    margin: 20px auto;
}

.btn_download {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}
.btn_download li {
    width: 340px;
}


.btn_kyokyuyakkan a,
.btn_download a {
    width: 100%;
    position: relative;
    color: #239ad0;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 18px 20px;
    z-index: 1;
    background: #fff;
    background-image: none;
    background-size: 12.5px 12.5px;
    border: 1px solid #d3d3d3;
    line-height: 1.6;
    margin-bottom: 5px;
    text-decoration: none;
    transition: .2s ease;
    -webkit-transition: .2s ease;
}

.bg_download01 a {
    background: #fffae1;
    margin-bottom: 20px;
}

.bg_download02 a {
    background: #e1f6ff;
    margin-bottom: 20px;
}

.btn_kyokyuyakkan a:hover,
.btn_download a:hover {
    opacity: 0.8;
}



@media screen and (max-width: 767px){

    .btn_kyokyuyakkan a,
    .btn_download a {

        width: 100%;

        padding: 10px 10px 8px 20px;

    }

    .btn_kyokyuyakkan a:hover,
    .btn_download a:hover {

        opacity: 1;

    }

}



.arrow{

    position: relative;

    display: inline-block;

    padding: 0 0 0 16px;

    color: #000;

    vertical-align: middle;

    text-decoration: none;

    font-size: 15px;

}

.arrow::before{

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    margin: auto;

    content: "";

    vertical-align: middle;

    box-sizing: border-box;

    width: 20px;

    height: 20px;

    background: #525252;

}

.arrow::after{

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    margin: auto;

    content: "";

    vertical-align: middle;

    right: 2px;

    box-sizing: border-box;

    width: 5px;

    height: 5px;

    border: 5px solid transparent;

    border-left: 5px solid #fff;

}

a p .txt {

    line-height: 1.4;

    display: block;

    width: 100%;

}
