body{
    color:#1D1D1D;
    font-family: 'Noto Sans JP', sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: 100%;
}

.ImCmpApp {
    display: none !important;
}

/* body.active{
    overflow-y: hidden;
    height:100vh;
} */
img {
    max-width: 100%;
    height: auto;
}
main{
    line-height:2;
    /* letter-spacing: .04em; */
}

div.inner{
    max-width: 1200px;
    padding:0 40px;
    margin:auto;   
}

div.inner-1040{
    max-width: 1040px;
    padding:0 40px;
    margin:auto;
}

div.inner-940{
    max-width: 940px;
    padding:0 80px;
    margin:auto;
}

a.documents{
    background-color: #E5A93D;
}

a.contact{
    background: linear-gradient(to right, #47BDD9, #397BDF);
}

span.db{
    display: block;
}

span.dib{
    display: inline-block;
}

span.txt-blue{
    /* color:#397BDF; */
}

/* ページトップボタン */
a#page-top{
    display:block;
    text-indent: 100%;
    white-space:nowrap;
    overflow: hidden;
    width:40px;
    height:40px;
    border-radius: 50%;
    border:solid 1px #fff;
    background:#397BDF no-repeat center / 12px url("../images/common/arrow-white.svg");
    position:fixed;
    bottom:40px;
    right:40px;
}

/* ベーシックなボタン1 */
a.btn-basic{
    color:#397BDF;
    text-decoration: none;
    font-weight:700;
    white-space: nowrap;
}

a.btn-basic::before{
    content:"";
    width:60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border:solid 1px #397BDF;
    display:inline-block;
    vertical-align: middle;
    margin-right:20px;
    transition: background 0.2s ease;
    background: no-repeat center / 12px url(../images/common/arrow-blue.svg), no-repeat left 0 top 0 / 62px url(../images/common/circle-white.svg), no-repeat center / 12px url(../images/common/arrow-white-right.svg), no-repeat left 0 top 0 / 62px url(../images/common/circle-blue.svg);
}

a.btn-basic:hover::before {
    border:solid 1px #fff;
    background: no-repeat center / 0px url(../images/common/arrow-blue.svg), no-repeat left 31px top 31px / 0px url(../images/common/circle-white.svg), no-repeat center / 12px url(../images/common/arrow-white-right.svg), no-repeat left 0 top 0 / 62px url(../images/common/circle-blue.svg);
}

/* ベーシックなボタン サイズ小*/
.btn-basic-small{
    color:#397BDF;
    text-decoration: none;
    font-weight:700;
    /* white-space: nowrap; */
}

.btn-basic-small::before{
    content:"";
    width:30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border:solid 1px #397BDF;
    display:inline-block;
    vertical-align: middle;
    margin-right:20px;
    transition: background 0.2s ease;
    background: no-repeat center / 12px url(../images/common/arrow-blue.svg), no-repeat left -1px top -1px / 32px url(../images/common/circle-white.svg), no-repeat center / 12px url(../images/common/arrow-white-right.svg), no-repeat left -1px top -1px / 32px url(../images/common/circle-blue.svg);
}

.btn-basic-small:hover:before{
    background: no-repeat center / 0px url(../images/common/arrow-blue.svg), no-repeat left 15px top 15px / 0px url(../images/common/circle-white.svg), no-repeat center / 12px url(../images/common/arrow-white-right.svg), no-repeat left -1px top -1px / 32px url(../images/common/circle-blue.svg);
}



/* 右に矢印があるボタン */
a.btn-basic-right{
    display:flex;
    justify-content: space-between;
}

a.btn-basic-right::after{
    content:"";
    width:30px;
    height:30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border:solid 1px #397BDF;
    display:inline-block;
    vertical-align: middle;
    background:#fff no-repeat center / 12px url("../images/common/arrow-blue.svg");
    margin-left:10px;
    position: relative;
}

/* 矢印の周りに丸がないボタン */
a.btn-non-circle{
    color:#397BDF;
    text-decoration: none;
    font-weight:700;
    font-size: 0.9375rem;
}

a.btn-non-circle::before{
    content:"";
    width:12px;
    height:12px;
    display:inline-block;
    vertical-align: middle;
    background:no-repeat center / 12px url("../images/common/arrow-blue.svg");
    margin-right:8px;
}

/* 矢印の周りに丸がないボタン 小 */
a.btn-non-circle-small{
    color:#397BDF;
    text-decoration: none;
    font-size: 0.8125rem;
}

a.btn-non-circle-small::before{
    content:"";
    width:12px;
    height:12px;
    display:inline-block;
    vertical-align: middle;
    background:no-repeat center / 12px url("../images/common/arrow-blue.svg");
    margin-right:8px;
}

/* ベーシックお問い合わせボタン */
a.btn-contact-basic{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #47BDD9, #397BDF);
    max-width:470px;
    width:100%;
    height:70px;
    font-weight: 700;
    border-radius: 35px;
    /* margin-left:24px; */
    padding:10px;
    box-sizing: border-box;
    color:#fff;
    text-decoration:none;
}

/* 下層ページお問い合わせボタン */
a.btn-contact{
    display:flex;
    width:220px;
    height:56px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(to left, #47BDD9, #397BDF);
}

a.btn-contact::before{
    content:"";
    width:20px;
    aspect-ratio: 1/1;
    background: no-repeat center / contain url("../images/common/icon-mail.svg");
    display:inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

/* 下層ページ資料請求ボタン */
a.btn-documents{
    display:flex;
    width:220px;
    height:56px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background-color:#E5A93D;
}

/* トップ見出し */
div.main-ttl-area{
    display:flex;
    flex-direction: column-reverse;
    margin-bottom:52px;
}

div.main-ttl-area .ttl {
    font-size: 2.25rem;
    line-height: 1.5;
}

div.main-ttl-area .ttl:before{
    /* content: "";
    width:8px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #E5A93D;
    display: inline-block;
    vertical-align: middle;
    margin-right:8px; */
}

div.main-ttl-area span{
    font-family: "Roboto", serif;
    margin-bottom:8px;
    line-height:1;
}

/* 共通見出しh2 */
h2.h2-basic{
    font-size:1.5rem;
    font-weight:700;
    padding-bottom:20px;
    border-bottom:solid 1px;
    border-image: linear-gradient(to right, #397BDF 10%, #D3DCEA 10%) 1;
}

/* 開発事例見出し */
.case-ttl{
    font-size:1.5rem;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: solid 1px #D3DCEA;
}

.case-ttl::before{
    content:"";
    display: inline-block;
    width:16px;
    height:4px;
    border-radius: 2px;
    background-color: #397BDF;
    vertical-align: middle;
    margin-right:14px;
}

/* テキスト下部の真ん中に線がある見出し */
div.center-line-ttl{
    display:flex;
    flex-direction: column-reverse;
    align-items: center;
}

div.center-line-ttl::before{
    content:"";
    width:60px;
    height:2px;
    background-color: #397BDF;
    display: block;
    margin-top:20px;
}

div.center-line-ttl span.en{
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Roboto", serif;
    line-height: 1;
}

/* 下層ページヘッダー */
header.page-header{
    background-color: #F7F9FC;
    background: no-repeat left calc(50% + 856px) top -668px url(../images/page-detail-header-circle.svg), linear-gradient(-50deg, rgba(255, 255, 255, 1) 20%, rgba(217, 241, 247, 1) 30%, rgba(229, 239, 253, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(246, 248, 252, 1) 80%, rgba(221, 240, 249, 1) 100%);
    padding:250px 0 40px;
}

/* 詳細ページヘッダー */
header.page-detail-header{
    /* background-color: #F7F9FC; */
background: no-repeat left calc(50% + 856px) top -668px url(../images/page-detail-header-circle.svg), linear-gradient(-50deg, rgba(255, 255, 255, 1) 20%, rgba(217, 241, 247, 1) 30%, rgba(229, 239, 253, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(246, 248, 252, 1) 80%, rgba(221, 240, 249, 1) 100%);
    padding:224px 0 40px;
    margin-bottom: 40px;
}


header.page-detail-header div.ttl-area{
    display: flex;
    flex-direction: column-reverse;
}

header.page-detail-header div.ttl-area h1{
    font-size: 2.25rem;
    @media (max-width: 640px) {
        font-size: 2rem;
    }
}

header.page-detail-header div.ttl-area span.en{
    font-weight:700;
}

header.page-detail-header p.txt-overview{
    margin-top:28px;
    max-width: 900px;
}

header.page-detail-header ul.btn-list{
    display:flex;
    margin-top:40px;
    gap:10px;
    margin-bottom: 40px;
}

header.page-detail-header ol.breadcrumb{
    margin-top:0px;
}


/* スライドショーエリアの左右に動かすボタンとインジケーター */
div.slide-area_btn{
    display:flex;
    margin-top:30px;
}

div.slide-area_btn button{
    text-indent: 100%;
    overflow:hidden;
    white-space: nowrap;
    background-color: transparent;
    border:none;
    color:transparent;
}

div.slide-area_btn button.btn-parts{
    position:relative;
    width:42px;
    aspect-ratio: 1/1;
}

div.slide-area_btn button.btn-parts::after{
    content:"";
    position:absolute;
    z-index:2;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    border-radius: 50%;
    border:solid 1px #397BDF;
    width:40px;
    height:40px;
    /* background:#fff no-repeat center / 11px url("../images/common/arrow-blue.svg"); */
    transition: background 0.2s ease;
    background: no-repeat center / 12px url(../images/common/arrow-blue.svg), no-repeat left 0 top 0 / 40px url(../images/common/circle-white.svg), no-repeat center / 12px url(../images/common/arrow-white-right.svg), no-repeat left 0 top 0 / 40px url(../images/common/circle-blue.svg);
}

div.slide-area_btn button.btn-parts:hover::after {
    /* background:#397BDF no-repeat center / 11px url("../images/common/arrow-white-right.svg") ;    */
    background: no-repeat center / 0px url(../images/common/arrow-blue.svg), no-repeat left 20px top 20px / 0px url(../images/common/circle-white.svg), no-repeat center / 12px url(../images/common/arrow-white-right.svg), no-repeat left 0 top 0 / 40px url(../images/common/circle-blue.svg);
}

div.slide-area_btn button.btn-parts.prev{
    rotate:180deg;
    margin-right:10px;
}

div.slide-area_btn ul.indicator{
    display: flex; 
    gap: 10px;
    margin-left:30px;
    align-items: center;
}

div.slide-area_btn ul.indicator li{
    width:40px;
    height:8px;
    border-radius: 4px;
    background-color: rgba(57,123,223,0.2);
    text-indent: 100%;
    overflow:hidden;
    white-space: nowrap;
}

div.slide-area_btn ul.indicator li.active{
    background-color: #397BDF;
}

div.slide-area ul.slide-list{
    display:flex;
    gap:30px;
    width:100vw;
}

div.slide-area ul.slide-list li {
    height: 100%;
}

div.slide-area ul.slide-list li a{
    height: 100%;
    width:380px;
    border-radius: 18px;
    box-shadow:0 0 20px rgba(67,75,87,0.1);
    overflow: hidden;
}

div.slide-area ul.slide-list li a img {
    transition: transform 0.4s ease;
}
div.slide-area ul.slide-list li a:hover img{
    transform: scale(1.05);
}

/* 開発事例リスト */

a.case-link{
    color:inherit;
    text-decoration: none;
}

/* 開発事例画像 */
div.case-img-area{
    /* max-width:326px; */
    width:100%;
    aspect-ratio: 326/217;
    height:fit-content;
    border-radius: 10px;
    overflow: hidden;
}

div.case-img-area img{
    width:100%;
    object-fit: cover;
    object-position: center;
}

/* 開発事例リストタイトル */
p.case-list-ttl{
    font-weight: 700;
    line-height: 1.8;
    margin:5px 0 4px;
}

/* 開発事例カテゴリ */
/* サイズ大 */
li.case-cat-l{
    color: #397BDF;
    padding:2px 15px;
    border-radius: 25px;
    border:solid 1px #397BDF;
    font-size: 0.6875rem;
    background-color: #fff;
}

li.case-cat-l input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

li.case-cat-l:has(input[type="checkbox"]:checked){
    background-color: #397BDF;
    color: #fff;
}

/* サイズ小 */
li.case-cat-s{
    color:#397BDF;
    font-size: 0.625rem;
    padding:2px 12px;
    border:solid 1px #397BDF;
    border-radius: 16px;
}

/* 開発事例カテゴリリスト */
ul.case-cat-list{
    display: flex;
    flex-wrap: wrap;
    gap:5px;
}

/* 開発事例タグリスト */
ul.case-tag-list{
    display: flex;
    font-size: 0.6875rem;
    color:#397BDF;
    gap:10px;
}


/* ソフトウェア開発リスト */
ul.left-icon-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    column-gap: 10px;
    margin-top: 60px;
    position: relative;
    z-index: 10;
    @media (max-width: 640px) {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}

ul.left-icon-list li a{
    font-size:1.125rem;
    font-weight: 700;
    border: solid 1px #397BDF;
    color: #397BDF;
    border-radius: 6px;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    margin-bottom:10px;
    position:relative;
    transition: all 0.4s ease;
}
ul.left-icon-list li a:before {
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -2;
}
ul.left-icon-list li a:after {
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #397BDF;
    position: absolute;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: all .25s ease;
    transition-property: transform;
}
ul.left-icon-list li a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}
ul.left-icon-list li a span.cover {
    display: block;
    padding:21px;
    padding-left:76px;
}
ul.left-icon-list li a span.cover::before {
    position: absolute;
    top: calc(50% - 25px);
    left: 12px;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
}

ul.left-icon-list li a span.text {
    position: relative;
}

ul.left-icon-list li a:hover {
    border: solid 1px #fff;
    color: #fff;
}

/* ul.left-icon-list li a::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    margin:0 auto;
    left:16px;
    height: 100%;
    width:50px;
    aspect-ratio: 1/1;
    background-color: #fff;
} */

ul.development-list li.car a span.cover::before{
    background: no-repeat center / contain url("../images/common/icon-car.svg");
}

ul.development-list li.money a span.cover::before{
    background: no-repeat center / contain url("../images/common/icon-money.svg");
}

ul.development-list li.social a span.cover::before{
    background: no-repeat center / contain url("../images/common/icon-card.svg");
}

ul.development-list li.biz a span.cover::before{
    background: no-repeat center / contain url("../images/common/icon-pc.svg");
}

ul.development-list li.hospi a span.cover::before{
    background: no-repeat center / contain url("../images/common/icon-heart.svg");
}

ul.development-list li.builtin a span.cover::before{
    background: no-repeat center / contain url("../images/common/icon-pc.svg");
}

ul.development-list li.counsul a span.cover::before{
    background: no-repeat center / contain url("../images/common/icon-pc.svg");
}

ul.development-list li.offshore a span.cover::before{
    background: no-repeat center / contain url("../images/common/icon-pc.svg");
}

ul.development-list li.mobile a span.cover::before{
    background: no-repeat center / contain url("../images/common/icon-mobile.svg");
}

ul.development-list li.wisun a span.cover::before{
    background: no-repeat center / contain url("../images/common/icon-iot.svg");
}

ul.development-list li.ai a span.cover::before{
    background: no-repeat center / contain url("../images/common/icon-ai.svg");
}

ul.development-list li.infra a span.cover::before{
    background: no-repeat center / contain url("../images/common/icon-network.svg");
}

ul.development-list li.car a span.cover:hover::before{
    background: no-repeat center / contain url("../images/common/icon-car-w.svg");
}

ul.development-list li.money a span.cover:hover::before{
    background: no-repeat center / contain url("../images/common/icon-money-w.svg");
}

ul.development-list li.social a span.cover:hover::before{
    background: no-repeat center / contain url("../images/common/icon-card-w.svg");
}

ul.development-list li.biz a span.cover:hover::before{
    background: no-repeat center / contain url("../images/common/icon-pc-w.svg");
}

ul.development-list li.hospi a span.cover:hover::before{
    background: no-repeat center / contain url("../images/common/icon-heart-w.svg");
}

ul.development-list li.builtin a span.cover:hover::before{
    background: no-repeat center / contain url("../images/common/icon-pc-w.svg");
}

ul.development-list li.counsul a span.cover:hover::before{
    background: no-repeat center / contain url("../images/common/icon-pc-w.svg");
}

ul.development-list li.offshore a span.cover:hover::before{
    background: no-repeat center / contain url("../images/common/icon-pc-w.svg");
}

ul.development-list li.mobile a span.cover:hover::before{
    background: no-repeat center / contain url("../images/common/icon-mobile-w.svg");
}

ul.development-list li.wisun a span.cover:hover::before{
    background: no-repeat center / contain url("../images/common/icon-iot-w.svg");
}

ul.development-list li.ai a span.cover:hover::before{
    background: no-repeat center / contain url("../images/common/icon-ai-w.svg");
}

ul.development-list li.infra a span.cover:hover::before{
    background: no-repeat center / contain url("../images/common/icon-network-w.svg");
}


/* ソフトウェア開発一覧 */
section#parts-development{
    background-color: #397BDF;
    padding:80px 0;
    color:#fff;
}

section#parts-development div.top-area{
    display:flex;
    justify-content: space-between;
}

section#parts-development div.top-area h2{
    font-size:1.625rem;
}

section#parts-development div.top-area h2::after{
    content:"";
    width:60px;
    height:2px;
    background-color: #fff;
    display:block;
    margin-top:20px;
}

section#parts-development div.top-area a.btn-basic{
    color:#fff;
}

/* ページ下部お問い合わせ*/
div#contact{
    background-color: #ECF1F8;
    padding:80px 0;
}

div#contact div.inner{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    justify-items: center;
    row-gap: 40px;
}

div#contact div.inner div.contact_wrapper{
    text-align: center;
}

div#contact div.inner div.contact_wrapper a{
    display: block;
    color:#fff;
    font-weight: 700;
    text-decoration: none;
    padding:20px 76px;
    border-radius:120px;
    border:solid 2px #fff;
    box-sizing: border-box;
}

div#contact div.inner div.contact_wrapper p{
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom:20px;
}

/* お問い合わせパーツ*/
div.parts-contact p{
    font-size:1.5rem;
    font-weight:700;
    margin-top: 64px;
    margin-bottom:20px;
    text-align:center;
}

div.parts-contact ul{
    display:flex;
    width:fit-content;
    margin:auto;
    flex-wrap: wrap;
    justify-content: center;
    gap:10px;
}




/* パンくずリスト */

ol.breadcrumb{
    display:flex;
    white-space: nowrap;
    @media (max-width: 640px) {
        display: block;
    }
}

ol.breadcrumb li{
    font-size:0.8125rem;
    padding:4px 12px 4px 0;
    @media (max-width: 640px) {
        padding-right: 4px;
        line-height: 1.25;
    }
}

ol.breadcrumb li:last-child{
    white-space: wrap;
}

ol.breadcrumb li:not(:last-child)::after{
    content:"/";
    display:inline-block;
    margin-left:12px;
    white-space: nowrap;
    @media (max-width: 640px) {
        margin-left: 4px;
    }
}

ol.breadcrumb li a{
    color:#397BDF;
    text-decoration: none;
    @media (max-width: 640px) {
        font-size: 0.75rem;
    }
}

/* 検索フォーム */
form#search-form{
    padding:0 40px;
}

form#search-form div.search-form-inner{
    background-color: #F7F9FC;
    border-radius:18px;
    max-width: 940px;
    margin: auto;
    padding:30px 60px 40px;
    box-sizing: border-box;
}

form#search-form dl div.search-item-wapper{
    display:flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6EBF2;
    padding:20px 0;
}

form#search-form dl div.search-item-wapper:last-of-type{
    border:none;
}

form#search-form dl dt{
    color: #397BDF;
    font-weight: 700;
    min-width:180px;
    margin-right:10px;
}

form#search-form dl dt span.caution{
    color:#1D1D1D;
    font-size: 0.75rem;
    font-weight: 400;
    display: block;
}

form#search-form dl dd{
    width:567px;
}

form#search-form dl dd ul.detail-list{
    display:flex;
    flex-wrap: wrap;
}

form#search-form dl dd ul.detail-list li:not(:last-child){
    margin-right:20px;
}

form#search-form dl dd ul.detail-list li input[type="checkbox"]{
    margin-right:5px;
    width:12px;
    height:12px;
    border-color: #707070;
    border-radius: 2px;
}

form#search-form dl dd ul.detail-list li label{
    font-size: 0.9375rem;
}

form#search-form dl dd input[type="search"]{
    max-width:440px;
    width:100%;
    height:35px;
    border-radius: 4px;
    border:solid 1px #B5B5B5;
}

form#search-form dl dd input[type="search"]:focus{
    outline:solid 2px #397BDF;
    border:none;
}

form#search-form button#btn-search{
    background: linear-gradient(to right,#397BDF , #47BDD9);
    border: none;
    color:#fff;
    font-weight: 700;
    padding:10px 57px;
    border-radius:30px;
    display: block;
    margin:auto;
}

/* ページネーション */
ul.pagination-list{
    display:flex;
    justify-content: center;
    width:100%;
}

ul.pagination-list li.num{
    width:32px;
    height:32px;
    aspect-ratio: 1/1;
    margin-right:10px;
}

ul.pagination-list li.prev{
    margin-right:30px;
    position:relative;
    padding-left:24px;
    font-weight: 700;
}

ul.pagination-list li.next{
    margin-left:30px;
    position:relative;
    padding-right:24px;
    font-weight: 700;
}

ul.pagination-list li.prev::before,
ul.pagination-list li.next::before{
    content:"";
    width:8px;
    height:8px;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    border-top:2px solid #1D1D1D;
    border-right:2px solid #1D1D1D;
    transform: rotate(45deg);
}

ul.pagination-list li.next::before{
    right:0;
}

ul.pagination-list li.prev::before{
    left:0;
    transform: rotate(-135deg);
}

ul.pagination-list li.prev.active,
ul.pagination-list li.next.active{
    color:#397BDF;
}

ul.pagination-list li.prev.active::before,
ul.pagination-list li.next.active::before{
    border-color:#397BDF;
}

ul.pagination-list li a{
    display:flex;
    width:100%;
    height:100%;
    border-radius: 50%;
    color:inherit;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

ul.pagination-list li.num.active a{
    background-color: #397BDF;
    color:#fff;
}



/* 関連する開発事例 */
section#related-case{
    display: none;
    background-color: #F9FBFD;
    padding:80px 0;
}

section#related-case h2{
    font-size:1.625rem;
}

section#related-case h2::after{
    content:"";
    width:60px;
    height:2px;
    background-color: #397BDF;
    display:block;
    margin-top:10px;
}

section#related-case ul.case-list{
    margin-top:40px;
    margin-bottom:40px;
}

section#related-case ul.case-list li.case-list-li:not(:last-child){
    margin-bottom:20px;
}

section#related-case ul.case-list li.case-list-li a.case-link{
    display:flex;
    padding:40px;
    box-sizing: border-box;
    background-color: #fff;
    border:solid 1px #D6D6D6;
    border-radius:18px;
    align-items: center;
}

section#related-case ul.case-list li.case-list-li a.case-link div.case-img-area{
    max-width:260px;
    min-width:260px;
    margin-right:30px;
}

section#related-case ul.case-list li.case-list-li a.case-link div.txt-area{
    max-width:580px;
}

/* 下層ページトップエリア */
div.page-top-ttl-area{
    margin-top:120px;
}

div.page-top-ttl-area div.border-left{
    border-left:solid 2px;
    padding:20px 0 20px 78px;
    margin-bottom:10px;
    border-image: linear-gradient(to bottom, #397BDF, #47BDD9) 1;
}

div.page-top-ttl-area div.border-left h2{
    font-size:2.375rem;
    font-weight:700;
    margin-bottom:18px;
    line-height: 1.5;
}

div.page-top-ttl-area div.border-left span.en{
    font-size:1rem;
    font-weight:700;
}

div.page-top-ttl-area p.bottom-txt{
    max-width:780px;
    padding-left:78px;
}

/* ベーシックなリスト */
ul.basic-list{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap:30px;
    max-width:1040px;
    margin:auto;
    padding: 88px 40px 120px;
}

ul.basic-list li.basic-list-li{
    /* max-width:326px; */
}

ul.basic-list li.basic-list-li div.product-img-area{
    aspect-ratio: 326/217;
    overflow: hidden;
    object-fit: cover;
}

ul.basic-list li.basic-list-li div.product-img-area img{
    width:100%;
    transition: 0.4s ease;
}

ul.basic-list li.basic-list-li a:hover div.product-img-area img {
    transform: scale(1.1);
}

ul.basic-list li.basic-list-li .btn-basic-small{
    display: flex;
    margin:10px 0;
    align-items: center;
}
ul.basic-list li.basic-list-li a {
    display: block;
    text-decoration: none;
}

ul.basic-list li.basic-list-li a:hover .btn-basic-small:before {
    background: no-repeat center / 0px url(../images/common/arrow-blue.svg), no-repeat left 15px top 15px / 0px url(../images/common/circle-white.svg), no-repeat center / 12px url(../images/common/arrow-white-right.svg), no-repeat left -1px top -1px / 32px url(../images/common/circle-blue.svg);
}

ul.basic-list li.basic-list-li small{
    font-size: 0.875rem;
}

/* ir情報リスト */
dl.ir-info-list dd a{
    display:block;
    color: #397BDF;
    text-decoration: none;
    padding:10px 0 20px;
    border-bottom:1px solid #EEEEEE;
}
dl.ir-info-list dd span.title {
    display:block;
    text-decoration: none;
    padding:10px 0 20px;
    border-bottom:1px solid #EEEEEE;
}

dl.ir-info-list dd:not(:last-of-type){
    margin-bottom:20px;
}

dl.ir-info-list.li-none {
    opacity: 0;
    display: none;
}

/* irナビゲーション */
div#nav-ir{
    background-color: #F9FBFD;
    padding:80px 0;
    line-height: 2;
}

div#nav-ir ul.ir-link-list{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: 
    "areaA areaC areaE"
    "areaB areaD areaE";
    gap:40px 20px;
}

div#nav-ir li.ir-link-li:first-child{
    grid-area: areaA;
}

div#nav-ir li.ir-link-li:nth-child(2){
    grid-area: areaC;
}

div#nav-ir li.ir-link-li:nth-child(3){
    grid-area: areaB;
}

div#nav-ir li.ir-link-li:nth-child(4){
    grid-area: areaD;
}

div#nav-ir li.ir-link-li:nth-child(5){
    grid-area: areaE;
}

div#nav-ir li.ir-link-li p.link-ttl::before{
    content:"";
    width:30px;
    height:30px;
    border-radius: 50%;
    display:inline-block;
    vertical-align: middle;
    margin-right:5px;
}

div#nav-ir li.ir-link-li:first-child p.link-ttl::before{
    background: #fff no-repeat center / 30px url("../images/common/icon-doc-policy.svg");
}

div#nav-ir li.ir-link-li:nth-child(2) p.link-ttl::before{
    background: #fff no-repeat center / 30px url("../images/common/icon-doc-finance.svg");
}

div#nav-ir li.ir-link-li:nth-child(3) p.link-ttl::before{
    background: #fff no-repeat center / 30px url("../images/common/icon-doc-ir.svg");
}

div#nav-ir li.ir-link-li:nth-child(4) p.link-ttl::before{
    background: #fff no-repeat center / 30px url("../images/common/icon-doc-shareholder.svg");
}

div#nav-ir li.ir-link-li:nth-child(5) p.link-ttl::before{
    background: #fff no-repeat center / 30px url("../images/common/icon-doc-investor.svg");
}

div#nav-ir ul.ir-link-list li a.btn-non-circle-small {
   font-size: 1rem;
}

/* irお問い合わせ */
div#ir-contact{
    margin:80px auto;
    line-height: 2;
}

div#ir-contact div.contents{
    text-align: center;
    border-radius: 18px;
    border:solid 1px #397BDF;
    padding:60px 50px;
}

div#ir-contact h2{
    font-size:1.625rem;
    color: #397BDF;
    line-height:1.27;
    margin-bottom:20px;
}

div#ir-contact dl.isb-contact-list{
    margin-bottom:15px;
}

div#ir-contact dl.isb-contact-list dt.isb-g-planning{
    font-size:1.125rem;
    font-weight:700;  
    margin-bottom:20px;
}

div#ir-contact dl.contact-list{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}

div#ir-contact dl.contact-list dd.tel{
    margin-right:15px;
}

div#ir-contact a.btn-contact-basic{
    margin:auto;
    margin-top:15px;
}

/* ir年度リスト */
ul.year-list{
    display:flex;
    flex-wrap: wrap;
}

ul.year-list li{
    margin-right:10px;
    margin-bottom:10px;
}

ul.year-list li a{
    padding:0 20px;
    color:#92ABD1;
    text-decoration: none;
    border-style:solid;
    border-width: 1px;
    border-color:#F7F9FC;
    border-radius: 15px;
    background-color: #F7F9FC;
    display:block;
    font-size: 0.875rem;

}

ul.year-list li a.active{
    color:#397BDF;
    border-color:#397BDF;
    background-color: #fff;
}

/* タブリスト */
ul.tab-list{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap:10px;
    text-align: center;
}

ul.tab-list li a{
    color:#397BDF;
    background-color: #fff;
    font-size: 0.8125rem;
    text-decoration: none;
    border-radius:22px;
    border:solid 1px #397BDF;
    display:block;
    width:100%;
    padding:8px;
    box-sizing: border-box;
}
ul.tab-list li span {
    color:#fff;
    background-color: #397BDF;
    font-size: 0.8125rem;
    text-decoration: none;
    border-radius:22px;
    border:solid 1px #397BDF;
    display:block;
    width:100%;
    padding:8px;
    box-sizing: border-box;
}

/* 企業情報ナビゲーション */
div#nav-company{
    background-color: #F9FBFD;
    padding:80px 0;
}

div#nav-company ul.company-link-list{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

div#nav-company ul.company-link-list li.company-link-li{
    padding:24px 30px;
    box-sizing: border-box;
    background-color: #fff;
    border:solid 1px #397BDF;
    border-radius: 6px;
}

div#nav-company ul.company-link-list li.company-link-li p.link-ttl{
    font-weight:700;
}

/* 下層ページ余白 */
div.unique-area{
    margin-top:120px;
    margin-bottom:120px;
}

/* お知らせカテゴリ */
.news-cat{
    padding:5px 10px;
    border-radius:15px;
    color:#fff;
    font-size: 0.6875rem;
    line-height: 1;
    height: 12px;
}

.news-cat.news-release{
    background-color: #009FDA;
}

.news-cat.ir-news{
    background-color: #397BDF;
}

.news-cat.news{
    background-color: #32BEAE;
}

.news-cat.event{
    background-color: #E5A93D;
}

ul.sns-share-list{
    order:4;
    margin:25px 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}

ul.sns-share-list li a{
    color:inherit;
    text-decoration: none;
    font-size:0.75rem;
}

ul.sns-share-list li a::before{
    content:"";
    width:24px;
    height:24px;
    aspect-ratio:1/1;
    border-radius: 50%;
    display:inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

ul.sns-share-list li a.facebook::before{
    background:#1877F2 no-repeat center / 14px url("../images/common/logo-facebook.svg");
}

ul.sns-share-list li a.x::before{
    background:#000000 no-repeat center / 14px url("../images/common/logo-x.svg");
}

ul.sns-share-list li a.line::before{
    background:#00B900 no-repeat center / 14px url("../images/common/logo-line.svg");
}

/*============================
#gfpr
============================*/
div#gfpr {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: transform 0.4s ease;
    transform: translateY(calc(100% + 20px));
}
div#gfpr.show {
    transform: translateY(0);
}
div#gfpr div.inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    background: #fff;
    padding: 24px 40px;
    border-radius: 8px;
    box-shadow: 0 0 10px #e4e4e4;
    line-height: 1.5;
    align-items: center;
}
div#gfpr div.inner p {
}
div#gfpr div.inner p a {
    color: #397BDF;
}
div#gfpr div.inner p.no {
    cursor: pointer;
    min-width: fit-content;
    background: #EAEAEA;
    display: block;
    padding: 12px 32px;
    border-radius: 20px;
    margin: 0 12px;
    line-height: 1;
    font-weight: bold;
}
div#gfpr div.inner p.yes {
    cursor: pointer;
    min-width: fit-content;
    background: #397BDF;
    line-height: 1;
    font-weight: bold;
    display: block;
    color: #fff;
    padding: 12px 32px;
    border-radius: 20px;
    margin: 0 6px;
}

.common-ul li {

}

.common-ul li  {
    display: block;
    color: #397BDF;
    text-decoration: none;
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}

.common-ul li a {
    color: #397BDF;
    text-decoration: none;
}

.common-ul li p:nth-child(1) {
    color: #1d1d1d;
}

.common-ul2 li {

}

.common-ul2 li {
    display: block;
    text-decoration: none;
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}

.common-ul2 li p:nth-child(1) {
    color: #1d1d1d;
}


.common-ul3 li {

}

.common-ul3 li {
    display: flex;
    text-decoration: none;
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}

.common-ul3 li p:nth-child(1) {
    min-width: 120px;
    font-weight: bold;
}


.crs-contest-img-box {
    margin: 40px auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

div.year-schedule {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
div.year-schedule dl.quarter {
    width: 100%;
    border-right: solid 2px #fff;
    position: relative;
}
div.year-schedule dl.quarter:last-child {
    border-right: none;
}
div.year-schedule dl.quarter dt {
    background-color: #397BDF;
    color: #fff;
    font-weight: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 64px;
    font-size: 1.25rem;
}
div.year-schedule dl.quarter div {
    width: 100%;
}
div.year-schedule dl.quarter div.month {
    display: flex;
    justify-content: space-between;
}
div.year-schedule dl.quarter div.month dd {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    height: 84px;
    background-color: #F5F9FF;
    border-right: solid 2px #D5DDE8;
}
div.year-schedule dl.quarter div.month dd:last-child {
    border-right: none;
}
div.year-schedule dl.quarter div.month + dd {
    position: absolute;
    bottom: -50px;
}
div.year-schedule dl.quarter div.month + dd::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #397BDF;
    position: absolute;
    top: -24px;
    left: calc(50% - 5px);
}
div.year-schedule dl.quarter div.month + dd::after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #397BDF;
    position: absolute;
    top: -20px;
    left: calc(50% - 0.5px);
}
div.year-schedule dl.quarter dd.settlement-1 {
    left: 32px;
}
div.year-schedule dl.quarter dd.settlement-2 {
    left: 36px;
}
div.year-schedule dl.quarter dd.settlement-3 {
    left: 40px;
}
div.year-schedule dl.quarter dd.settlement-4 {
    left: 96px;
}
div.year-schedule dl.quarter dd.gm {
    position: absolute;
    bottom: -50px;
    right: -28px;
}
div.year-schedule dl.quarter dd.gm:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #397BDF;
    position: absolute;
    top: -24px;
    left: calc(50% - 5px);
}
div.year-schedule dl.quarter dd.gm:after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #397BDF;
    position: absolute;
    top: -20px;
    left: calc(50% - 0.5px);
}

#president-message .flex-img {
    display: flex;
    justify-content: space-between;
}
#president-message .flex-img li {
    width: 100%;
}

#president-message .flex-img li:last-child{
    margin-left: 40px;
}

#sitemap a {
    color: #397BDF;
}

#president-message .sign {
    text-align: right;
}

#president-message .sign .fw-b {
    font-weight: bold;
    font-size: 1.5rem;
}

#isb-business-fields .highlight-graph-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#isb-business-fields .highlight-graph-list li {
    max-width: calc(50% - 20px);
}

section#isb-business-strategies .circle-ttl span {
    display: inline-block;
    width: fit-content;
    border-radius: 100px;
    background: #397BDF;
    padding: 5px 25px;
    margin: 20px auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

section#isb-business-strategies .about-ttl {
    font-size: 48px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 25px;
    color: #397BDF;
}

section#isb-business-strategies .about-ttl span {
    font-size: 24px;
    line-height: 100%;
}

section#isb-business-strategies .fs-18-bld {
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
}

section#isb-business-strategies .group-strategy .ttl {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 15px;
    background: #397BDF;
    box-sizing: border-box;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

main.form-fin div.unique-area {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    @media (max-width: 640px) {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

main.form-fin p.main-text {
    font-size: 1.75rem;
    margin-bottom: 40px;
    @media (max-width: 640px) {
        font-size: 1.25rem;
        margin-bottom: 16px;
    }    
}

main.form-fin p.main-text span.db {
    display: block;
    @media (max-width: 640px) {
        /* display: inline; */
    }
}

main.form-fin p.main-text span.dib {
    @media (max-width: 640px) {
        display: inline;
    }
}

main.form-fin p.sub-text {

}

main.form-fin a.btn-contact-basic{
    margin: 120px auto 0;
    @media (max-width: 640px) {
        margin: 40px auto 0;
    }
}

.crs-contest-img-box figure {
    display: block;
    position: relative;
    width: 48%;
    height: 360px;
    box-sizing: border-box;
}
@media (max-width: 1150px) {
    .crs-contest-img-box figure {
        display: block;
        width: 100%;
        height: 100%;
    }
}
.crs-contest-img-box figure span {
    display: block;
}
.crs-contest-img-box figure img {
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
}

@media (max-width: 1150px) {
    .crs-contest-img-box figure img {
        margin: 0 auto;
    }
}

.csr_ttl {
    color: #397BDF;
    font-size: 28px;
    line-height: 100%;
    margin-top: 80px;
    margin-bottom: 40px;
    vertical-align: baseline;
}
.privacy_imgtxt {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}
.privacy_imgtxt li:first-child {
    width: 10%;
    height: auto;
}
.privacy_imgtxt li:last-child {
    width: 90%;
    text-align: right;
}

#partner img {
    display: block;
    margin: 16px auto;
    max-width: 100%;
}
#partner a {
    color: #FFF;
    height: 56px;
    background: #397BDF;
    padding: 5px 0 0;
    color: #fff;
    width: 450px;
    display: block;
    text-align: center;
    margin: 30px auto 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    line-height: 1.25;
}
.linecolor {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #ffff00));
    background: -o-linear-gradient(transparent 65%, #ffff00 0);
    background: linear-gradient(transparent 65%, #ffff00 0);
    padding: 0 0 0 5px;
}

.contest-img-box {
    margin: 40px auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 1150px) {
    .contest-img-box {
        display: block;
        margin: 40px 0;
    }
}

.contest-img-box figure {
    display: block;
    position: relative;
    width: calc(33% - 17px);
    height: 290px;
    box-sizing: border-box;
}

@media (max-width: 1150px) {
    .contest-img-box figure:first-child {
        margin-top: 0;
    }
}
@media (max-width: 1150px) {
    .contest-img-box figure {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
}

.contest-img-box figure span {
    display: block;
}

.contest-img-box figure img {
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
}

@media (max-width: 1150px) {
    .contest-img-box figure img {
        margin: 0 auto;
    }
}

@media (max-width: 1150px) {

    div.year-schedule {
        display: block;
    }
    div.year-schedule dl.quarter {
        display: flex;
    }
    div.year-schedule dl.quarter:last-child {
    }
    div.year-schedule dl.quarter dt {
        height: auto;
        min-width: 60px;
        writing-mode: vertical-rl;
        border-bottom: solid 2px #fff;
    }
    div.year-schedule dl.quarter dt span {
        transform: rotateZ(-90deg);
        padding: 4px;
        display: inline-block;
    }

    div.year-schedule dl.quarter div {
        display: block;
    }
    div.year-schedule dl.quarter div.month {
        display: block;
    }
    div.year-schedule dl.quarter div.month dd {
        max-width: calc(100vw - 80px - 60px - 220px);
        border-right: none;
        border-bottom: solid 2px #D5DDE8;
        height: 60px;
    }
    div.year-schedule dl.quarter div.month dd:last-child {
    }
    div.year-schedule dl.quarter div.month + dd {
        bottom: auto;
        left: calc(100vw - 264px);
        top: 72px;
    }
    div.year-schedule dl.quarter div.month + dd::before {
        top: 11px;
        left: -40px;
    }
    div.year-schedule dl.quarter div.month + dd::after {
        width: 24px;
        height: 1px;
        top: 50%;
        left: -30px;
    }
    div.year-schedule dl.quarter dd.settlement-1 {
    }
    div.year-schedule dl.quarter dd.settlement-2 {
    }
    div.year-schedule dl.quarter dd.settlement-3 {
    }
    div.year-schedule dl.quarter dd.settlement-4 {
    }
    div.year-schedule dl.quarter dd.gm {
        bottom: auto;
        left: calc(100vw - 264px);
        top: 144px;
    }
    div.year-schedule dl.quarter dd.gm:before {
        top: 11px;
        left: -40px;
    }
    div.year-schedule dl.quarter dd.gm:after {
        width: 24px;
        height: 1px;
        top: 50%;
        left: -30px;
    }
    #president-message .flex-img {
        flex-direction: column-reverse;
    }
    #president-message .flex-img li:last-child {
        margin-left: 0;
    }
    #isb-business-fields .highlight-graph-list {
        display: block;
    }
    #isb-business-fields .highlight-graph-list li {
        max-width: 100%;
    }
}


div.search-block {
    max-width: 1040px;
    padding: 0 12px;
    margin: 40px auto;
}
div.search-block div.bg-f5f5f5 {
    background-color: #fff;
    border: solid 1px #D6D6D6;
    border-radius: 18px;
    padding: 40px;
    margin-bottom: 10px;
    @media (max-width: 640px) {
        padding: 20px;   
    }
}
div.search-block div.bg-f5f5f5 p.fw-b {
    font-weight: bold;
    font-size: 1.125rem;
}
div.search-block div.bg-f5f5f5 ul.li-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    line-height: 1.25;
}
div.search-block div.bg-f5f5f5 ul.li-tags li {
}
div.search-block div.bg-f5f5f5 ul.li-tags li a {
    color: #397BDF;
    text-decoration: none;
}
div.search-block div.bg-f5f5f5 ul.li-tags li a::before {
    content: "#";
}
div.search-block div.bg-f5f5f5.pkg-20.spc-b-70 {
}
div.search-block div.bg-f5f5f5.pkg-20.spc-b-70 p.fw-b.spc-b-5 {
}

/*============================
#search
============================*/
div.search-block div.bg-f5f5f5.pkg-20.spc-b-70 ul#search.li-search {
}

/*============================
#test
============================*/
div.search-block div.bg-f5f5f5.pkg-20.spc-b-70 ul#search.li-search form {
    display: flex;
    @media (max-width: 640px) {
        display: block;   
    }
}
div.search-block div.bg-f5f5f5.pkg-20.spc-b-70 ul#search.li-search form div {
}
div.search-block div.bg-f5f5f5.pkg-20.spc-b-70 ul#search.li-search form div.input-area {
    width: 100%;
    margin-right: 12px;
    @media (max-width: 640px) {
        margin-right: 0;
        margin-bottom: 12px;   
    }
}
div.search-block div.bg-f5f5f5.pkg-20.spc-b-70 ul#search.li-search form div.input-area input {
    border: solid 1px #D6D6D6;
    border-radius: 4px;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 4px 12px;
}
div.search-block div.bg-f5f5f5.pkg-20.spc-b-70 ul#search.li-search form div.button-area input {
    display: flex;
    align-items: center;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 0.875rem;
    height: 40px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 4px 24px 4px 42px;
    background: no-repeat left 20px center / 14px url(../images/icon_search.svg) #397BDF;
    cursor: pointer;
    @media (max-width: 640px) {
        width: 100%;
    }
}
div.search-block div.bg-f5f5f5.pkg-20.spc-b-70 ul#search.li-search form div i.material-icons {
    display: none;
}

div#search-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background-color: #fff;
    border: solid 1px #D6D6D6;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: 20px;
}

div#search-data span.word {
    font-size: 1.25rem;
    font-weight: bold;
}



table.basic-table {
	width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
table.basic-table tbody {
}
table.basic-table tbody tr {
    border-bottom: solid 1px #EEEEEE;
}
table.basic-table tbody tr th {
	padding: 30px 0;
    font-weight: 700;
    text-align: left;
    width: 220px;
}
table.basic-table tbody tr td {
	padding: 24px 12px;
}
table.basic-table tbody tr td a.link-txt {
}

.fw-b {
	font-weight: bold;
}

table.b-table {
    border-left: solid 1px;
    border-top: solid 1px;
    margin: 0 auto 30px;
}
table.b-table caption.tar {
    text-align: right;
}
table.b-table thead.bc-blue {
    background-color: #6A99D0;
}
table.b-table thead tr th {
    border-right: solid 1px;
    border-bottom: solid 1px;
    text-align: center;
}
table.b-table tbody.bc-lightblue {
    background-color: #D4DEEC
}
table.b-table tbody tr td {
    border-right: solid 1px;
    border-bottom: solid 1px;
    padding: 4px 12px;
    text-align: center;
}
.img-center {
    display: block;
    margin: 0 auto;
}
figcaption.center {
    text-align: center;
}
dl.b-dl div.dl-cover dt {
    font-weight: bold;
}
dl.b-dl div.dl-cover dd {
    margin-bottom: 30px;
}
div.gallery {
    display: flex;
    gap: 12px;
}