<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************
*******Typography******
**************************/




body {
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif, "繝｡繧､繝ｪ繧ｪ", Meiryo, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", "sans-serif";
    line-height: 180%;
    font-size: 15px;
    color: #111;
}

@media (min-width: 768px) {
    body {
        background: #fff;
        font-family: 'Noto Sans JP', sans-serif, "繝｡繧､繝ｪ繧ｪ", Meiryo, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", "sans-serif";
        line-height: 170%;
        font-size: 16px;
        color: #111;
        letter-spacing: 0.05em;
    }
}

/* bootstrapcss菫ｮ豁｣
----------------------------------------------------------*/
p {
    margin: 0 0 0px;
}

h1 {
    line-height: 100%;
    margin: 0px;
    padding: 0px;
    float: none;
}

h2 {
    margin: 0px;
    padding: 0px;
}

h3 {
    margin: 0px;
    padding: 0px;
}

h4 {
    margin: 0px;
    padding: 0px;
}



/* 豎守畑
----------------------------------------------------------*/
.en {
    font-family: 'Roboto', sans-serif;

}

.jp {
    font-family: 'Noto Sans JP', sans-serif;
}

a {
    outline: none;
    color: #111;
    text-decoration: underline
}

a:link,
a:visited {
    color: #111;
    text-decoration: underline
}

a:hover {
    color: #111;
    text-decoration: none
}

.clear {
    clear: both;
}

.left02 {
    float: left;
}

.right02 {
    float: right;
}

.img-filter a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=80);
    -moz-opacity: 0.7;
}

@media print,
screen and (min-width: 992px) {
    .pc_center {
        text-align: center;
    }
}

.sp_center {
    text-align: center;
}

@media print,
screen and (min-width: 768px) {
    .sp_center {
        text-align: left;
    }
}

@media print,
screen and (min-width: 768px) {
    .tab_center {
        text-align: center;
    }
}

@media print,
screen and (min-width: 992px) {
    .tab_center {
        text-align: left;
    }
}

.text-decoration-none a:link,
.text-decoration-none a:visited {
    text-decoration: none;
}

.text-decoration-none a:hover {
    text-decoration: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* margin,padding
----------------------------------------------------------*/
.mt05 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb05 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mr20 {
    margin-right: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr32 {
    margin-right: 32px;
}

.mr05 {
    margin-right: 5px;
}

.ml05 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}



.sp_mb10 {
    margin-bottom: 10px;
}

@media print,
screen and (min-width: 768px) {
    .sp_mb10 {
        margin-bottom: 0px;
    }
}

.spsm_mb10 {
    margin-bottom: 10px;
}

@media print,
screen and (min-width: 992px) {
    .spsm_mb10 {
        margin-bottom: 0px;
    }
}

.sp_mb20 {
    margin-bottom: 20px;
}

@media print,
screen and (min-width: 768px) {
    .sp_mb20 {
        margin-bottom: 0px;
    }
}

.sp_mb30 {
    margin-bottom: 30px;
}

@media print,
screen and (min-width: 768px) {
    .sp_mb30 {
        margin-bottom: 0px;
    }
}



@media print,
screen and (min-width: 992px) {
    .pc_mt10 {
        margin-top: 10px;
    }
}

@media print,
screen and (min-width: 992px) {
    .pc_mt20 {
        margin-top: 20px;
    }
}

@media print,
screen and (min-width: 992px) {
    .pc_mt30 {
        margin-top: 30px;
    }
}

@media print,
screen and (min-width: 992px) {
    .pc_mt40 {
        margin-top: 40px;
    }
}


@media print,
screen and (min-width: 768px) {
    .md_mt30pc_mt40 {
        margin-top: 30px;
    }
}

@media print,
screen and (min-width: 992px) {
    .md_mt30pc_mt40 {
        margin-top: 40px;
    }
}




.sm_mb10pc_mb20 {
    margin-bottom: 10px;
}

@media print,
screen and (min-width: 992px) {
    .sm_mb10pc_mb20 {
        margin-bottom: 20px;
    }
}




.sm_mb20pc_mb50 {
    margin-bottom: 20px;
}

@media print,
screen and (min-width: 992px) {
    .sm_mb20pc_mb50 {
        margin-bottom: 50px;
    }
}

@media print,
screen and (min-width: 768px) {
    .sm_pc_mb10 {
        margin-bottom: 10px;
    }
}




.sp_mb10pc_mb20 {
    margin-bottom: 10px;
}

@media print,
screen and (min-width: 768px) {
    .sp_mb10pc_mb20 {
        margin-bottom: 20px;
    }
}

.sp_mb10pc_mb30 {
    margin-bottom: 10px;
}

@media print,
screen and (min-width: 768px) {
    .sp_mb10pc_mb30 {
        margin-bottom: 30px;
    }
}


.sp_mb20pc_mb30 {
    margin-bottom: 20px;
}

@media print,
screen and (min-width: 768px) {
    .sp_mb20pc_mb30 {
        margin-bottom: 30px;
    }
}


.sp_mb30pc_mb60 {
    margin-bottom: 30px;
}

@media print,
screen and (min-width: 768px) {
    .sp_mb30pc_mb60 {
        margin-bottom: 60px;
    }
}

@media print,
screen and (min-width: 1200px) {
    .sp_mb30pc_mb60 {
        margin-bottom: 100px;
    }
}



@media print,
screen and (min-width: 768px) {
    .tab_mb60pc_mb100 {
        margin-bottom: 60px;
    }
}

@media print,
screen and (min-width: 1200px) {
    .tab_mb60pc_mb100 {
        margin-bottom: 100px;
    }
}


.pr15 {
    padding-right: 15px;
}




@media (min-width: 768px) {
    .pc_pt10 {
        padding-top: 10px;
    }
}

@media (min-width: 1200px) {
    .lg_mt10 {
        margin-top: 10px;
    }
}


.auto {
    margin: 0 auto;
}


/* padding豸医＠
----------------------------------------------------------*/
.pd0 {
    padding-left: 0px;
    padding-right: 0px;
}



/* list
----------------------------------------------------------*/
.list01 li {
    list-style: square;
    margin-left: -20px;
    margin-bottom: 0px;
}

.list01 li span {
    font-weight: bold;
}

.list02 li {
    list-style: disc;
    margin-left: -20px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .list02 li {
        list-style: disc;
        margin-left: -20px;
        padding-bottom: 0px;
        border-bottom: none;
        margin-bottom: 0px;
    }
}

.list03 li {
    list-style-type: decimal;
    margin-left: -15px;
    margin-bottom: 0px;
}

.list03 li span {
    font-weight: bold;
}

.list04 li {
    list-style: disc;
    margin-left: -20px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .list04 li {
        list-style: disc;
        margin-left: -20px;
        padding-bottom: 0px;
        border-bottom: none;
        margin-bottom: 10px;
    }
}



/* title
---------------------------------------------------- */
.title1 {
    font-size: 130%;
    line-height: 150%;
    margin-bottom: 20px;
    font-weight: bold;
    background: linear-gradient(to right, #69afd0, #05399b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.0);
    color: #05399b;
}

/*IE縺ｧ譛ｪ蟇ｾ蠢懊�蝣ｴ蜷医�莉･荳九〒閭梧勹繧帝撼陦ｨ遉ｺ縺ｫ*/
@media all and (-ms-high-contrast:none) {
    .title1 {
        background: none;
    }
}

@media (min-width: 768px) {
    .title1 {
        font-size: 22px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .title1 {
        letter-spacing: 0.1em;
    }
}

@media (min-width: 1200px) {
    .title1 {
        margin-bottom: 50px;
    }
}


.title2_icon {
    position: relative;
    z-index: 1;
    left: 0;
}

.title2 {
    position: absolute;
    z-index: 2;
    left: 30px;
    top: 20px;
    font-size: 130%;
    margin-bottom: 10px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .title2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .title2 {
        margin-bottom: 50px;
    }
}

.title2 span {
    display: block;
    color: #69afd0;
    font-size: 15px;
    padding-top: 10px;
    letter-spacing: 0.3em;
}


.title3_bg {
    background: url(../images/title_icon2.png) no-repeat;
    background-position: left 30% top 10%;
}

@media (min-width: 768px) {
    .title3_bg {
        background-position: left 30% top 10%;
    }
}

@media (min-width: 992px) {
    .title3_bg {
        background-position: left 33% top 10%;
    }
}

@media (min-width: 1200px) {
    .title3_bg {
        background-position: left 42% top 10%;
    }
}


.title3 {
    color: #fff;
    font-size: 130%;
    margin-bottom: 10px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .title3 {
        font-size: 28px;
        margin-bottom: 40px;
        top: 20%;
    }
}

@media (min-width: 992px) {
    .title3 {
        margin-bottom: 50px;
        top: 20%;
    }
}

.title3 span {
    display: block;
    font-size: 15px;
    padding-top: 10px;
    letter-spacing: 0.3em;
}


.title4_bg {
    background: url(../images/title_icon.png) no-repeat;
    background-position: left 25% top 10%;
}

@media (min-width: 768px) {
    .title4_bg {
        background-position: left 20% top 10%;
    }
}

@media (min-width: 992px) {
    .title4_bg {
        background-position: left 20% top 10%;
    }
}

@media (min-width: 1200px) {
    .title4_bg {
        background-position: left 25% top 10%;
    }
}

.title4 {
    font-size: 130%;
    margin-bottom: 10px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .title4 {
        font-size: 28px;
        margin-bottom: 40px;
        top: 20%;
    }
}

@media (min-width: 992px) {
    .title4 {
        margin-bottom: 40px;
        top: 20%;
    }
}

.title4 span {
    display: block;
    font-size: 15px;
    padding-top: 10px;
    color: #69afd0;
    letter-spacing: 0.3em;
}




.title_mt {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .title_mt {
        margin-top: 80px;
    }
}

.title5 {
    font-size: 130%;
    margin-bottom: 10px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .title5 {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .title5 {
        margin-bottom: 50px;
    }
}

.title5 span {
    display: block;
    color: #69afd0;
    font-size: 15px;
    padding-top: 10px;
    letter-spacing: 0.3em;
}

.title6 {
    font-size: 120%;
    line-height: 150%;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #05399b;
    padding-bottom: 10px;
    color: #05399b;
}

@media (min-width: 768px) {
    .title6 {
        font-size: 17px;
        margin-bottom: 20px;
    }
}

.title7 {
    font-size: 120%;
    line-height: 150%;
    margin-bottom: 20px;
    font-weight: bold;
    color: #05399b;
}

@media (min-width: 768px) {
    .title7 {
        font-size: 22px;
        margin-bottom: 30px;
    }
}





/* table
----------------------------------------------------------*/
.table1 {
    width: 100%;
    border-collapse: collapse;
}

.table1 th {
    width: 100%;
    padding: 10px 10px;
    display: block;
    background: #e9f4f9;
}

.table1 td {
    width: 100%;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #d1e7f1;
}

@media print,
screen and (min-width: 768px) {
    .table1 th {
        width: 25%;
        padding: 15px 12px;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        border-bottom: 1px solid #d1e7f1;
    }

    .table1 td {
        width: 100%;
        padding: 15px;
        display: table-cell;
        vertical-align: middle;
    }
}

.table1 ul {
    padding-left: 20px;
    margin: 0;
}

/**/
.table2 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table2 th {
    width: 33%;
    background: #d1e7f1;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}

.table2 td {
    /*  background: #fff;*/
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .table2 th,
    .table2 td {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    .table2 tr:last-child td:last-child {
        border-bottom: 1px solid #ccc;
    }

}

@media print,
screen and (min-width: 768px) {
    .table2 th,
    .table2 td {
        vertical-align: middle;
    }
}

@media print,
screen and (min-width: 992px) {
    .table2 th,
    .table2 td {
        text-align: center;
    }
}

.sp_bg {
    background: #f1f1f1;
}

@media print,
screen and (min-width: 768px) {
    .sp_bg {
        background: #fff;
    }
}


/* bg
---------------------------------------------------- */
.bg2 {
    background: #f3f8fc;
}



/* color
---------------------------------------------------- */
.blue {
    color: #05399b;
}



/* font
---------------------------------------------------- */
.l_font {
    font-size: 120%;
    line-height: 130%;
}

@media (min-width: 768px) {
    .l_font {
        font-size: 17px;
    }
}
@media (min-width: 992px) {
    .l_font {
        font-size: 20px;
    }
}

/* 菴咏區
----------------------------------------------------------*/
.space {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .space {
        padding: 60px 0;
    }
}

@media (min-width: 992px) {
    .space {
        padding: 100px 0;
    }
}

.space2 {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .space2 {
        padding: 50px 0 100px;
    }
}

@media (min-width: 992px) {
    .space2 {
        padding: 50px 0 100px;
    }
}

.space3 {
    padding: 40px 0 0;
}

@media (min-width: 768px) {
    .space3 {
        padding: 60px 0 0;
    }
}

@media (min-width: 992px) {
    .space3 {
        padding: 100px 0 0;
    }
}




/* sp header
----------------------------------------------------------*/
#sp_header {
    padding: 5px 0 3px;
    z-index: 9999;
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
}

/* sp header蛻�ｽ咏區---*/
#main_mt {
    margin-top: 60px;
}

@media print,
screen and (min-width: 768px) {
    #main_mt {
        margin-top: 84px;
    }
}


/* header
----------------------------------------------------------*/
.header_bg {
    width: 100%;
    top: 0;
    z-index: 9999;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: fixed;
    background-color: #fff;
}

.header_padding {
    padding: 0px 0px 0px 0px;
}



@media print,
screen and (min-width: 768px) {
    h1 {
        padding: 15px 0px 10px 15px;
    }
}

@media print,
screen and (min-width: 992px) {
    h1 {
        padding: 15px 0px 15px 15px;
    }
}





/* tel
----------------------------------------------------------*/
.tel_link a:link,
.tel_link a:visited {
    color: #111;
    text-decoration: none
}

.tel_link a:hover {
    color: #111;
    text-decoration: none
}

.tel_linkwhite a:link,
.tel_linkwhite a:visited {
    color: #fff;
    text-decoration: none
}

.tel_linkwhite a:hover {
    color: #fff;
    text-decoration: none
}

.tel_linkblue a:link,
.tel_linkblue a:visited {
    color: #05399b;
    text-decoration: none
}

.tel_linkblue a:hover {
    color: #05399b;
    text-decoration: none
}

/*---*/



/* sp_tel
----------------------------------------------------------*/
.sp_telicon {
    font-size: 35px;
    text-align: right;
    margin-top: 16px;
    color: #111111;
}

@media print,
screen and (min-width: 576px) {
    .sp_telicon {
        margin-top: 20px;
    }
}

.sp_telicon a:link,
.sp_telicon a:visited {
    color: #111;
    text-decoration: none
}

.sp_telicon a:hover {
    color: #111;
    text-decoration: none
}

.sp_telicon .fa {
    margin: 0;
}

/* header contact
----------------------------------------------------------*/

a.btn_mail,
button.btn {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 0;
}

a.btn-gradient {
    font-weight: normal;

    color: #fff;
    border-radius: 0;
    background-image: -webkit-linear-gradient(to right, #184483, #184483);
    background-image: linear-gradient(to right, #184483, #184483);
}

a.btn-gradient:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

    background-image: -webkit-linear-gradient(to right, #69afd0, #05399b);

    background-image: -webkit-linear-gradient(to right, #69afd0, #05399b);

    background-image: linear-gradient(to right, #69afd0, #05399b);
}

a.btn-gradient p {
    position: relative;
    z-index: 1;
}

a.btn-gradient:hover {
    color: #fff;
}

a.btn-gradient:hover:after {
    opacity: 0;
}

/*****/


a.btn_mailon,
button.btn {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 0;
}

a.btn-gradienton {
    font-weight: normal;

    color: #fff;
    border-radius: 0;
    background-image: -webkit-linear-gradient(to right, #184483, #184483);
    background-image: linear-gradient(to right, #184483, #184483);
}

a.btn-gradienton:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

    background-image: -webkit-linear-gradient(to right, #184483, #184483);

    background-image: -webkit-linear-gradient(to right, #184483, #184483);

    background-image: linear-gradient(to right, #184483, #184483);
}

a.btn-gradienton p {
    position: relative;
    z-index: 1;
}

a.btn-gradienton:hover {
    color: #fff;
}

a.btn-gradienton:hover:after {
    opacity: 0;
}





/* navi
---------------------------------------------------- */
/*boot謇捺ｶ医＠*/

.navbar {
    padding: 0rem 0rem 0;
    margin: 0 auto;
}

/*navi荳縺､縺ゅ◆繧翫�菴咏區*/
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
}

@media print,
screen and (min-width: 992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }
}


/*sp逕ｨ*/

#sp_header nav {
    margin-top: 7px;
}

.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
}

/*繝医げ繝ｫ豼�＆*/
.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(5, 57, 155, 1);
}

/*繝医げ繝ｫ閭梧勹*/
.bg-light {
    background-color: #05399b !important;
    /*boot謇捺ｶ医＠*/
}


/*螟ｧ縺阪＆*/

.navbar-toggler {
    margin: 0px 0px 0;
}



.navbar-dark .navbar-toggler {
    border: none;
}


.navbar-nav {
    z-index: 9999;
}

@media print,
screen and (min-width: 768px) {
    .navbar-nav {
        padding: 0px 0 0;
    }
}

.navbar button:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
}


.padding-none .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}


.padding-none .col-lg-7 {
    padding-right: 0;
    padding-left: 0;
}



/*-繝翫ン閭梧勹鮟�--*/
.bg-dark {
    background-color: #111 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #111 !important;
}

/*---*/

/*-SP navi譁�ｭ苓牡--*/


.navbar-light .navbar-nav .nav-link {
    color: #111;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #05399b;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #111;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: #111;

}

.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #05399b;
}

.navbar-light.navbar-text {
    color: #111;
}

.navbar-light .navbar-text a {
    color: #111;
    text-decoration: none;
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: #111;
    text-decoration: none;
}

/*---*/

/*--SPnavi縲荳狗ｷ�-*/
.navbar-nav li {
    border-bottom: 1px solid #ccc;
}

/*--PCnavi縲荳狗ｷ壽ｶ医＠ 譁�ｭ嶺ｽ咏區繧ｵ繧､繧ｺ-*/
@media print,
screen and (min-width: 768px) {
    .navbar-nav li {
        border-bottom: none;
        font-size: 15px;
        font-weight: bold;
        margin: 30px 6px 0;
    }
}

@media print,
screen and (min-width: 992px) {
    .navbar-nav li {
        font-size: 16px;
        margin: 30px 15px 0;
    }
}

/*--SP navi-*/
.navbar-nav a:link,
.navbar-nav a:visited {
    text-decoration: none;
    padding: 15px 10px;
    display: block;
}

.navbar-nav a:hover {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
}

@media print,
screen and (min-width: 768px) {

    .navbar-nav a:link,
    .navbar-nav a:visited {
        padding: 0px 10px;
    }

    .navbar-nav a:hover {
        padding: 0px 10px;
        color: #05399b;
    }
}


@media print,
screen and (min-width: 768px) {

    .navbar .navbar-nav .show &gt; .nav-link,
    .navbar .navbar-nav .active &gt; .nav-link,
    .navbar .navbar-nav .nav-link.show,
    .navbar .navbar-nav .nav-link.active {
        color: #05399b;
    }

}



/*繝峨Ο繝��繝繧ｦ繝ｳ*/

.dropdown-menu {
    border-bottom: none !important;
    /*boot.css菫ｮ豁｣*/
}


.border_b {
    border-bottom: 1px solid #ccc;
}

.dropdown-menu {
    padding: 0rem 0;
    border-radius: 0;
}

.dropdown-item {
    font-size: 15px;
}

@media print,
screen and (min-width: 768px) {
    .dropdown-item {
        font-size: 0.7rem;
        border-bottom: 1px solid #ccc;

    }
}

@media print,
screen and (min-width: 992px) {
    .dropdown-item {
        font-size: 15px;
    }
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #feeeee;
}

.dropdown-menu a:link,
.dropdown-menu a:visited {
    padding: 7px 7px 7px;
}

.dropdown-menu a:hover {
    padding: 7px 7px 7px;
}

@media print,
screen and (min-width: 768px) {
    .dropdown-menu a:hover {
        border-bottom: 1px solid #ccc;
    }
}


/* nav
---------------------------------------------------- */
.cb-header {
    position: fixed;
    /* 繝倥ャ繝繝ｼ繝舌�繧貞崋螳� */
    top: -145px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.cb-header nav {
    background-color: rgba(255, 255, 255, 1);
}

.header_padding2 {
    padding: 5px 0px 15px 0px;
}

/* btn
---------------------------------------------------- */

.btn1 {
    text-align: center;
    display: block;
    color: #05399b;
    font-weight: bold;
    width: 100%;
}

@media print,
screen and (min-width: 768px) {
    .btn1 {
        width: 250px;
    }
}

.btn1 a:link,
.btn1 a:visited {
    color: #05399b;
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    border: 2px solid #05399b;
}

.btn1 a:hover {
    background: #05399b;
    color: #fff;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.btn1 .fa {
    margin-left: 7px;
}

/*------*/


.btn2 {
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

@media print,
screen and (min-width: 768px) {
    .btn2 {
        width: 250px;
    }
}

.btn2 a:link,
.btn2 a:visited {
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    border: 2px solid #fff;
}

.btn2 a:hover {
    background: #05399b;
    color: #fff;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.btn2 .fa {
    margin-left: 7px;
}

/*------*/

.btn3 {
    background: #05399b;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.btn3 a:link,
.btn3 a:visited {
    color: #fff;
    text-decoration: none;
    padding: 15px 5px;
    display: block;
}

.btn3 a:hover {
    background: #69afd0;
    color: #fff;
    display: block;
    padding: 15px 5px;
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.btn3 .fa {
    margin-left: 7px;
}

/*------*/


/* box
----------------------------------------------------------*/
.text_box {
    background-color: rgba(255, 255, 255, 1);
    padding: 10px;
}

@media print,
screen and (min-width: 768px) {
    .text_box {
        padding: 30px;
        margin-top: 50px;
    }
}

@media print,
screen and (min-width: 992px) {
    .text_box {
        padding: 40px;
        margin-top: 70px;
        left: 40%;
        top: 5%;
    }
}



/* h2
---------------------------------------------------- */

#business_h2 {
    background: url(../images/business_h2.png) no-repeat scroll 50% 50% / cover;
}

#career_h2 {
    background: url(../images/career_h2.png) no-repeat scroll 50% 50% / cover;
}

#company_h2 {
    background: url(../images/company_h2.png) no-repeat scroll 50% 50% / cover;
}

#contact_h2 {
    background: url(../images/contact_h2.png) no-repeat scroll 50% 50% / cover;
}

#h2_bg {
    background: url(../images/h2_bg.jpg) repeat-x bottom;
    padding-bottom: 10px;
}

@media print,
screen and (min-width: 1200px) {
    #h2_bg {
        padding-bottom: 40px;
    }
}


.h2_tit {
    text-align: center;
    padding: 50px 0 50px;
    font-size: 24px;
    line-height: 140%;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 8px #333;
}

.h2_sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.8em;
}

@media print,
screen and (min-width: 768px) {
    .h2_tit {
        padding: 80px 0;
        font-size: 32px;
    }

    .h2_sub {
        font-size: 20px;
    }
}

@media print,
screen and (min-width: 992px) {
    .h2_tit {
        font-size: 38px;
    }
}




/* mainimage
---------------------------------------------------- */
.swiper-wrapper img {
    margin: 0 auto;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px !important;
}

@media print,
screen and (min-width: 1200px) {

    .swiper-container-horizontal &gt; .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px !important;
    }
}

/* swiper
---------------------------------------------------- */
.swiper-wrapper {
    margin: 0 auto;
    /* text-align: center; */
}

.swiper-slide img {
    height: 57vh;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px),
print {
    .swiper-slide img {
        height: 57vw;
        object-fit: contain;
    }
}

@media (min-width: 992px),
print {
    .swiper-slide img {
        object-fit: cover;
        height: 800px;
    }
}

.photo-ofi img {
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;'
}

/*swiper縺ｮ蜊ｰ蛻ｷ蟇ｾ蠢�*/
@media print {
    .swiper-slide {
        width: 1110px !important;
        transform: translate3d(-1150px, 0, 0) !important;
    }

    .swiper-slide img {
        width: 1100px;
        height: 389px;
    }
}

.swiper-container {
    position: relative;
    /*    height: 800px;   */
}

.maintxt {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
}

.mainscroll {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
}


.mainscroll a {
    display: inline-block;
    position: absolute;
    /*  right: 40px;*/
    bottom: 0;
    z-index: 100;
    padding: 10px 0px 110px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    /*  writing-mode: vertical-lr;邵ｦ譖ｸ縺�*/
}

.mainscroll a::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
}

.mainscroll a::after {
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}


/* top
----------------------------------------------------------*/
.bg1 {
    background: url(../images/bg1.jpg) no-repeat scroll 50% 50% / cover;
}

#mainjump {
    padding-top: 80px;
    margin-top: -80px;
}

/*繝倥ャ繝繝ｼ蝗ｺ螳壹い繝ｳ繧ｫ繝ｼ*/

.top_bg1 {
    background: url(../images/top_bg1.jpg) no-repeat scroll 50% 50% / cover;
}

.top_bg2 {
    background: url(../images/top1.jpg) no-repeat scroll 50% 50% / cover;
    padding: 15px;
    position: relative;
    z-index: 0;
}

.top_bg2:hover {
    filter: brightness(110%) blur(2px);
    /*縺ｼ縺九＠縺ｨ濶ｲ*/
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

/*ie縺ｮ縺ｿ*/
@media all and (-ms-high-contrast: none) {

    /* 縺薙％縺ｫ譖ｸ縺� */
    .top_bg2:hover {
        opacity: 0.6;
        /*     background: hsla(0,0%,0%,0.4);*/
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        -ms-transition: 0.8s;
        transition: 0.8s;
    }
}

.top_bg3 {
    background: url(../images/top2.jpg) no-repeat scroll 50% 50% / cover;
    padding: 15px;
    position: relative;
    z-index: 0;
}

.top_bg3:hover {
    filter: brightness(120%) blur(2px);
    /*縺ｼ縺九＠縺ｨ濶ｲ*/
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

/*ie縺ｮ縺ｿ*/
@media all and (-ms-high-contrast: none) {

    /* 縺薙％縺ｫ譖ｸ縺� */
    .top_bg3:hover {
        opacity: 0.6;
        /*     background: hsla(0,0%,0%,0.4);*/
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        -ms-transition: 0.8s;
        transition: 0.8s;
    }
}

.border_box {
    border: 1px solid #fff;
    padding: 50px 10px;
    color: #fff;
}

.btn_top {
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px 0px;
    border: 2px solid #fff;
}

@media print,
screen and (min-width: 768px) {
    .btn_top {
        width: 250px;
    }
}

.btn_top .fa {
    margin-left: 7px;
}

/*------*/

/* company
---------------------------------------------------- */

/*豐ｿ髱ｩ*/
.ul_padding ul {
    padding-left: 20px;
    margin: 0;
}

.timeline {
    list-style: none;
}

.timeline &gt; li {
    margin-bottom: 20px;
}

.timeline-date {
    color: #05399b;
}


/* for Desktop */
@media print,
screen and (min-width: 640px) {
    .timeline &gt; li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .timeline-date {
        width: 110px;
        float: left;
        margin-top: 15px;
    }

    .timeline-content {
        width: 75%;
        float: left;
        border-left: 3px #e5e5d1 solid;
        padding-left: 30px;
    }

    .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #05399b;
        position: absolute;
        left: 106px;
        top: 24px;
        border-radius: 100%;
    }

    .timeline-content p {
        padding-top: 15px;
    }

    /*taniguchi霑ｽ蜉�*/
}

/*豐ｿ髱ｩend*/


.company_bg1 {
    background: url(../images/company_bg1.jpg) no-repeat scroll 50% 50% / cover;
}

/* career
---------------------------------------------------- */
.career_bg1 {
    background: url(../images/career_bg1.jpg) no-repeat scroll 50% 50% / cover;
}

.career_bg2 {
    background: url(../images/career_bg2.png) no-repeat scroll 50% 50% / cover;
    padding: 0 0 40px;
}

@media print,
screen and (min-width: 768px) {
    .career_bg2 {
        padding: 0 0 80px;
    }
}

@media print,
screen and (min-width: 992px) {
    .career_bg2 {
        padding: 0 0 100px;
    }
}

.career_tit1 {
    font-size: 110%;
    line-height: 140%;
}

@media print,
screen and (min-width: 768px) {
    .career_tit1 {
        font-size: 18px;

    }
}

@media print,
screen and (min-width: 992px) {
    .career_tit1 {
        font-size: 20px;
        line-height: 180%;
    }
}

@media print,
screen and (min-width: 1200px) {
    .career_tit1 {
        font-size: 22px;
        line-height: 220%;
    }
}

@media print,
screen and (min-width: 1500px) {
    .career_tit1 {
        font-size: 26px;
        line-height: 220%;
    }
}



/* business
---------------------------------------------------- */
.business_bg1 {
    background: url(../images/bg2.jpg) no-repeat scroll 50% 50% / cover;
}


.business_tit1 {
    font-size: 110%;
    line-height: 150%;
}
@media print,
screen and (min-width: 768px) {
    .business_tit1 {
        font-size: 18px;
        line-height: 160%;
    }
}

@media print,
screen and (min-width: 992px) {
    .business_tit1 {
        font-size: 18px;
        line-height: 180%;
    }
}

@media print,
screen and (min-width: 1500px) {
    .business_tit1 {
        font-size: 22px;
        line-height: 200%;
    }
}

.midashi1 {
    background: #f3f8fc;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 140%;
}

@media print,
screen and (min-width: 768px) {
    .midashi1 {
        padding: 10px 4px;
        font-size: 16px;
        text-align: center;
    }
}
@media print,
screen and (min-width: 992px) {
    .midashi1 {
        padding: 10px 10px;
        font-size: 16px;
    }
}

#joblink1 {
    padding-top: 100px;
    margin-top: -100px;
}
#joblink2 {
    padding-top: 100px;
    margin-top: -100px;
}
#joblink3 {
    padding-top: 100px;
    margin-top: -100px;
}


/* contact
---------------------------------------------------- */
.need {
    /*蠢���*/
    font-size: 90%;
    color: #fff;
    padding: 0px 6px;
    border-radius: 3px;
    font-weight: normal;
    border-collapse: collapse;
    background: #f98db5;
    margin-right: 10px;
}

/*繝輔か繝ｼ繝�縺ｮ繝��繝悶Ν*/
.table_form {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #d1e7f1;
    /*    background: #fff;*/
}

.table_form th {
    width: 100%;
    padding: 10px 5px 3px 5px;
    display: block;
}

.table_form td {
    width: 100%;
    border-bottom: 1px solid #d1e7f1;
    padding: 3px 5px 10px 5px;
    display: block;
}

.table_form th span {
    /*蠢���*/
    font-size: 70%;
    color: #fff;
    padding: 0px 6px;
    float: right;
    border-radius: 3px;
    font-weight: normal;
    border-collapse: collapse;
    background: #f98db5;
}

.table_form td.last {
    border-bottom: none;
}


.table_form th.sen_none,
.table_form td.sen_none {
    border: 0;
}

@media print,
screen and (min-width: 768px) {
    .table_form th {
        width: 40%;
        border-bottom: 1px solid #d1e7f1;
        padding: 15px 20px;
        vertical-align: middle;
        text-align: left;
        display: table-cell;
    }

    .table_form td {
        width: 100%;
        padding: 15px 20px;
        display: table-cell;
    }

    .table_form.sen_none .last td {
        padding-bottom: 10px;
    }

    .table_form.sen_none th {
        padding: 10px 20px 0 20px;
    }

    .table_form.sen_none td {
        padding: 10px 25px 0 25px;
    }

}

@media print,
screen and (min-width: 992px) {
    .table_form th {
        width: 30%;
    }
}

/* 繝輔か繝ｼ繝�髢｢菫� */


.required input[type="text"],
.required input[type="password"],
.required select,
.required textarea {
    border: 1px solid #c36;
}



input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
    margin: 5px 5px 5px 0;
}

label {
    vertical-align: middle;
    margin: 5px 5px 5px 0;
}

/*input[type="checkbox"]{margin-top: 10px;}*/

input {
    font-size: 100%;
    vertical-align: middle;
    padding: 9px
}

input[type="file"] {
    width: 99%;
}

input[type="text"],
select {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #222;
}

input[type="email"] {
    color: #222;
}

input:focus[type="text"] {
    border: 1px solid #06c;
}

textarea {
    font-size: 100%;
    border: 1px solid #ccc;
    width: 99%;
    border-radius: 3px;
}

input,
textarea {
    /*display: inline-block; 
  font-family: FontAwesome; */
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -Webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

select {
    padding: 9px;
    color: #222;
}

.form-control {
    color: #222;
}

.form-control.w300 {
    width: 200px;
}

@media (min-width: 768px) {
    .form-control.w300 {
        width: 250px;
    }
}


.privacy_waku {
    background-color: #fff;
    padding: 20px 20px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

@media print,
screen and (min-width: 992px) {
    .privacy_waku {
        padding: 20px;
    }
}


.privacy_scroll {
    max-height: 200px;
    overflow-y: scroll;
    padding-right: 10px;
    z-index: 1;
}

@media print,
screen and (min-width: 768px) {
    .privacy_scroll {
        max-height: 400px;
    }
}


.btn-primary {
    font-size: 100%;
    padding: 20px 0;
}

.btn-primary:hover {
    background-color: #666;
    opacity: 1;
    border-color: #666;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}


.form-control {
    height: 50px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
    border-radius: 0rem;
}





/* contact縲荳矩Κ
----------------------------------------------------------*/
.f_contact_bg1 {
    background: url(../images/f_contact_bg.jpg) no-repeat scroll 50% 50% / cover;
    padding: 40px 0;
}

@media print,
screen and (min-width: 768px) {
    .f_contact_bg1 {
        padding: 60px 0px;
    }
}

@media print,
screen and (min-width: 992px) {
    .f_contact_bg1 {
        padding: 100px 0;
    }
}


.f_contact_white {
    background: #fff;
    padding: 20px;
}

@media print,
screen and (min-width: 768px) {
    .f_contact_white {
        padding: 40px 26px;
    }
}

@media print,
screen and (min-width: 992px) {
    .f_contact_white {
        padding: 50px 50px;
    }
}


@media print,
screen and (min-width: 768px) {
    .f_border {
        border-right: 1px solid #ccc;
    }
}

.footer_tel {
    font-size: 16px;
    color: #111;
    font-weight: 500;
}

@media print,
screen and (min-width: 768px) {
    .footer_tel {
        font-size: 20px;
        margin-top: 20px;
    }
}

@media print,
screen and (min-width: 992px) {
    .footer_tel {
        font-size: 20px;
    }
}



.footer_tel .fa {
    margin-right: 5px;
    vertical-align: top;
    font-size: 25px;
    color: #05399b;
}

.footer_telnum {
    font-size: 30px;
}

@media print,
screen and (min-width: 768px) {
    .footer_telnum {
        font-size: 30px;
    }
}

@media print,
screen and (min-width: 992px) {
    .footer_telnum {
        font-size: 30px;
        letter-spacing: 0.05em;
    }
}

/*---*/


.footer_fax {
    font-size: 15px;
    font-weight: bold;
}

.footer_faxnum {
    font-size: 120%;
}


.btn1 {
    text-align: center;
    display: block;
    color: #05399b;
    font-weight: bold;
    width: 100%;
}

@media print,
screen and (min-width: 768px) {
    .btn1 {
        width: 250px;
    }
}

.f_btn a:link,
.f_btn a:visited {
    color: #05399b;
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    border: 2px solid #05399b;
}

.f_btn a:hover {
    background: #05399b;
    color: #fff;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.mr7 {
    margin-right: 7px;
}

.ml7 {
    margin-left: 7px;
}

/*------*/


/* access縲荳矩Κ
----------------------------------------------------------*/
.access_bg {
    background: #f3f8fc;
}

.blue_box {
    background: #69afd0;
    color: #fff;
    padding: 30px 10px;
}

@media print,
screen and (min-width: 768px) {
    .blue_box {
        height: 400px;
        padding-top: 80px;
    }
}

.accesstit_bg {
    background: url(../images/title_icon2.png) no-repeat;
    background-position: left 35% top 0%;
}

.accesstit {
    color: #fff;
    font-size: 130%;
    margin-bottom: 10px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .accesstit {
        font-size: 28px;
        margin-bottom: 40px;
        top: 20%;
    }
}

@media (min-width: 992px) {
    .accesstit {
        margin-bottom: 50px;
        top: 20%;
    }
}

.accesstit span {
    display: block;
    font-size: 15px;
    padding-top: 10px;
    letter-spacing: 0.3em;
}


/* link縲荳矩Κ
----------------------------------------------------------*/
.link_bg {
    background: url(../images/link_bg.jpg) no-repeat scroll 50% 50% / cover;
}






/* footer
----------------------------------------------------------*/
#foot_bg {
    padding: 30px 0;
    font-size: 14px;
    line-height: 150%;
}

#foot_bg2 {
    background: #ffee2f;
    padding: 30px 0;
    font-size: 14px;
    line-height: 150%;
}

@media print,
screen and (min-width: 992px) {
    #foot_bg {
        padding: 60px 0;
    }

    #foot_bg2 {
        padding: 50px 0;
    }
}


#bg_foot ul {
    padding-left: 0;
    text-align: right;
}

@media print,
screen and (min-width: 768px) {
    #bg_foot li {
        display: inline;
        font-size: 14px;
        margin-bottom: 5px;
    }

    #bg_foot li a:link,
    #bg_foot li a:visited {
        color: #111;
        text-decoration: none;
        padding: 0 5px;
    }

    #bg_foot li a:hover {
        color: #999;
        text-decoration: none
    }

}

@media print,
screen and (min-width: 1200px) {

    #bg_foot li a:link,
    #bg_foot li a:visited {
        padding: 0 15px;
    }
}






/* copy
---------------------------------------------------- */
.copy {
    text-align: center;
    color: #c3c5c7;
}

@media print,
screen and (min-width: 768px) {
    .copy {
        text-align: right;
        font-size: 13px;
    }
}



/* pagetop
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}

@media (min-width: 768px) {
    #pagetop {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 100;
    }
}





/* 繧ｨ繝輔ぉ繧ｯ繝�
----------------------------------------------------------*/
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    pointer-events: none;
    opacity: 0;
}





/* 蜊ｰ蛻ｷ謾ｹ陦�
----------------------------------------------------------*/
.page-break-before {
    page-break-before: always
}


/* print
----------------------------------------------------------*/
@media print {
    #sp_header {
        display: none;
    }

    .header_bg {
        width: 100%;
        top: 0;
        z-index: 9999;
        -moz-background-size: 100% auto;
        background-size: 100% auto;
        position: absolute;
        /*蜊ｰ蛻ｷ譎ょ崋螳夊ｧ｣髯､*/
        background-color: #fff;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }

    .navbar-nav li {
        margin: 30px 6px 0;
    }

    #bg_foot li {
        font-size: 13px;
    }
    
/*
    .table2{
        border-collapse: collapse;
    }
    .table2 td {
        display: inline-block;
        width: 33.3%;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }
*/



    /*蜊ｰ蛻ｷ譎ＮatchHeight辟｡蜉ｹ*/
    .mheight {
        height: 100% !important;
    }

    .mheight2 {
        height: 100% !important;
    }


    /*蜊ｰ蛻ｷ譎る撼陦ｨ遉ｺ*/
    .display_none {
        display: none !important;
    }
}

.add-img {
    text-align: center;
}

.oogata_sentaki{
    height: 550px !important;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .add-img img {
        width: 90%;
        }    
        .oogata_sentaki{
            height: auto!important;
        }
}


</pre></body></html>