/* スマホ設定 */
body {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    font-family: 'Yu Gothic','HiraKakuProN-W6','HiraMinProN-W3','Droid Sans';
}

/* スマホ設定 */

/* サイト全体の書体指定 */
p {
    line-height: 1.5;
    text-align: left;
    margin-block: 0px;
}

h2 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 1.8em;
    margin-block: 0;
}

h2:before, h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}

h2:before {
    left: 0;
}

h2:after {
    right: 0;
}

h3 {
    margin-block: 0px;
}

h4 {
    margin-block: 0px;
}

.line{
border:1px solid #0000ff;
height:5px;
}

a {
    text-decoration: none;
    margin-block: 0px;
}

.logo-class{
    margin-top:5px;
    margin-left:5px;
    margin-bottom:10px;
    max-width: 80%;
}

.menu {
    margin-left: 10px;
    max-width: 100%;
    height: auto;
}

/* サイト全体の書体指定 */

/* 背景の設定 */

/* 背景の設定 */

/* アイテムの設定 */

header {
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 2.5em 1.5em;
}

    header .inner {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
    }

        header .inner img {
            height: 50px;
            display: flex;
        }

.user-info {
	right: 130px;
	position: absolute;
    padding: 0.5em 2.5px;
    margin: 0;
    display:flex;
}

/* header-navi */

header .navi {
    margin: 0 0 0 auto;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    list-style: none;
}

    header .navi li {
        margin: 5px 0 5px 40px;
    }

        header .navi li:first-child {
            margin-left: 0;
        }

        header .navi li a {
            display: block;
            box-sizing: border-box;
            text-decoration: none;
            color: #333;
        }

            header .navi li a:hover {
                text-decoration: underline;
            }

/* header-navi */

#header.scroll {
    padding: 10px 40px;
}

/* layout */

main {
    padding:0 0.5em 30px 0.5em;

}

main img{
    width:80%;
}

/*　ハンバーガーメニューボタン　*/
/*　ハンバーガーメニューボタン　*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-color: #2589d0;
}

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .hamburger span:nth-child(1) {
            top: 15px;
        }

        .hamburger span:nth-child(2) {
            top: 25px;
        }


    /* スマホメニューを開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 20px;
        left: 6px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2){
        top: 20px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* メニュー背景　*/
nav.globalMenuSp {
    padding-top: 20px;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: black;
    background: #fff;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
    overflow: scroll;
    overflow-x: hidden;
}

    nav.globalMenuSp p {
        text-align: center;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

        nav.globalMenuSp ul li {
            border-bottom: solid 1px #fff;
            list-style-type: none;
            padding: 0;
            width: 100%;
            transition: .4s all;
        }

            nav.globalMenuSp ul li:last-child {
                padding-bottom: 0;
            }

            nav.globalMenuSp ul li:hover {
                background: #fff;
            }

            nav.globalMenuSp ul li a {
                display: block;
                color: #17184b;
                margin: 0 15px;
                padding: 1em 0;
                text-decoration: none;
            }

    /* クリックでjQueryで追加・削除 */
    nav.globalMenuSp.active {
        opacity: 100;
        display: block;
        transform: translateY(0%);
    }

table img{
    width:100%;
}

.newsList{
    margin: 0 auto;
    padding: 1.2em 1.0em;
}


.ff {
    background-color: #eee;
}
    .ff ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

        .ff ul li {
            border-bottom: solid 1px #fff;
            list-style-type: none;
        }
            .ff ul li a {
                margin: 0 auto;
                padding: 1.2em 1.0em;
                display: block;
                text-decoration: none;
                color: #0078ba;
            }

    .ff ul li:last-of-type {
        border-bottom: none; /*最後の線だけ消す*/
    }


/* アイテムの設定 */

/* Loading Block */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.spinner {
    width: 100px;
    height: 100px;
    margin: 200px auto;
    background-color: #0bd;
    border-radius: 100%;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* Loading Animation */
@keyframes sk-scaleout {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1.0);
        opacity: 0;
    }
}

/* Hide Loading Block */
.loaded {
    opacity: 0;
    visibility: hidden;
}

.report {
    position: relative;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px white;
    text-align:center;
    font-size:1.5rem;
    margin:20px;
    padding: 0.2em 0.5em;
    color: #454545;
}

    .report:after {
        position: absolute;
        content: '';
        left: -7px;
        top: -7px;
        border-width: 0 0 15px 15px;
        border-style: solid;
        border-color: #fff #fff #a8d4ff;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    }

.head_report_top {
    width: auto;
    background-image: url(https://923data.net/common/files/img/report-top.JPG);
    background-position: center;
    background-size: cover;
    display: flex;
    margin: 0 -0.5em;
}
    .head_report_top h3 {
        display: flex;
        font-size: 1.5rem;
        margin: 20px 0;
        padding: 0.2em 1em;
        color: #fff;
    }

.head_support_top {
    width: auto;
    background-image: url(https://923data.net/common/files/img/support-top.JPG);
    background-position: center;
    background-size: cover;
    display: flex;
    margin: 0 -0.5em;
}

    .head_support_top h3 {
        display: flex;
        font-size: 1.5rem;
        margin: 20px 0;
        padding: 0.2em 1em;
        color: #fff;
    }

.head_set_top {
    width: auto;
    background-image: url(https://923data.net/common/files/img/set-top.JPG);
    background-position: center;
    background-size: cover;
    display: flex;
    margin: 0 -0.5em;
}

    .head_set_top h3 {
        display: flex;
        font-size: 1.5rem;
        margin: 20px 0;
        padding: 0.2em 1em;
        color: #fff;
    }

    .head_renshuu_top {
        width: auto;
        background-image: url(https://923data.net/common/files/img/set-top.JPG);
        background-position: center;
        background-size: cover;
        display: flex;
        margin: 0 -0.5em;
    }
    
        .head_renshuu_top h3 {
            display: flex;
            font-size: 1.5rem;
            margin: 20px 0;
            padding: 0.2em 1em;
            color: #fff;
        }       
        
    .head_top_img {
    height: 100%;
    background: linear-gradient(to right,rgba(0,0,0,0.800) 0%, rgba(0,0,0,0.000) 100%);
}

/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

    .accordion-area li {
        margin: 5px 0;
    }

    .accordion-area section {
        border-bottom: 1px solid #ccc;
    }

/*アコーディオンタイトル*/
.title {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

    .title a:hover,
    a:active {
        text-decoration: none;
    }

    /*アイコンの＋と×*/
    .title::before,
    .title::after {
        position: absolute;
        content: '';
        width: 15px;
        height: 2px;
        background-color: #333;
    }

    .title::before {
        top: 48%;
        right: 15px;
        transform: rotate(0deg);
    }

    .title::after {
        top: 48%;
        right: 15px;
        transform: rotate(90deg);
    }

    /*　closeというクラスがついたら形状変化　*/

    .title.close::before {
        transform: rotate(45deg);
    }

    .title.close::after {
        transform: rotate(-45deg);
    }


    /*アコーディオンで現れるエリア*/
    .box {
    display: none; /*はじめは非表示*/
    margin: 0;
    padding: 3%;
}

.box a {
    border-bottom:solid 1px;
}

    .box a:hover,
    a:active {
        text-decoration: none;
    }