﻿/*共通=========================*/
* {
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 62.5%;
    text-size-adjust: 100%;
}

body, input, textarea, keygen, select {
    font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




body {
    height: 100%;
    color: #000000;
    position: relative;
    -webkit-text-size-adjust: none;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


@media screen and (min-width: 0px) and (max-width: 1235px) {
    body {
        width: 1235px;
    }
}
/*---------------------------------------------------------------*/
/*汎用=========================*/
/*divを横並び*/

.mt_1 {
    margin-top: 1rem;
}

.mt_2 {
    margin-top: 2rem;
}

.mt_3 {
    margin-top: 3rem;
}

.mt_4 {
    margin-top: 4rem;
}

.mt_5 {
    margin-top: 5rem;
}

.mt_6 {
    margin-top: 6rem;
}

.mt_7 {
    margin-top: 7rem;
}

.mt_8 {
    margin-top: 8rem;
}

.mt_9 {
    margin-top: 9rem;
}

.mt_10 {
    margin-top: 10rem;
}

.mt_20 {
    margin-top: 20rem;
}







.mb_1 {
    margin-bottom: 1rem;
}

.mb_2 {
    margin-bottom: 2rem;
}

.mb_3 {
    margin-bottom: 3rem;
}

.mb_4 {
    margin-bottom: 4rem;
}

.mb_5 {
    margin-bottom: 5rem;
}

.mb_6 {
    margin-bottom: 6rem;
}

.mb_7 {
    margin-bottom: 7rem;
}

.mb_8 {
    margin-bottom: 8rem;
}

.mb_9 {
    margin-bottom: 9rem;
}

.mb_10 {
    margin-bottom: 10rem;
}





.mr_1 {
    margin-right: 1rem;
}

.mr_2 {
    margin-right: 2rem;
}

.mr_3 {
    margin-right: 3rem;
}

.mr_4 {
    margin-right: 4rem;
}

.mr_5 {
    margin-right: 5rem;
}

.mr_6 {
    margin-right: 6rem;
}

.mr_7 {
    margin-right: 7rem;
}

.mr_8 {
    margin-right: 8rem;
}

.mr_9 {
    margin-right: 9rem;
}

.mr_10 {
    margin-right: 10rem;
}

.mr_15 {
    margin-right: 15rem;
}



.ml_1 {
    margin-left: 1rem;
}

.ml_2 {
    margin-left: 2rem;
}

.ml_3 {
    margin-left: 3rem;
}

.ml_4 {
    margin-left: 4rem;
}

.ml_5 {
    margin-left: 5rem;
}

.ml_6 {
    margin-left: 6rem;
}

.ml_7 {
    margin-left: 7rem;
}

.ml_8 {
    margin-left: 8rem;
}

.ml_9 {
    margin-left: 9rem;
}

.ml_10 {
    margin-left: 10rem;
}

.ml_15 {
    margin-left: 15rem;
}

.ml_70 {
    margin-left: 70rem;
}



.m_0 {
    margin: 0rem;
}

.m_2 {
    margin: 2rem;
}

.m_3 {
    margin: 3rem;
}

.m_4 {
    margin: 4rem;
}

.m_5 {
    margin: 5rem;
}



.p_3 {
    padding: 3rem;
}



.m_auto {
    margin: 1rem auto;
}



.subtitle {
    font-size: 19px;
    font-weight: 500;
}



.t_center {
    text-align: center;
}

.t_right {
    text-align: right;
}
/*---------------------------------------------------------------*/

.menu_area {
    text-align: center;
    margin-top: 2rem;
}


.menu_area2 {
    text-align: center;
    margin-top: 2rem;
    margin-right: 525px;
}

.menu_area2_en {
    text-align: center;
    margin-top: 2rem;
    margin-right: 616px;
}

@media screen and (min-width: 00px) and (max-width: 1025px) {
    .menu_area {
        margin: 0rem 65rem 0rem 5rem;
    }

    .menu_area2 {
        margin: 0rem 65rem 0rem 5rem;
    }

    .menu_area2_en {
        margin: 0rem 65rem 0rem 5rem;
    }
}
/*---------------------------------------------------------------*/

.wrapper {
    height: 100%;
    min-height: 100vh;
    position: relative;
    padding-bottom: 72px;
    box-sizing: border-box;
    flex-direction: column;
}

.wrapper2 {
    height: 100%;
    min-height: 110vh;
    position: relative;
    padding-bottom: 72px;
    box-sizing: border-box;
    flex-direction: column;
}

.main {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    /*height: 75vh;*/
}

.sidebar {
    width: 300px;
    box-sizing: border-box;
    border-right: 1px solid white;
    height: 758px;
}



.content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


.flex-content {
    width: 1100px;
}


.contentsingle {
    margin: 0 auto;
}


.tablemargin {
    margin: inherit;
}


.mainmargin {
    margin: 1rem 5rem;
}

.search_wide_full {
    max-width: 1310px;
    min-width: 735px;
}


/*---------------------------------------------------------------*/

.mainstyle {
    max-width: 1350px;
}

.mainstyle_font {
    font-size: 1.6rem;
}

.mainstyle_margin {
    margin: auto;
}

.tp_solid {
    border-bottom: 1px solid #DDDDDD;
}

.tp_footer {
    height: auto;
    width: 100%;
    background-color: #eee;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
}

.tp_footer_title {
    font-size: 2rem;
    font-weight: bold;
}

.flex {
    display: flex;
}

.flex_1 {
    display: flex;
    flex: 1;
}

.flex2 {
    display: flex;
    justify-content: space-between;
}

.flex_column {
    flex-direction: column;
}

.header_logo {
    margin: 1rem 5rem 1rem 5rem;
    /*width: 400px;*/
    width: 350px;
}

.header_wide {
    width: 765px;
}

.header_wide2 {
    width: 715px;
    margin: 5px 0 5px 5rem;
}




.sub_img {
    width: 100%;
}

.excel_img {
    width: 5rem;
}


.example { /*親div*/
    position: relative; /*相対配置*/
}

    .example span {
        position: absolute; /*絶対配置*/
        color: white; /*文字は白に*/
        top: 0;
        left: 0;
        color: #fff;
        font-weight: bold;
        font-size: 5em;
        margin: 9rem 0rem 0rem 120rem;
    }
/*ボタン------------------------------------------------------------------------------------------------*/
.main_btn,
a.main_btn,
button.main_btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    color: #212529;
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    transition: all 0.3s;
    text-decoration: none;
    width: 46rem;
    text-align: initial;
    margin: 0.5rem 3rem;
}

.main_btn_long,
a.main_btn_long,
button.main_btn_long {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    color: #212529;
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    transition: all 0.3s;
    text-decoration: none;
    width: 55rem;
    text-align: initial;
    margin: 0.5rem 3rem;
}

a.mainbtn-flat {
    overflow: hidden;
    border: 1px solid #6c6c6c;
    color: #000;
    background: #fff;
    transform-style: preserve-3d;
}

    a.mainbtn-flat span {
        /*span で囲った部分は前に表示*/
        position: relative;
    }

    a.mainbtn-flat:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        content: '';
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translateX(-85%) translateY(-27px);
        transform: translateX(-85%) translateY(-27px);
        border-radius: 50%;
        background: #cce5ff;
    }

    a.mainbtn-flat:hover:before {
        width: 560px;
        height: 560px;
        -webkit-transform: translateX(-1%) translateY(-260px);
        transform: translateX(-1%) translateY(-260px);
    }



/*Firefoxのみに適用*/
@-moz-document url-prefix() {
}
/*サイドバーボタン*/

.sidebar_btn,
button.sidebar_btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    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;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-flat {
    overflow: hidden;
    padding: 1.5rem 4rem;
    color: #000;
    width: 315px;
}

    a.btn-flat span {
        /*span で囲った部分は前に表示*/
        position: relative;
    }

    a.btn-flat:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .5s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translateX(-96%);
        transform: translateX(-96%);
        background: #cce5ff;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    a.btn-flat:hover:before {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }




.sidebtnactive {
    background: #cce5ff;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    transition: all .0s ease-in-out;
}






button {
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
}


.koteibtm {
    position: relative;
    height: 40px;
    width: 190px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    border-radius: 1.5em;
    transition: 0.5s;
}

    .koteibtm:hover {
        position: relative;
        height: 40px;
        width: 190px;
        font-size: 14px;
        color: #000000;
        text-align: center;
        line-height: 1;
        background: #cce5ff;
        border: 1px solid;
        text-indent: 0.1em;
        letter-spacing: 0.1em;
        border-radius: 1.5em;
        outline: none;
        border: 1px solid #6c6c6c;
    }

    .koteibtm:focus {
        outline: 0px dotted;
        outline: 0px auto -webkit-focus-ring-color;
    }



.serchbtm {
    position: relative;
    height: 40px;
    width: 175px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border: 1px solid #6c6c6c;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    border-radius: 2em;
}

    .serchbtm:hover {
        position: relative;
        height: 40px;
        width: 175px;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        background: #cce5ff;
        border: 1px solid #6c6c6c;
        text-indent: 0.1em;
        letter-spacing: 0.1em;
        border-radius: 2em;
    }

    .serchbtm:focus {
        outline: 0px dotted;
        outline: 0px auto -webkit-focus-ring-color;
    }

.serchbtm2 {
    position: relative;
    height: 40px;
    width: 350px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border: 1px solid #6c6c6c;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    border-radius: 2em;
}

    .serchbtm2:hover {
        position: relative;
        height: 40px;
        width: 350px;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        background: #cce5ff;
        border: 1px solid #6c6c6c;
        text-indent: 0.1em;
        letter-spacing: 0.1em;
        border-radius: 2em;
    }

    .serchbtm2:focus {
        outline: 0px dotted;
        outline: 0px auto -webkit-focus-ring-color;
    }


.allbtm {
    position: relative;
    height: 40px;
    width: 175px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border: 1px solid #6c6c6c;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    border-radius: 2em;
}

    .allbtm:hover {
        position: relative;
        height: 40px;
        width: 175px;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        background: #cce5ff;
        border: 1px solid #6c6c6c;
        text-indent: 0.1em;
        letter-spacing: 0.1em;
        border-radius: 2em;
    }

    .allbtm:focus {
        outline: 0px dotted;
        outline: 0px auto -webkit-focus-ring-color;
    }

.headerBtnsWrap {
    max-width: 1160px;
}

.BtnsWrap {
    text-align: right;
    /*max-width: 1160px;*/
    max-width: 800px;
    width: 100%;
    margin-top: 23px;
}

.BtnsWrap2 {
    text-align: center;
    /*max-width: 1160px;*/
    max-width: 800px;
    width: 100%;
}



.kiyakubtm_1 {
    position: relative;
    height: 50px;
    width: 200px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border: 1px solid #6c6c6c;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    border-radius: 5px;
}

    .kiyakubtm_1:hover {
        background: #f2f2f2;
    }



.kiyakubtm_2 {
    position: relative;
    height: 50px;
    width: 200px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border: 1px solid #6c6c6c;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    border-radius: 5px;
    margin-left: 150px;
    background: #cce5ff;
    border: 1px solid #6c6c6c;
}

    .kiyakubtm_2:hover {
        background: #badcff;
    }


.no_push2 {
    pointer-events: none;
}
/*パンくずリスト--------------------------------------------------------------------------------------------*/
.breadcrumb {
    background-color: white;
    margin-bottom: 0 !important;
    width: 1150px;
    /*  max-width: 1300px;*/
}

@media screen and (min-width: 0px) and (max-width: 1530px) {
    .breadcrumb {
        background-color: white;
        margin-bottom: 0 !important;
        width: 930px;
    }
}

.breadcrumb li {
    display: inline; /*横に並ぶように*/
    list-style: none;
    font-weight: bold; /*太字*/
}

    .breadcrumb li:after { /* ▶を表示*/
        content: '＞';
        padding: 0 1em;
        color: silver;
    }

    .breadcrumb li:last-child:after {
        content: '';
    }

    .breadcrumb li a {
        text-decoration: none;
        color: #888;
    }

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


/*/--------------------------------*/
table, td, th {
    border-spacing: 0;
}

    table.table_search {
        text-align: left;
        border-bottom: 1px solid #888;
    }

    th.th_search {
        padding: 2px 15px 2px 15px;
    }

    td.td_search {
        border-bottom: 1px solid #CCCCCC;
        padding: 2px 15px 2px 15px;
    }

    td.td_search2 {
        padding: 2px 15px 2px 15px;
    }


.table_height {
    /*height: 57vh;*/
    height: 55vh;
    min-height: 300px;
}

.table_height2 {
    height: 47vh;
    min-height: 300px;
}

.table_height3 {
    height: 45vh;
    min-height: 300px;
}

.tablescroll {
    /*height: 390px;*/
    height: 100%;
    overflow-y: auto;
}




.text_box {
    /*width: 480px;*/
    width: 400px;
    border: none;
    padding: 5px 30px 5px 10px;
    border-radius: 0;
    background: #eee;
    font-size: 14px;
    outline: none;
    font-size: 15px;
}


.headerWrap {
    width: 100%
}


.tablewide {
    max-width: 1210px;
    min-width: 735px;
}


.tablebox {
    background-color: #cce5ff;
}





.table_W1B {
    width: 90px;
}

.table_W2B {
    width: 730px;
}

.table_W3B {
    width: 390px;
}


.table_W1D {
    width: 90px;
}

.table_W2D {
    width: 460px;
}

.table_W3D {
    width: 330px;
}

.table_W4D {
    width: 130px;
}


.PageNumWrap {
    text-align: right;
    margin-bottom: 1px;
}


.PageNum {
    border: 1px solid #6c6c6c;
    border-radius: 1em;
    width: 25px;
    height: 25px;
}

    .PageNum:hover {
        border: 1px solid #6c6c6c;
        border-radius: 1em;
        width: 25px;
        height: 25px;
        background: #cce5ff;
    }

    .PageNum:focus {
        outline: 0px dotted;
        outline: 0px auto -webkit-focus-ring-color;
    }



.PageNumdisabled {
    background: #cce5ff;
    border: 1px solid #6c6c6c;
    border-radius: 1em;
    width: 25px;
    height: 25px;
}



.PageNextPrevious {
    border: 1px solid #6c6c6c;
    border-radius: 0.5em;
    /* width: 50px;*/
    width: 80px;
    height: 25px;
}

    .PageNextPrevious:hover {
        border: 1px solid #6c6c6c;
        border-radius: 0.5em;
        /* width: 50px;*/
        width: 80px;
        height: 25px;
        background: #cce5ff;
    }


    .PageNextPrevious:focus {
        outline: 0px dotted;
        outline: 0px auto -webkit-focus-ring-color;
    }


.modal_h {
    background: #cce5ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.modal_t {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin: 1rem;
}

.modal_w {
    min-width: 400px;
}

.modal_d {
    height: 30rem;
    margin: 3rem;
}

.modal_b {
    text-align: center;
    height: 25rem;
    margin: 2rem;
}

.modal_b_2 {
    text-align: center;
    margin: 2rem;
}

.modal_c {
    border-radius: 10px;
}


.tos_modal_d {
    max-width: 800px;
    margin-top: 150px;
}

.tos_modal_c {
    border-radius: 10px;
    width: 800px;
}

.tos_modal_b {
    height: 600px
}

.tos_modal_pdf {
    margin-top: 150px;
}

.tos_modal_btn {
    position: absolute;
    bottom: 90px;
    width: 100%;
}

.tos_modal_w {
    min-width: 800px;
}


#loading.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.00);
    transform: scale(1.00);
}


.excelview {
    width: 100%;
    /*height: 625px;*/
    height: 75vh;
    border: 1px solid #6c6c6c;
}


.pdfposition {
    text-align: right;
    padding-right: 10rem;
}





.sticky {
    position: sticky;
    top: 0;
}




.font_bold {
    font-weight: bold;
}




/*------------------------*/



.search_box {
    display: inline-block;
    position: relative;
}


.search_box_icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(./icon_batsu.png) no-repeat center center / auto 100%;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 377px;
}
