@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: http://addas.jp/
*/


/* ============================================================
**  クラス名の書き方
**  -> 独自クラス名、マージン、パディング、バックグラウンド、フォントサイズ、カラー、テキストアライン
** ============================================================ **/


/* テンプレートタグ wp_list_pages で付与されるクラス list-group-item のスタイルを調整する */

.wp-list-pages .list-group-item {
    display: list-item;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}


/* コード */

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

#l-main .syntaxhighlighter table {
    font-size: 12px !important;
}

.text-navy {
    color: #094067;
}

.text-blue {
    color: #004BB1 !important;
}

.text-light-thin {
    color: #707F89;
}

.breadcrumb {
    background-color: #fff;
}

a.home span {
    color: #004BB1;
}

#toPageTop a {
    background-color: #fff;
    border: 3px solid #094067;
}

#toPageTop a i {
    color: #094067;
}


/* グローバルメニュー */

@media (min-width: 992px) {
    #menu-global #menu-item-48 .nav-link {
        background-image: url(./img/SVG/Button.svg);
        height: 36px;
        width: 160px;
        margin-top: 6px;
    }

    #menu-global #menu-item-48 .nav-link {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-indent: -9999em;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        font-weight: bold;
    }
}

a {
    background-color: transparent;
    color: #000 !important;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
    border-radius: 2.3rem;
    font-size: 16px;
    line-height: 1.5;
    padding: 0.5rem 2rem;
}

#product .btn-lg,
.btn-group-lg>.btn {
    border-radius: 2.3rem;
    font-size: 16px;
    line-height: 14px;
    padding: 0.5rem 2rem;
}

.badge-news {
    background-color: #3DA9FC;
    padding: 10px;
    border-radius: 0px;
    color: #fff;
    padding-left: 26px;
    padding-right: 26px;
}

.badge-recruit {
    background-color: #EF4565;
    padding: 10px;
    border-radius: 0px;
    color: #fff;
    padding-left: 26px;
    padding-right: 26px;
}

.list-news li+li {
    border-top: transparent;
}

.list-news {
    border-bottom: transparent;
    border-top: transparent;
    list-style: none;
    padding-left: 0;
}

.border-bottom-news {
    border-bottom: solid 2px #efefef;
}

.bg-blue-thin {
    background-color: #D8EEFE;
}

.container-1300 {
    max-width: 1300px;
}

.container-1100 {
    max-width: 1099px;
}

.container-1000 {
    max-width: 1000px;
}

.container-550 {
    max-width: 550px;
}

.container-1300,
.container-1100,
.container-1000,
.container-800,
.container-550 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}

.l-page-title {
    background-color: #90B4CE;
    ;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.l-page-title .w-explore {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 6vh;
    padding-top: 6vh;
}

@media (min-width: 768px) {
    .l-page-title .w-explore {
        padding-bottom: 9vh;
        padding-top: 9vh;
    }
}

@media (min-width: 1200px) {
    .l-page-title .w-explore {
        padding-bottom: 115px;
        padding-top: 115px;
    }
}

.page-title {
    font-weight: bold;
    color: #fff;
    font-size: 50px;
    letter-spacing: 0.2em;
}

@media (min-width: 768px) {
    .tbl-thead thead th {
        background-color: #D8EEFE;
        border: 1px solid #000;
        padding: 4px;
        text-align: center;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {

    .tbl-thead tbody>tr>th,
    .tbl-thead tbody>tr>td {
        border: 1px solid #000;
        display: table-cell;
        padding: 4px;
        vertical-align: middle;
    }
}

.h1 {
    border-bottom: solid 5px #004BB1;
    color: #3B4043;
    text-align: center;
    padding: 18px;
    max-width: 800px;
    font-weight: bold;
}

.h1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}

.h3 {
    padding: 0.25em 0.5em;
    color: #707F89;
    background: transparent;
    border-left: solid 10px #004BB1;
    height: 45px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 64px;
}

@media (max-width: 768px) {
    .l-header .navbar .navbar-brand {
        background: url(./img/SVG/logo.svg) left center/contain no-repeat;
        height: 50px;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: 190px;
    }
}

.sec_inner {
    width: 100%;
    margin: 0 auto;
}

.slick-prev:before {
    content: none !important;
}

.slick-next:before {
    content: none !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
    line-height: 0;
}

@media (min-width: 992px) {
    .btn02 {
        background-color: #fff;
        color: #fff !important;
    }

    .btn02:hover {
        background-color: #D8EEFE;
        border-bottom: solid 3px #004BB1;
    }
}

.about-border {
  border-bottom: solid 4px #F0F3F5;
  position: relative;
  padding: 8px;
}

.about-border:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #90B4CE;
  bottom: -4px;
  width: 6%;
  left: 0px;
}

/* ========== 21.09.22 yama ========== */

@media (max-width: 992px) {

.l-header {
    position: relative;
}
.l-header .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
.l-header #gnav {
    position: absolute;
    width: calc(100vw / 2);
    top: 66px;
    right: -15px;
    background-color: rgba(255, 255, 255, .5);
    z-index: 100;
}
.l-header #gnav {
    position: absolute;
    width: calc(100vw / 2);
    top: 66px;
    right: -15px;
    background-color: rgba(255, 255, 255, .75);
    z-index: 100;
}
.l-header #gnav .menu-item + .menu-item {
    border-top: 1px solid #0e3192;
}
.l-header #gnav .menu-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
}

}
/* =================================== */

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 1px;
}
.table-bordered {
    border: 1px solid #000 !important;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #000;
}

.table-thead-1 thead th {
    background-color: #D8EEFE;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}

.table-thead-1 tbody>tr>th, .table-thead-1 tbody>tr>td {
    display: table-cell;
    padding: 4px;
    vertical-align: middle;
}

#information .tbl-2column tbody tr th {
    background-color: transparent;
    font-weight: 700;
}

#information .table th, .table td {
    border-top: transparent;
    padding: 0.75rem;
    vertical-align: top;
}

#information tbody, td, tfoot, th, thead, tr {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}

#information .mw_wp_form input[name="__children[privacypolicy][]"] + .error {
	display : inline;
	padding-right:.5em;
}

#information .bg-blue {
    background-color: #004BB1;
}
