﻿html {
    color: #262626;
    font-size: 17px;
    -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

*,
::before,
::after {
    box-sizing: border-box;
}

input[type=text], input[type=password], input[type=date], input[type=time], input[type=number], textarea {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #FFFFEE;
    border: 1px solid gray;
    padding: 10px 12px;
    border-radius: 3px;
}

select {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #FFFFEE;
    padding: 9px 6px;
    border: 1px solid gray;
    border-radius: 3px;
}

input[type=text]:focus {
    outline: 2px solid gray;
}

input[type=password]:focus {
    outline: 2px solid gray;
}

input[type=date]:focus {
    outline: 2px solid gray;
}

input[type=time]:focus {
    outline: 2px solid gray;
}

input[type=number]:focus {
    outline: 2px solid gray;
}

select:focus {
    outline: 2px solid gray;
}

textarea:focus {
    outline: 2px solid gray;
}

textarea {
    resize: none;
    margin-top: 5px;
}

input[type=image]:focus {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type=button]:focus {
    outline: none;
}


input[id^='chk'] {
    transform: scale(1.5);
    margin: 0 8px 0 2px;
}

input[id^='rad'] {
    transform: scale(1.5);
    margin: 0 8px 0 2px;
}

i {
    font-size: 1.2rem;
    vertical-align: middle;
    color: #004075;
}

.lnkbutton {
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.div_master_all {
    width: 100%;
    text-align: center;
}

.div_master_center {
    width: 1200px;
    margin: 0 auto;
}

img {
    border-style: none;
}

.img-top-title {
    width: 90%;
    min-width: 1100px;
    max-width: 1200px;
    vertical-align: bottom;
}

.img-top-title-mgt {
    width: 50%;
    max-width: 1500px;    
    vertical-align: bottom;
}

.title-bar-top {
    text-align: center;
    border-bottom: 6px solid #004075;
}

    .title-bar-top img {
        width: 90%;
        max-width: 1330px;
        margin: 0 auto;
    }

    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }

.div-main {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.div-copyright {
    padding: 20px 0px;
    text-align: center;
}

.div-pageall {
    text-align: left;
    line-height: 1.5rem;
}

.to-login-btn {
    display: inline-block;
    width: 650px;
    text-align: left;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #712466;
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 600;    
}

.div-title-new {
    width: 650px;
    text-align: left;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #004075;
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;    
}

    .to-login-btn i, .div-title-new i {
        font-size: 1.4rem;
        color: white;
        vertical-align: text-bottom;
        margin-right: 5px;
        margin-bottom: 1px;
    }

.head-must {
    margin-left: 12px;
    vertical-align: middle;
}

.div-mypagetitle {
    text-align: center;
    margin: 30px auto 20px auto;
    font-size: 1.4rem;
    font-weight: 700;
    color: #712466;
}

.div-login {
    width: 35%;
    min-width: 250px;
    margin: 0px auto 10px auto;
    line-height: 2.2rem;
}

.div-login-mgt {
    width: 25%;
}

.div-login-error {
    text-align: center;
    margin: 15px auto;
    display: flow-root;
}

.div-login-btn {    
    text-align: center;
}

.div-namerow {
    display: flex;
    justify-content: space-between;
}

.div-disp-type1 {
    text-align: left;
    line-height: 1.8rem;
    padding: 20px;
}

.div-disp-type2 {
    text-align: center;
    line-height: 2rem;
    padding: 20px;
}

.div-page-error {
    border: 4px solid #CC0000;
    border-radius: 8px;
    padding: 10px 15px;
    text-align: left;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.div-pagebottom {
    text-align: center;
    padding-top: 20px;
}

.div-head {
    border-bottom: 4px solid #005AA0;
    padding: 20px 0px 10px 10px;
    font-weight: 600;
    font-size: 1.15rem;
    color: #301B28;
}

.div-head-mgt {
    border-bottom: 4px solid #005AA0;
    padding: 10px 0px 10px 10px;
    font-weight: 600;
    font-size: 1.05rem;
    color: #301B28;
}

.div-contents {
    padding: 10px 5px;
    line-height: 1.8rem;
}

.div-contents-disp {
    padding: 10px 20px;
    line-height: 1.8rem;
    margin-bottom: 20px;
}

.div-rules {
    height: 180px;
    margin: 0px auto;
    padding: 6px 14px;
    border: 1px solid gray;
    overflow-y: scroll;
}

.div-rules-agree {
    text-align: center;
    margin-top: 10px;
}

.div-error {
    padding: 10px 0px 0px 3px;
}

    .div-error img {
        vertical-align: middle;
        margin-top: 2px;
    }

.div-clear {
    clear: both;
}

.div-br0 {
    height: 1px;
}

.div-br1 {
    height: 5px;
}

.div-br2 {
    height: 10px;
}

.div-br3 {
    height: 15px;
}

.div-br4 {
    height: 20px;
}

.div-title-mypage {
    text-align: left;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #712466;
    margin-top: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
}

    .div-title-mypage i {
        font-size: 1.4rem;
        color: white;
        vertical-align: text-bottom;
        margin-right: 5px;
        margin-bottom: 2px;
    }

.div-mypage-main {
    display: flex;
    justify-content: space-between;
}

.div-mypage-main-left {
    width: 500px;
    flex-grow: 5;
}

.div-mypage-main-right {
    width: 250px;
    flex-grow: 3;
    padding-top: 25px;    
}

.div-mypage-info {
    padding: 15px 20px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2.3rem;
}

.div-bar-Category {
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    height: 90px;
    line-height: 1.8rem;
    margin-top: 15px;
    background-color: #E60012;
    border: 2px solid #E60012;
    border-radius: 3px;
    width: 460px;
    padding: 10px 20px;    
}

.mypage-Category-disp {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    text-align: center;
}

.mypage-qrcode-pc {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 50px;
}

.mypage-qrcode-sp {
    display: none;
}

    .div-mypage-semina {
        width: 80%;
        margin: 0px 20px;
        border: 3px solid gray;
        border-radius: 3px;
    }

.table-mypage-semina th {
    text-align: left;
    padding: 12px 0 0 20px;
    font-size: 1.1rem;
    font-weight: 600;    
}

.table-mypage-semina td {
    text-align: left;
    vertical-align: top;
    padding: 10px 10px 10px 20px;
}

.table-mypage-semina .td-col1 {
    width: 30%;
}

.table-mypage-semina .td-col2 {
    width: auto;
}

.div-mypage-logout {
    padding: 25px 10px 10px 20px;
}

.div-drawer-nav-logout {
    padding-top: 15px;
}

    .div-mypage-logout .lnkbutton,
    .div-drawer-nav-logout .lnkbutton {
        width: 20%;
        min-width: 170px;
        background-color: #626D71;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-weight: 600;
        font-size: 0.9rem;
        position: relative;
    }

        .div-mypage-logout .lnkbutton::after {
            content: '\f2f5';
            font-family: 'Font Awesome 5 Free';
            font-size: 1rem;
            font-weight: 900;
            position: absolute;
            right: 15px;
            top: 1px;
        }

    .div-drawer-nav-logout .lnkbutton {
        height: 40px;
        line-height: 40px;
        min-width: 150px;
    }

.div-mypage-note-right {
    margin: 6px 0 12px 0;
    padding-right: 15px;
}


.div-mypage-btnlist {
    margin-left: 10px;
}

    .div-mypage-btnlist .lnkbtn {
        display: inline-block;
        width: 96%;
        text-align: left;
        background-color: #5A2781;
        padding: 12px 10px 15px 55px;
        border-radius: 10px;
        position: relative;
        margin-top: 6px;
        font-weight: 500;
    }

        .div-mypage-btnlist .lnkbtn i {
            position: absolute;
            color: white;
            font-size: 1.3rem;
            top: 15px;
            left: 20px;
        }

    .div-mypage-btnlist .lnkbtn1 {
        background-color: #C00000;
        padding: 10px 10px 12px 55px;
    }

        .div-mypage-btnlist .lnkbtn1 i {
            top: 25px;
            left: 18px;
        }


    .div-mypage-btnlist .lnkbtn2 {
        background-color: #004075;
    }

    .div-mypage-btnlist .lnkbtn3 i {
        left: 22px;        
    }


.div-page-editinfo .lnkbutton {
    width: 15%;
    min-width: 150px;
    background-color: #626D71;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1rem;
    position: relative;
}

.div-page-editinfo #lnkbBack::after {
    content: '\f0e2';
    font-family: 'Font Awesome 5 Free';
    font-size: 1rem;
    font-weight: 900;
    position: absolute;
    left: 17px;
    top: 1px;
}

.div-page-editinfo #lnkbSave {
    margin-left: 30px;
    background-color: #004075;
}

    .div-page-editinfo #lnkbSave::after {
        content: '\f00c';
        font-family: 'Font Awesome 5 Free';
        font-size: 1.1rem;
        font-weight: 900;
        position: absolute;
        right: 17px;
        top: 1px;
    }

.div-pagebottom-mgt #lnkbSave {
    margin-left: 0px;
}


.div-seminar-list {
    width: 97%;
    margin: 15px auto;
}

.gvList th {
    background-color: #1b85c3;
    color: white;
    text-align: center;
    border: 1px solid darkgray;
    font-size: 1rem;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .gvList th.col1 {
        width: 25%;
    }

    .gvList th.col2 {
        width: auto;
    }

    .gvList th.col3 {
        width: 10%;
    }

    .gvList th.col4 {
        width: 15%;
    }

.gvList td {
    border: 1px solid darkgray;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
    font-weight: 500;
}

.gvList tr {
    background-color: #F2FFFF;
}

    .gvList tr:hover {
        background-color: lightgoldenrodyellow;
    }

.gvList .div-grid-empty {
    text-align: left;
    padding-left: 20px;
}

.gv-middle {
    text-align: center;
    padding: 0px;
}

.gv-left {
    text-align: left;
    padding-left: 15px;
}

.gv-right {
    text-align: right;
    padding-right: 10px;
}

.ui-dialog-titlebar {
    padding: 5px;
    font-size: 1rem;
    font-weight: 400;
}


table {
    border-collapse: collapse;
    width: 100%;
}

    table td {
        padding: 0px;
        text-align: center;
        line-height: 1.8rem;
    }

.table-input-type1 {
    margin-bottom: 20px;
}

    .table-input-type1 .td-comb {
        text-align: left;
        padding-left: 20px;
        border-bottom: none;
    }

    .table-input-type1 .td-name {
        width: 20%;
        text-align: left;
        padding-left: 20px;
        border-top: 1px solid #c2bfbf;
        border-bottom: 1px solid #c2bfbf;
    }

.table-input-type1 .td-name-q {
    width: 30%;
    text-align: left;
    padding-left: 20px;
    border-top: 1px solid #c2bfbf;
    border-bottom: 1px solid #c2bfbf;
}

.table-input-type1 .td-must {
    width: 5%;
    text-align: left;
    border-top: 1px solid #c2bfbf;
    border-bottom: 1px solid #c2bfbf;
}

.table-input-type1 .td-input {
    width: auto;
    text-align: left;
    padding: 30px 0px 20px 10px;
    border-top: 1px solid #c2bfbf;
    border-bottom: 1px solid #c2bfbf;
}

.table-input-type1 .td-name-disp {
    width: 25%;
    text-align: left;
    padding: 20px 0px 20px 20px;
    border-top: 1px solid #c2bfbf;
    border-bottom: 1px solid #c2bfbf;
}

.table-input-type1 .td-input-disp {
    width: auto;
    text-align: left;
    padding: 20px 0px 20px 10px;
    border-top: 1px solid #c2bfbf;
    border-bottom: 1px solid #c2bfbf;
}

    .table-input-type1 .td-name-disp-mgt {
        width: 20%;
        text-align: left;
        padding: 15px 0px 15px 20px;
        border-top: 1px solid #c2bfbf;
        border-bottom: 1px solid #c2bfbf;
    }

    .table-input-type1 .td-input-disp-mgt {
        width: auto;
        text-align: left;
        padding: 15px 0px 15px 20px;
        border-top: 1px solid #c2bfbf;
        border-bottom: 1px solid #c2bfbf;
    }

.table-input-type2 {
    width: 80%;
}

    .table-input-type2 th {        
        height: 30px;
        background-color: lightgoldenrodyellow;
        border: 1px solid gray;
        text-align: center;
        font-weight: normal;
    }

    .table-input-type2 td {
        height: 30px;
        border: 1px solid gray;
        text-align: center;
        padding: 0px 0px;
    }

.table-input-type2-disp th {
    text-align: center;
    padding: 15px 0px;
    font-weight: normal;
    border-bottom: 1px solid #c2bfbf;
}

.table-input-type2-disp td {
    text-align: center;
    padding: 3px;
    border-bottom: 1px solid #c2bfbf;
}

.table-input-type2-disp .td-left {
    text-align: left;
}

.table-input-type1 .comedate-list {
    line-height: 2rem;
}

.tr-top-line {
    border-top: 3px solid gray;
}

.tr-bottom-line {    
    border-bottom: 3px solid gray;
}

.tableMenu {
    width: 95%;
    margin: 10px auto;    
}

.td-listmenu {
    width: 25%;
    text-align: center;    
}

.div-menubutton {
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    height: 150px;
    width: 270px;
    background-color: lightgray;
    line-height: 23px;
    text-align: center;
}

    .div-menubutton img {
        height: 75px;
        margin-bottom: 10px;
    }

.category-list td {
    width: 50%;
    text-align: left;    
}

.category-list-disp td {
    padding: 3px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid lightgray;
}

.handcursor {
    cursor: pointer;
    background-color: powderblue;
    padding: 3px 10px;
}

    .handcursor:hover {
        opacity: 0.7;
    }

.td-must img {
    vertical-align: middle;
}

.btn-img {
    width: 50%;
    max-width: 260px;
}

img {
    border-style: none;
}

.img-bottom {
    vertical-align: bottom;
}

.img-top {
    vertical-align: text-top;
}

.img-middle {
    vertical-align: middle;
}

img[id^="imgerr"] {
    width: 23px;
    vertical-align: text-top;
}

.finger {
    height: 21px;
    vertical-align: text-top;
}

.upMsg {
    position: absolute;
    top: 23px;
    left: 230px;
}

.text_center {
    text-align: center;
}

.letter-left {
    padding-left: 22px;
}

a:link {
    color: #712466;
    text-decoration: underline;
}

a:visited {
    color: #712466;
    text-decoration: underline;
}

a:hover {
    color: #9c1b0c;
    text-decoration: none;
}

#lnkbLogin, #lnkbSendPwd {
    width: 20%;
    min-width: 200px;
    background-color: #37455E;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
}

    #lnkbLogin::after,
    #lnkbSendPwd::after {
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        font-size: 1.1rem;
        font-weight: 900;
        position: absolute;
        right: 20px;
    }


.drawer--sidebar .drawer-nav {
    width: 12.5rem
}

.drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem
}

.drawer-nav {
    background-color: whitesmoke;
}

.div-drawer-nav-top {
    margin: 15px 20px 30px 20px;
}

.drawer-nav .drawer-menu {
    margin: 0px 20px 30px 20px;
}

.div-drawer-menu-top {
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}

    .div-drawer-menu-top > i {
        font-size: 1.2rem;        
        color: #712466;
        vertical-align: text-bottom;
        margin: 0 3px 1px 0;
    }

    .div-drawer-menu-top > span {
        font-size: 1rem;
        color: #712466;
        font-weight: 600;
    }

.drawer-nav .drawer-menu ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 30px;
}

    .drawer-nav .drawer-menu ul li {
        position: relative;
        padding: 10px 0 0 30px;
        margin: 0;        
    }

        .drawer-nav .drawer-menu ul li::before {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            font-size: 1rem;
            font-weight: 900;
            color: #004075;
            position: absolute;
            left: 13px;
            top: 15px;
        }

        .drawer-nav .drawer-menu ul li a {
            font-size: 0.9rem;
            font-weight: 500;
            color: #262626;
        }

            .drawer-nav .drawer-menu ul li a:link {
                text-decoration: none;
                color: #262626;
            }

            .drawer-nav .drawer-menu ul li a:visited {                
                color: #262626;
            }

            .drawer-nav .drawer-menu ul li a:hover {
                text-decoration: underline;
                color: #5c5c5c;
            }

            .drawer-nav .drawer-menu ul li a:active {
                color: #5c5c5c;
            }

.div-mgt-contents {
    width: 97%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5rem;
}

.div-mgt-pagefooter {
    text-align: center;
    padding: 20px 0;
}

.div-mypagetitle-mgt {
    text-align: center;
    margin: 15px auto 25px auto;
    font-size: 1.3rem;
    font-weight: 700;
    color: #CC0000;
}

.div-title-mypage-mgt {    
    padding: 12px 15px;
    border-radius: 5px;
    background-color: #712466;
    margin-top: 20px;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
}

    .div-title-mypage-mgt i {
        font-size: 1.2rem;
        color: white;
        vertical-align: text-bottom;
        margin-right: 5px;
        margin-bottom: 1px;
    }

.table-mgt-srcmenu {
    margin: 8px 5px;
}

    .table-mgt-srcmenu td {
        vertical-align: middle;
        text-align: left;
        font-size: 0.95rem;
        font-weight: 500;
        line-height: 1.5rem;        
    }

    .table-mgt-srcmenu input[type=text] {
        font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        background-color: #FFFFEE;
        border: 1px solid gray;
        padding: 6px 8px;
        border-radius: 3px;
        font-size: 0.95rem;
        margin: 3px 0px;
    }

    .table-mgt-srcmenu .lnkbutton {
        height: 60px;
        line-height: 1rem;
        width: 128px;
        padding-top: 32px;
        background-color: #626D71;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-weight: 600;
        font-size: 0.9rem;
        position: relative;
    }

        .table-mgt-srcmenu .lnkbutton::after {
            content: '\f002';
            font-family: 'Font Awesome 5 Free';
            font-size: 1rem;
            font-weight: 900;
            position: absolute;
            left: 55px;
            top: 10px;
        }

    .table-mgt-srcmenu #lnkbMailSend.lnkbutton::after {
        content: '\f1d8';
    }

    .table-mgt-srcmenu #lnkbDownloadExcel.lnkbutton::after {
        content: '\f019';
    }


.div-contents-mgt {
    padding: 8px 5px;
    line-height: 1.5rem;
}

/*.table-mgt-cntdisp {
    margin-bottom: 15px;
}
*/
.table-mgt-cntdisp th,
.table-mgt-cntdisp td {
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-bottom: 1px solid darkgray;
    padding: 5px;
}

.table-mgt-cntdisp th {
    font-weight: 700;
}

.gvList-mgt th {
    background-color: #487190;
    color: white;
    text-align: center;
    border: 1px solid darkgray;
    font-size: 0.92rem;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 6px;
}

.gvList-mgt td {
    border: 1px solid darkgray;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9rem;
    font-weight: 500;
}

.gvList-mgt tr:nth-child(odd) {
    background-color: whitesmoke;
}

.gvList-mgt tr:nth-child(even) {
    background-color: white;
}

    .gvList-mgt tr:hover {
        background-color: lightgoldenrodyellow;
    }

.gvList-mgt .div-grid-empty {
    text-align: left;
    padding-left: 20px;
}

.gvList-mgt input[id^='chkSel'] {
    margin: 0px;
}

.gvList-mgt .lnkbutton {
    height: 30px;
    line-height: 30px;
    width: 65px;    
    background-color: #626D71;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 400;
    font-size: 0.9rem;    
}


.div-disp-dialog {
    display: none;
}

    .div-disp-dialog div {
        text-align: center;
        padding: 12px;
    }

        .div-disp-dialog div:last-of-type {
            padding-top: 5px;
        }

    .div-disp-dialog .btn-dialog {
        display: inline-block;
        text-align: right;
        padding: 8px 12px 8px 0px;
        width: 90px;
        background-color: #626D71;
        text-decoration: none;
        border-radius: 5px;
        font-weight: 600;
        font-size: 0.9rem;
        position: relative;
    }

        .div-disp-dialog .btn-dialog::after {
            content: '\f00d';
            font-family: 'Font Awesome 5 Free';
            font-size: 1rem;
            font-weight: 900;
            position: absolute;
            left: 12px;
            top: 12px;
        }


    .div-disp-dialog #btn-dialog-ok.btn-dialog {
        background-color: #CC0000;
        margin-right: 25px;
    }

        .div-disp-dialog #btn-dialog-ok.btn-dialog::after {
            content: '\f00c';
        }


.font-size-small-3,
.fontPG07 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.7rem;
}

.font-size-small-2,
.fontPG08 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.8rem;
}

.font-size-small-1,
.fontPG09 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.9rem;
}

.font-size-normal,
.fontPG10 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1rem;
}

.font-size-normal-b1 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

.font-size-large,
.fontPG11 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
}

.font-size-large-1,
.fontPG12 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
}

.font-size-large-2 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
}

.font-size-large-3 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}

.font-size-large-4 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
}


.font-check-error-normal,
.fontPGError {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #CC0000;
}

.font-check-error-large-1 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #CC0000;
}

.font-check-error-large-2,
.fontPGErrorB {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #CC0000;
}


.fontPG95 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
}

.fontPG95-b1 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
}

.fontPG09-b1 {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
}


#txtPostNo {
    min-width: 120px;
}

.font-attention {
    color: #CC0000;
}

.bottom-margin {
    margin-bottom: 15px;
}


.btnpress {
    color: white;
}

    .btnpress:link {
        color: white;
        text-decoration: none;
    }

    .btnpress:visited {
        color: white;
        text-decoration: none;
    }

    .btnpress:hover {
        color: white;
        opacity: 0.7;
        cursor: pointer;
    }

.spantxt1 {
    display: block;
    padding-left: 17px;
    text-indent: -17px;
}

.spantxt1-newline {
    display: block;
    padding-left: 17px;
}

/*=======スマホ対応CSS===============================================================================================================================*/
@media screen and (max-width: 640px) {

    html {
        font-size: 16px;
        -webkit-text-size-adjust: 100%;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .seminar-line {
        border-bottom: 1px dashed gray;
        width: 98%;
        margin: 10px auto;
    }

    input[id^='chk'] {
        transform: scale(1.2);
        margin: 0px 5px 3px 2px;
        vertical-align: middle;
    }

    input[id^='rad'] {
        transform: scale(1.2);
        margin: 0px 5px 3px 2px;
        vertical-align: middle;
    }

    .div-main, .title-bar-top {
        width: 97%;
        margin: 0 auto;
    }

        .title-bar-top img {
            width: 100%;
        }

    .to-login-btn, .div-title-new {
        width: 100%;
    }

    .head-must {
        margin-bottom: 4px;
    }

    .div-mypagetitle {        
        margin: 15px auto 10px auto;
        font-size: 1.4rem;
        font-weight: 700;
        color: #712466;
    }

    .div-login {
        width: 70%;
        min-width: 300px;
    }

    .div-login-error {        
        margin: 10px auto;
    }

    .div-title-mypage {
        margin-top: 10px;
    }

    .div-mypage-main {
        display: block;
    }

    .div-mypage-main-left {
        width: 95%;
        margin: 0 auto;
    }

    .div-mypage-main-right {
        width: 95%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .div-mypage-info {
        padding: 10px 2px;
        line-height: 1.8rem;
    }

    .mypage-qrcode-sp {
        display: block;
        width: 150px;
        margin: 10px auto 0px auto;
    }

    .mypage-qrcode-pc {
        display: none;
    }

    .div-bar-Category {
        display: flex;
        line-height: 1.6rem;
        width: 100%;
        padding: 10px 20px;
        margin-top: 8px;
    }

    .mypage-Category-disp {
        font-size: 1.2rem;        
    }

    .div-mypage-note-right {        
        padding-right: 0px;
    }

    .div-mypage-btnlist {
        margin-left: 0px;
    }

        .div-mypage-btnlist .lnkbtn {
            display: block;
            width: 100%;
            font-size: 1.1rem;
        }

    .div-mypage-semina {
        width: 99%;
        margin: 10px auto;
    }

    .table-mypage-semina .td-col1,
    .table-mypage-semina .td-col2 {
        display: block;
        width: 100%;
    }

    .table-mypage-semina .td-col2 {
        padding-top: 0px;
    }

    .div-mypage-logout {
        padding: 25px 0px 0px 0px;
    }

        .div-mypage-logout .lnkbutton {
            width: 100%;
        }

    .div-seminar-list {
        width: 100%;        
    }

    .gvList th {        
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .gvList th.col1 {
            width: 23%;
        }

        .gvList th.col2 {
            width: auto;
        }

        .gvList th.col3 {
            width: 12%;
        }

        .gvList th.col4 {
            width: 17%;
        }

    .gvList td {        
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .gvList .div-grid-empty {        
        padding-left: 10px;
    }

    .gv-left {        
        padding-left: 5px;
    }

    .gv-right {        
        padding-right: 5px;
    }

    table td {
        line-height: 1.5rem;
    }

    .table-input-type1 .td-name,
    .table-input-type1 .td-name-disp {
        display: inline-block;
        width: 52%;
        padding: 15px 10px 10px 10px;
        border: none;
        font-weight: bold;
    }

    .table-input-type1 .td-must {
        display: inline-block;
        padding: 10px;
        border: none;
    }

    .table-input-type1 .td-input,
    .table-input-type1 .td-input-disp {
        display: block;
        width: 95%;
        padding: 0px 0px 15px 10px;
        border-top: none;
    }

    .table-input-type1 .comedate-list {
        line-height: 1.7rem;
    }

    .input-control:before {
        content: "\A";
        white-space: pre;
    }

    .tableDeadline {
        width: 100%;
    }

    .table-input-type2 {
        width: 100%;
    }

    .category-list {
        width: 100%;
    }

        .category-list tr {
            width: 100%;
        }

        .category-list td {
            display: block;
            width: 100%;
            padding: 0px 0px 5px 5px;
            text-align: left;
            line-height: 32px;
        }

    .td-listmenu {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 10px 0px;
    }

    .div-menubutton {
        padding-top: 20px;
        height: 120px;
        width: 320px;
        line-height: 21px;
    }

        .div-menubutton img {
            height: 55px;
            margin-bottom: 3px;
        }


    .div-contents {
        padding: 10px 2px 0px 10px;
        line-height: 1.6rem;
    }

    .div-contents-disp {
        padding: 10px;
        line-height: 1.6rem;
        margin-bottom: 10px;
    }

    .div-error {
        padding: 5px 0px 0px 3px;
    }

        .div-error img {            
            margin-top: 0px;
        }

    .div-disp-type1 {
        text-align: left;
        line-height: 1.5rem;
        padding: 10px;
    }

    .div-disp-type2 {
        text-align: center;
        line-height: 1.5rem;
        padding: 10px;
    }

    .btn-img {
        width: 40%;
        max-width: 250px;
    }

    .upMsg {
        position: absolute;
        top: 10px;
        left: 195px;
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 0rem
    }
}
