@charset "utf-8";
/*必要に応じて個別要素で利用する任意のスタイル*/

/*----------配置-------------*/
.fleft   {
    float: left;
}
.left    {
    float: left !important
}
.fright  {
    float: right;
}
.right   {
    float: right !important
}
.nofloat {
    float:none !important
}
.clearfix:before,.clearfix:after{
    content:" ";
    display:table
}
.clearfix:after{
    clear:both;
    content: "";
    clear: both;
    display: block;
}
.blockcenter {
    margin: 0 auto;
    display: table;
}
.bcenter {
    display: table;
    margin: 0 auto;
}
.vtop    {
    vertical-align: top !important;
}
.vmiddle {
    vertical-align: middle !important;
}
.vbottom {
    vertical-align: bottom !important;
}
.tleft   {
    text-align: left !important;
}
.tright  {
    text-align: right !important;
}
.tcenter {
    text-align: center !important;
}
.flex{
    display: flex;
    flex-direction: row;
}
.flex_align_center {
    display: flex !important;
    align-items: center;
}

/*----------テキスト装飾-------------*/
.tbold {
    font-weight: bold !important;
}
strong {
    font-weight: bold;
    letter-spacing: 0.03em;
}
.p_pink {
    font-size: 120%;
    clear: both;
    background: #FFEEFF;
    padding: 2px 8px;
    font-weight: bold;
}
.p_yellow {
    font-size: 120%;
    clear: both;
    background: #FFFFCC;
    padding: 2px 8px;
    font-weight: bold;
}
.p_yellow_small {
    clear: both;
    background: #FFFFCC;
    padding: 2px 8px;
}
.p_alert {
    font-size: 120%;
    clear: both;
    background: #FF3366;
    padding: 2px 8px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.small {
    font-size: 0.813em; /* 13px */
}
.te_blue {
    color: #36C;
}
.te_red {
    color: #ff3300;
}
.te_gray {
    color: #777;
}

.pass_check_pass {
    text-align: center;
    font-size: 2em;
}
.pass_check_bold_msg {
    font-size: 1.1em;
    font-weight:bold;
}


/*----------特殊-------------*/
.nowrap {
    white-space: nowrap;
}
span.nowrap{
    display:inline-block
}
.imeoff {
    ime-mode: disabled;
} /*キーボードの入力モード英数字のみ（変更不可）*/
.hide{
    display:none
}
.word_break_all {
    word-break: break-all;
}

/*----------余白（外側）-------------*/
.mt0  {
    margin-top: 0px !important;
}
.mt5  {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mb0  {
    margin-bottom: 0px !important;
}
.mb5  {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.ml5  {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.mr5  {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr20 {
    margin-right: 20px !important;
}

/*----------余白（内側）-------------*/
.pt50 {
    padding-top: 50px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt5  {
    padding-top: 5px !important;
}
.pb5  {
    padding-bottom: 5px !important;
}
.pb10  {
    padding-bottom: 10px !important;
}
.pl30 {
    padding-left: 30px !important;
}

/*----------オブジェクトサイズ-------------*/
.w50  {
    width: 50px !important;
}
.w75  {
    width: 75px !important;
}
.w100 {
    width:100px !important;
}
.w150 {
    width:150px !important;
}
.w300 {
    width:300px !important;
}
.w400 {
    width:400px !important;
}

.w35 {
    width:35% !important;
}
.w25 {
    width:25% !important;
}

.w180length{
    width:180px !important;
}
.w100length{
    width:100px !important;
}
.minw100{
    min-width: 100px;
}
.minh150{
    min-height:150px;
}

@media print, screen and (min-width:900px) {
    .maxw100_PC{
        width:150px;
    }
}
/*----------背景色-------------*/
.bkgray{
    background-color: #cccccc;
}
.light_blue{
    background: #F0FFFF;
}

/*----------スクロールボックス-------------*/
.scroll_box{
    width: 900px;
    height: 160px;
    padding: 5px;
    margin-bottom: 1.5em;
    background-color: #ffffff;
    border: 1px #c0c0c0 solid;
    color: #000000;
    overflow-y: auto;
}
.scroll_box_420{
    height: 420px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px #c0c0c0 solid;
    color: #000000;
    overflow-y: auto;
}
.scroll_box_180{
    height: 180px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px #c0c0c0 solid;
    color: #000000;
    overflow-y: auto;
}

/******************************************/
/*----------ボタン汎用スタイル-------------*/
/******************************************/
a.button.prev,
a.button.back,
button.prev,
button.back {
    display: inline-block;
    margin-right: 30px;
    margin-top: 50px;
}
.back1{
    float:left!important;
    margin-left:5px;
}
a.button.next,
a.button.confirm,
a.button.commit,
button.next,
button.confirm,
button.commit {
    display: inline-block;
}

.backbtn{
    margin: 0px!important;
}

.btn_area {
    margin: 10px 0;
}
.btn_area.horizontal {
    border-bottom: none;
    display: table;
    table-layout: fixed;
}
@media print, screen and (min-width:900px){
    .btn_area.horizontal {
        width:auto;
    }
}
@media screen and (max-width:900px){
    .btn_area.horizontal {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width:900px){
    .btn_area.horizontal button:first-child,
    .btn_area.horizontal input[type="submit"]:first-child {
        float: left;
    }
}
.btn_area.horizontal button:last-child,
.btn_area.horizontal input[type="submit"]:last-child {
    float: right;
}
.btn_area.horizontal button{
    margin-right: 20px;

}
.btn_area02 {
    margin-top: 20px;
    text-align: center;
}
.btn_area02 form {
    display: inline-block;
}

/*================汎用ボタン（通常サイズ）１==================*/
.btn_normal,
.btn_normal:hover,
.btn_normal:active,
.btn_normal:visited {
    color: #111;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.06em;
    padding: 10px;
    display: inline-block;
    background: #efefef;
    background: -moz-linear-gradient(top,  #efefef 0%, #f2f2f2 50%, #e0e0e0 51%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#f2f2f2), color-stop(51%,#e0e0e0), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top,  #efefef 0%,#f2f2f2 50%,#e0e0e0 51%,#e0e0e0 100%);
    background: -o-linear-gradient(top,  #efefef 0%,#f2f2f2 50%,#e0e0e0 51%,#e0e0e0 100%);
    background: -ms-linear-gradient(top,  #efefef 0%,#f2f2f2 50%,#e0e0e0 51%,#e0e0e0 100%);
    background: linear-gradient(to bottom,  #efefef 0%,#f2f2f2 50%,#e0e0e0 51%,#e0e0e0 100%);
    border: 1px solid #777;
    border-radius: 3px;
    box-shadow: 0 0 3px #fff inset;
}
.btn_normal:hover{
    background: #d3e7ea;
    background: -moz-linear-gradient(top,  #d3e7ea 1%, #d0e7ea 50%, #9fe0f2 51%, #c0e9ed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d3e7ea), color-stop(50%,#d0e7ea), color-stop(51%,#9fe0f2), color-stop(100%,#c0e9ed));
    background: -webkit-linear-gradient(top,  #d3e7ea 1%,#d0e7ea 50%,#9fe0f2 51%,#c0e9ed 100%);
    background: -o-linear-gradient(top,  #d3e7ea 1%,#d0e7ea 50%,#9fe0f2 51%,#c0e9ed 100%);
    background: -ms-linear-gradient(top,  #d3e7ea 1%,#d0e7ea 50%,#9fe0f2 51%,#c0e9ed 100%);
    background: linear-gradient(to bottom,  #d3e7ea 1%,#d0e7ea 50%,#9fe0f2 51%,#c0e9ed 100%);
}
/*================汎用ボタン（小）==================*/
.btn_small,
.btn_small:hover,
.btn_small:active,
.btn_small:visited{
    white-space: nowrap;
    color: #111;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.06em;
    display: inline-block;
    padding: 3px;
    background: #efefef;
    background: -moz-linear-gradient(top,  #efefef 0%, #f2f2f2 50%, #e0e0e0 51%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#f2f2f2), color-stop(51%,#e0e0e0), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top,  #efefef 0%,#f2f2f2 50%,#e0e0e0 51%,#e0e0e0 100%);
    background: -o-linear-gradient(top,  #efefef 0%,#f2f2f2 50%,#e0e0e0 51%,#e0e0e0 100%);
    background: -ms-linear-gradient(top,  #efefef 0%,#f2f2f2 50%,#e0e0e0 51%,#e0e0e0 100%);
    background: linear-gradient(to bottom,  #efefef 0%,#f2f2f2 50%,#e0e0e0 51%,#e0e0e0 100%);
    border: 1px solid #777;
    border-radius: 3px;
    box-shadow: 0 0 3px #fff inset;
}
.btn_small:hover{
    background: #d3e7ea;
    background: -moz-linear-gradient(top,  #d3e7ea 1%, #d0e7ea 50%, #9fe0f2 51%, #c0e9ed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d3e7ea), color-stop(50%,#d0e7ea), color-stop(51%,#9fe0f2), color-stop(100%,#c0e9ed));
    background: -webkit-linear-gradient(top,  #d3e7ea 1%,#d0e7ea 50%,#9fe0f2 51%,#c0e9ed 100%);
    background: -o-linear-gradient(top,  #d3e7ea 1%,#d0e7ea 50%,#9fe0f2 51%,#c0e9ed 100%);
    background: -ms-linear-gradient(top,  #d3e7ea 1%,#d0e7ea 50%,#9fe0f2 51%,#c0e9ed 100%);
    background: linear-gradient(to bottom,  #d3e7ea 1%,#d0e7ea 50%,#9fe0f2 51%,#c0e9ed 100%);
}

/*================書類ボタン（各ダウンロードページで利用）==================*/
.btndownload{
    background-color:#1ABC9C;
    box-shadow: 0 3px 0 #0E8C73;
    border-radius: 5px;
    text-decoration: none;
    color:#fff;
    font-weight:bold;
    text-align:center;
    font-size: 16px;
    line-height: 1.3;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    margin: 10px 0;
    padding: 10px;
    display: inline-block;
}

@media screen and (max-width:900px){
    .btndownload{
        width:90%;
    }
}

.btndownload:hover{
    color:#fff;
    text-decoration: none;
    transform:translate(1px,2px);
}
/*================オレンジボタン==================*/
.btnorange,
.btnorange:hover,
.btnorange:active,
.btnorange:visited{
    color:#fff;
    display:block;
    background-color:#FF6803;
    box-shadow: 0 3px 0 #FFCC00;
    border-radius: 5px;
    font-weight: bold;
    padding: 15px 12px;
    text-align: center;
    font-size: 1.1em;
    margin-top:15px;
    white-space: nowrap;
}
.btnorange.disabled{
    color: #bbb;
    background-color: #333;
    box-shadow: unset;
}

@media screen and (max-width:900px) {
    .btnorange{
        margin:0px;
        font-size: 1.2em;
        font-weight:normal;
        letter-spacing: 5px;
    }
}

/*===============緑ボタン==================*/
.greenbtn,
.greenbtn:hover,
.greenbtn:active,
.greenbtn:visited{
    display:block;
    color:#fff;
    text-decoration: none;
    background-color:#017453;
    margin-bottom: 10px;
    padding: 10px 20px;
    box-shadow: 0 3px 0 #669900;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    width: auto;
    padding: 7px;
    white-space: nowrap;
    text-align:center;
    font-size:1.1em;
    display:block;
}

.greenbtn:hover{
    color:#fff;
    text-decoration: none;
    transform:translate(1px,2px);
}

/*================白ボタン==================*/
.btnwhite,
.btnwhite:hover,
.btnwhite:active,
.btnwhite:visited{
    color:#017453;
    display:inline-block;
    border: 1px solid #017453;
    background-color:white;
    box-shadow: 0 3px 0 #669900;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    font-size: 1rem;
    margin-top:15px;
    white-space: nowrap;
}
.btnwhite:hover,
.btnwhite:active,
.btnwhite:visited{
    transform: translate(1px,2px);
}
@media screen and (max-width:900px) {
    .btnwhite{
        margin:0px;
        font-size: 1.2em;
        font-weight:normal;
        letter-spacing: 5px;
    }
}
/*================ログインTOPの内容確認ボタン==================*/
a.top_check_btn{
    width:50px;
    padding: 5px 14px;
    line-height: 18px;
    display:inline-block;
    vertical-align: middle;
}

a.top_check_btn:hover{
    padding: 5px 14px;
    display: table-cell;
    vertical-align: middle;
}

.chuten{
    display:none;
}
.check-br{
    display:block;
}
@media print, screen and (min-width:900px){
    a.top_check_btn {
        height:40px;
        display:table-cell;
    }
}
@media screen and (max-width:900px) {
    a.top_check_btn:hover {
        padding: 10px;
        width:100%;
        display: inline-block;
    }

    a.top_check_btn {
        width:100%;
        padding: 10px;
    }
    .chuten {
        display:inline-block;
    }
    .check-br {
        display:inline-block;
    }
}
.nmailicon {
    background-image:url("../images/common/mailicon.png");
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 2px 0px 4px 34px;
    margin: 5px;
    display: inline-block;
    vertical-align: middl;
}

#kentry_button {
    display:none;
}
@media screen and (max-width:900px) {
    #kentry_button {
        display:block;
    }
}
@media screen and (max-width:900px) {
    #kentry {
        margin-top:-70px;
        padding-top:70px;
    }
}

.gouhi button {
    margin-right: 20px;
    font-size:15px;
    background:#f39800;
    box-shadow: 0 3px 0 #ffd900;
}

.clear button {
    font-size:15px;
    background:white;
    box-shadow: 0 3px 0 #669900;
    color: #017453;
    border: 1px solid #017453;
}

.clear button:hover {
    text-decoration: underline;
}

.admin_entry_button {
    padding: 5px 15px;
}

.entrytarget {
    width: 100%;
}

.tb_btn_sp {
    width:80px;
}

@media screen and (max-width:900px) {
    .mailtitle {
        display: inline-block;
        width: 100%;
    }
    .entrytarget {
        display: block;
        width: 60%;
        float:left;
    }
    .tb_btn_sp {
        width:100%;
    }
}

/*---------------------------*/
/* 特定クラス、IDに対する指定 */
/*---------------------------*/
.atm li {
    font-size:20px;
    list-style-type:none;
    border-bottom-style: solid;
    border-bottom-color: #066;
    border-bottom-width: 1px;
    width:auto;
}
@media print, screen and (min-width:900px){
    .atm li {
        float:left;
    }
}

@media screen and (max-width:900px){
    .atm li {
        text-align: center;
    }
}

.result li {
    font-size:18px;
}

.iconmail:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    margin-right:10px;
}
.iconpay:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    margin-right:10px;
    font-size:large;
}
.icondownload:before {
    content: '';
    display: inline-block;
    background: url('../images/common/icon_dwonload_k.svg') no-repeat;
    margin-right:9px;
    vertical-align:top;
    width: 20px;
    height: 20px;
    background-size: 17px;
    background-position-x: 2px;
    background-position-y: 2px;
}
.icondownload_white:before {
    content: '';
    display: inline-block;
    background: url('../images/common/icon_dwonload_w.svg') no-repeat;
    margin-right:9px;
    vertical-align:top;
    width: 20px;
    height: 20px;
    background-size: 17px;
    background-position-x: 2px;
    background-position-y: 2px;
}
.iconwarning:before {
    content: '';
    display: inline-block;
    background: url('../images/common/icon_warning_y.svg') no-repeat;
    margin-right:9px;
    vertical-align:top;
    width: 20px;
    height: 20px;
}
.icontoku:before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    margin-right:10px;
    font-size:23px;
}
.iconchousa:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    margin-right:10px;
    font-size:large;
}
.icongou:before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    margin-right:10px;
}
.iconmemo:before {
    content: '\f15c';
    font-family: "Font Awesome 5 Free";
    margin-right:10px;
}
.iconupload:before {
    content: '\f15c';
    font-family: "Font Awesome 5 Free";
    margin-right:10px;
}
.iconapprove:before {
    content: "\f4fe";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    font-weight: 900;
}
.icon_add:before{
    content: '';
    display: inline-block;
    background: url('../images/common/icon_add_white.svg') no-repeat;
    margin-right:10px;
    vertical-align: middle;
    background-color: #017453;
    width: 22px;
    height: 22px;
    background-size: contain;
}
.icon_calendar:before{
    content: '';
    display: inline-block;
    background: url('../images/common/icon_calendar_white.svg') no-repeat;
    margin-right:10px;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-size: contain;
}
.icon_delete:before{
    content: '';
    display: inline-block;
    background: url('../images/common/icon_delete_white.svg') no-repeat;
    margin-right:10px;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-size: contain;
}
.no-use-file-alert-icon {
    content: "";
    background-image: url("../images/common/ic_alert.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    vertical-align: top;
    background-repeat: no-repeat;
}
.icon_unsubscribe_alert {
    content: '';
    display: inline-block;
    background: url('../images/common/ic_alert.png') no-repeat;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: contain;
}
.icon_alert{
    content: '';
    display: inline-block;
    background: url('../images/common/ic_alert.png') no-repeat;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-size: contain;
}
.csvfile {
    display: table;
    width: 100%;
    margin-bottom:10px;
}
.change_limit {
    display: table;
    width: 100%;
    margin-bottom:10px;
    border-spacing: 1em 0
}

.change_limit div.select_limit {
    display: table-cell;
}
.change_limit div.change_limit_bottun {
    display: table-cell;
}
.change_limit div.change_seat_no_rule_bottun {
    display: table-cell;
}
.searchbtn {
    float:left;
    margin-right:10px;
}
.searchpay {
    float:left;
    margin-right:10px;
}

.credit_3dsecure_icon {
    border: 1px solid #ccc;
    max-height: 50px;
    padding: 2px;
}

/*---------------------------*/
/*　ヘッダー
/*---------------------------*/
@media print, screen and (min-width: 900px){
    #header {
        height: 75px;
        position: relative;
    }

    #header_wrap {
        width: 100%;
        margin: 0 auto;
        display:inline-block;
        border-top: 3px solid #017453;
        border-bottom: 1px solid #ccc;
    }
}
@media screen and (max-width:900px){
    #header_wrap {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        z-index:2;
        height: 60px;
        background-color: rgba(255,255,255,0.9);
        border-bottom: 1px solid #ccc;
    }
}
#header-inner {
    margin-left: 2%;
    left: 0;
}
@media print, screen and (min-width:900px) {
    #header-inner {
        max-width:900px;
        /*margin:0 auto;*/
    }
}
@media screen and (max-width:900px){
    #header-inner {
        top: 16px;
        width: 100%;
    }
}
@media screen and (max-width:720px){
    #header-inner {
        top: 10px;
    }
}

#header-inner a {
    color: #330000;
    text-decoration: none;
}
#header-inner a:hover,
#header-inner a:focus,
#header-inner a:active {
    color: #1982d1;
}

.s-name {
    display: table-cell;
    vertical-align: middle;
    line-height: 25px;
}

.s-logo {
    float:left;
    margin-right: 10px;
    /*margin-top: 20px;*/
}
@media screen and (max-width:900px) {
    .s-logo {
        margin-right: 5px;
        margin-top: 7px;
    }
    .s-name {
        display: table-cell;
        vertical-align: middle;
        line-height: 18px;
    }
}

.s-logo img {
    max-width:40px;
    height:auto;
}

.spnavqa {
    display:none
}

.spmenu {
    display:none
}

.spmenu_first-use,
.spmenu_news,
.spmenu_login {
    display:none;
}

/*---------------------------*/
/*　フッター
/*---------------------------*/
#footer_wrap {
    width: 100%;
    height: auto;
    margin: 40px auto 0px;
    clear: both;
    border-top: 3px solid #017453;
}
#footer {
    max-width: 900px;
    margin:0 auto;
    height: auto;
    position: relative;
    padding-top: 5px;
}
#footer p {
    font-size: 80%;
    color: #330000;
    line-height: 1.5em;
    margin-bottom: 0;
}
#copyright {
    clear: both;
    font-size: 0.750em; /* 12px */
    color: #330000;
    font-style: normal;
    float: right;
    display:inline-block;
    margin-right: 20px;
}

/*---------------------------*/
/*　メイン
/*---------------------------*/
#main {
    margin: 0px auto 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position: relative;
}
@media print, screen and (min-width:900px){
    #main {
        width: 900px;
    }
}
@media screen and (max-width:900px){
    #main {
        width:100%;
        top: 0px;
        margin: 0px;
        position:static;
        display: inline-block;
    }
}
#main-wide {
    width: 100%;
    margin: 0 auto 10px;
}
#side {
    margin-bottom: 25px;
}
@media print, screen and (min-width:900px){
    #side {
        float: left;
        width: 230px;
    }
}
@media screen and (max-width:900px){
    #side {
        clear: both;
        width: 80%;
        margin:10px auto 0px;
    }
    #content, .content li{
        margin-left: 0;
    }
}

#home {
    float: right;
    height: auto;
}
@media print, screen and (min-width:900px){
    #home {
        width: 670px;
        margin-top: 5px;
    }
}
@media screen and (max-width:900px){
    #home {
        width: 90%;
        margin: auto;
        float: none;
    }
}

#content, .content {
    clear: both;
    margin: 5px 0 10px;
    width: 100%;
}
@media screen and (max-width:900px) {
    #content, .content {
        width: 100%;
    }
}

@media screen and (max-width:900px){
    #content, .content {
        width: inherit;
        padding: 6px;
        width: 100%;
    }
}
#content02 {
    margin-right: 50px;
}

.column, .columns {
    padding: 0;
}

#actions-sidebar {
    width: 100%;
    padding: 0 8px;
    display: table;
}
#content #actions-sidebar h3 {
    background-image:url("../images/common/ic_arrow_green.png");
    background-repeat: no-repeat;
    float: left;
    background-color: transparent;
    border-left: none;
    color: #000;
    font-weight: bold;
    padding-left:53px;
    text-align:center;
    margin:0px;
    background-position: center left;
    line-height: 1;
}
#content #actions-sidebar ul {
    display: table;
    padding: 0 0 0 0.3em;
}
#content #actions-sidebar ul li {
    float: left;
    margin: 0;
    background:#fff;
    padding:5px;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #999;
    font-weight: bold;
    font-size:15px;
}
#content #actions-sidebar ul li a {
    margin: 0 24px;
    padding:0;
}

.pagetop_btn {
    clear: both;
    text-align: right;
    margin-left: 830px;
    margin-right: 30px;
    background: no-repeat url(../images/common/ic__arrow_navy.png);
    position: bottom;
}
.pagetop_btn p {
    clear: both;
    margin-bottom: 0;
    font-size: 0.9em;
    color: #1982D1;
}
.text_arrow {
    clear: both;
    background: url(../images/common/ic__arrow_blue.png) left center no-repeat;
    font-size: 0.813em; /* 13px */
    text-align: left;
    padding-left: 18px;
}
.text_arrow2 {
    clear: both;
    background: url(../images/common/ic__arrow_gray.png) left center no-repeat;
    font-size: 0.813em; /* 13px */
    text-align: left;
    padding-left: 18px;
}

.hissu {
    color: red;
    font-size: 0.875em; /* 14px */
    font-weight: bold;
    vertical-align: top;
    margin-left: 3px;
}
.inpexp {
    color: #755318;
    font-size: 0.813em; /* 13px */
    margin: 0 0 3px;
}
.Caution {
    color:#FF0000;
    font-size:1.7em;
}
.CautionSmall {
    color:#FF0000;
    font-weight:normal;
    font-size:0.8em;
    vertical-align:text-top;
}
.afterFormStr {
    vertical-align: sub;
}

.entry-title-sun {
    background-image: url("../images/common/bg_border_orange.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    margin-bottom: 20px;
    position: relative;
}
.entry-title-sun h1,
.entry-title-sun h2 {
    background-image: url("../images/common/ic_sun.png");
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 1.125em; /* 18px */
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 13px 0 20px 50px;
}
.entry-title-hat {
    background-image: none;
    border-bottom: 5px solid #017453;
    margin-bottom: 20px;
    position: relative;
}
.entry-title-hat h1,
.entry-title-hat h2 {
    background-image: url("../images/common/ic_hat.png");
    background-position: left 6px;
    background-repeat: no-repeat;
    font-size: 1.125em; /* 18px */
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 14px 0 9px 56px;
}

.entry-title-pencil {
    background-image: none;
    border-bottom: 5px solid #017453;
    margin:10px 0px;
    position: relative;
}
.entry-title-pencil h1,
.entry-title-pencil h2 {
    background-image: url("../images/common/ic_pencil.png");
    background-position: 10px 8px;
    background-repeat: no-repeat;
    font-size: 1.125em; /* 18px */
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 14px 0 9px 56px;
}

.entry-title-news h2,
.entry-title-news h3{
    background:#EBEEDD;
    color:#330000;
    font-weight:bold;
    display: inline-block;
    width: 90%;
    padding: 5px 0px 5px 13px;
    margin:10px 0 20px 2%;
    border-bottom:2px solid #b8bca4;
    position: relative;
    padding-left: 60px;
}
@media screen and (max-width:900px){
    .entry-title-news h2,
    .entry-title-news h3 {
        padding-left: 45px;
        margin: 10px 0 20px 5%;
        width: 95%;
    }
}
@media screen and (max-width:500px){
    .entry-title-news h2,
    .entry-title-news h3 {
        padding-left: 50px;
    }
}

#oshirase .entry-title-news:before{
    background-image: url("../images/common/newsmark.png");
    content:'';
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    background-size: 34px;
    border: solid 4px #EBEEDD;/*#EBEEDD*/
    border-radius: 45px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 1;
    background-color: #fff;
}

#hajimete .entry-title-news:before{
    background-image: url("../images/common/shoshinmark.png");
    content:'';
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    background-size: 25px;
    border: solid 4px #EBEEDD;
    border-radius: 45px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 1;
    background-color: #fff;
}

.entry-title-news{
    position: relative;
    margin-top: 20px;
}

@media screen and (max-width:900px){
    .entry-title-news {
        margin-top:20px;
        position: relative;
    }
}

.entry-title-simple {
    background-image: none;
    border-left: 10px solid #017453;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
}
.entry-title-simple h1,
.entry-title-simple h2 {
    background-position: 10px 8px;
    background-repeat: no-repeat;
    font-size: 1.125em; /* 18px */
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 5px 0 5px 15px;
}

.entry-title-arrow {
    clear: both;
    background-image: url("../images/common/bg_border_orange.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    margin-bottom: 20px;
    position: relative;
}
.entry-title-arrow h1,
.entry-title-arrow h2 {
    background-image: url("../images/common/ic_arrow_orange.png");
    background-position: left 0.15em;
    background-repeat: no-repeat;
    font-size: 1.125em; /* 18px */
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 5px 0 18px 50px;
    margin: 0 0 12px;
}
.entry-title-arrow div.subtitle {
    font-size: 85%;
    font-weight: normal;
    margin: 6px 0 0;
}
.entry-title-my {
    background-image: url("../images/common/bg_border_blue.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    margin-bottom: 20px;
    position: relative;
}
.entry-title-my h1,
.entry-title-my h2 {
    background-image: url("../images/common/ic_my.png");
    background-repeat: no-repeat;
    padding: 13px 0 20px 50px;
    font-size: 1.125em; /* 18px */
    font-weight: bold;
    letter-spacing: 0.03em;
}

/* メイン追加 */

.topmessage{
    font-size:1.1em;
    margin-top:1em;
}

@media screen and (max-width:900px){
    .topmessage {
        margin:10px 10px 0px 10px;
    }
}

ul.smart {
    list-style:none;
}

@media screen and (max-width:900px){
    ul.smart ul {
        width: 90%;
        margin:10px;
    }
}

ul.smart li{
    border-bottom:dotted 1px #330000;
    padding: 0px 0px 12px 20px;
    background:url('../images/common/arrow_news.png') no-repeat;
    background-size:11px 10px;
    background-position-y:5px;
    font-size:1.05em;
}

ul.simple{
    list-style-type: disc;
}

ul.simple li{
    padding: 0px;
    background:none;
    border:none;
    margin:0;
}

.ename{
    border:solid 3px #017453;
    display: table;
    padding: 10px 35px;
    border-radius: 50px;
    font-size: 1.2em;
    margin: 10px 0;
    text-align: center;
    float:left;
}
@media screen and (max-width:900px){
    .ename{
        float: none;
    }
}

@media screen and (max-width:900px){
    .ename{
        margin: 10px auto;
    }
    .old_school_name{
        margin: 10px auto;
        width:100%;
        text-align: center;
    }
}

.first-use ol{
    list-style-type: none;
    counter-reset: item;
    overflow:hidden;
    margin: 10px 0px 20px 0px !important;
}

.first-use li{
    width:180px;
    float:left;
    background-image: url("../images/common/fuse_arrow.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: right 90px;
    background-size: 50px;
    margin: 0px !important;
    padding: 0px 50px 0px 0px;
}

@media screen and (max-width:900px){
    .first-use li {
        width:100%;
        background-image:none;
        padding: 10px 20px 10px 15px;
        margin-bottom: 15px !important;
        border:solid 5px #EBEEDD;
    }
}

@media print, screen and (min-width:900px){
    .first-use li:last-child {
        width:200px;
        float:left;
        background-image:none;
        margin: 0px !important;
        padding: 0px;
    }
}

.first-use li:before{
    counter-increment: item;
    content: counter(item)'';
    padding-right: .5em;
    font-weight: bold;
    color: #000;
    background:#EBEEDD;
    border-radius: 50px;
    display: table;
    padding: 9px 14px;
    margin-bottom: 8px
}

@media screen and (max-width:900px) {
    .first-use li:before {
        display: inline-table;
    }
}


.first-use li img {
    margin:20px auto;
    display:block;
    text-align:center;
}

@media screen and (max-width:900px){
    .first-use li img {
        margin:10px auto;
    }
}

.first-use .mail{
    font-size:1.1em;
    word-break: break-all;
}

.first-use .msend:after{
    content:":";
    display:inline-block;
}

.first-use .msend{
}


@media screen and (max-width:900px){
    .first-use .mail {
        text-align:center;
        display: inline;
    }
    .first-use .mail:before {
        content:"『";
        display:inline-block;
    }
    .first-use .mail:after {
        content:"  』";
        display:inline-block;
    }
    .first-use .btn_normal {
        margin:0px auto;
        display: block;
    }
    .first-use .msend:after {
        content:"";
        display:inline-block;
    }
    .first-use .msend {
    }
}

.first-use .mail a {
    font-weight: bold;
    text-decoration:underline;
}

.first-use .point {
    border:dotted 2px #FF6600;
    padding: 13px 10px 5px 17px;
    position: relative;
}

@media screen and (max-width:900px){
    .first-use .point {
        margin-top: 20px;
        margin-left: 10px;
    }
}

.first-use .point:before {
    content:'!';
    width:28px;
    border: solid 2px #FF6600;
    border-radius: 45px;
    background-repeat: no-repeat;
    background-position: center;
    color:#FF6600;
    text-align:center;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 0px;
    position: absolute;
    background:#fff;
    top:-15px;
    left:-10px;
}

.first-use .point a {
    text-decoration:underline;
    font-weight: bold;
}
@media screen and (max-width:900px){
    .first-usetext {
        width: 80%;
        float: right;
    }
}

.usebtn {
    padding:0px;
    margin-left:10px;
}

@media screen and (max-width:900px){
    .usebtn {
        padding:0px;
        display: block;
        margin:0px;
    }
}

.usebtn a {
    padding:10px;
    display: table;
}

@media screen and (max-width:900px){
    .usebtn a {
        padding:10px;
        display: table;
        text-align: center;
        width: 100%;
    }
}

.announce{
    height:auto;
    margin:20px 0px;
    overflow: hidden;
}

.announce .comme{
    border-radius:5px;
    float:left;
    width:49%;
    height:100%;
    padding:0;
}

@media screen and (max-width:900px){
    .announce .comme {
        width:90%;
        padding: 10px;
        margin: 5px auto;
        float: none;
    }
}


.announce .heigan {
    border:solid 3px #ccc;
    border-radius:5px;
    float:right;
    width:45%;
    height:100%;
    padding: 27px 20px;
}

@media screen and (max-width:900px){
    .announce .heigan {
        width:90%;
        padding: 10px;
        margin: 10px auto;
        float: none;
    }
}


.announce .heigan .m-text:before {
    content: "!";
    border:solid 2px #FF6600;
    color:#FF6600;
    padding: 0px 11px;
    border-radius:20px;
    font-weight:bold;
    font-size: 1.3em;
    margin-right:10px;
}

.announce .heigan .m-text{
    font-size:1.0em;
}

.cp_ipselect {
    overflow: hidden;
    width:95%;
    text-align: center;
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    font-size:1.0em;
    color:#000;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #000;
    border-radius: 4px;
}
.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 8px;
    width:100%!important;
}

/* content */

#content h1 {
    color: #333;
    background:  #fff8dc;
    padding:  .5em .7em;
    margin: 10px 0 10px;
    font-weight: bold;
    letter-spacing: 0.03em;
}
#content h3 {
    background:#eee;
    border-left:7px solid #ccc;
    padding:.7em .8em;
    margin: 5px 0 16px;
    font-weight: bold;
    letter-spacing: 0.03em;
}
.content-title {
    background-position: 3px center;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom:10px;
}

.content-title::before {
    display:none;
}

@media screen and (max-width:900px){
    .content-title {
        width:100%;
    }
    .content-title::before {
        height: 70px;
        margin: -70px 0 0;
        content: "";
        display: block;
    }
}

.content-title h2,
.content-title h3,
.content-title h4
{
    background-color: #eee;
    border-left: 7px solid #ccc;
    color: #330000;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin: 0 !important;
    padding: 0.6em 0.8em;
}
@media screen and (max-width:900px) {
    .content-body {
        margin-left: 33px;
    }
}

@media screen and (max-width:900px){
    .content-body {
        margin-left: unset;
    }
}

table#registration-form th label {
    padding-right:10px;
}
table#registration-form td, table#registration-form th {
    border-width: 0 0 1px 0;
    border-color: #ccc;
    border-style: solid;
    vertical-align:bottom;
    padding:14px 0;
}
table#registration-form table th, table#registration-form table td {
    border:none;
    padding:0;
}
table#registration-form td {
    text-align:left;
}
table.menu {
    min-width: 80%;
    margin-bottom: 10px;
}
table.menu th {
    background: #eee;
    font-size: 0.875em; /* 14px */
    text-align: right;
    width: 180px;
    max-width: 50%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
}
table.menu tr.sideways th {
    text-align: center;
    width: inherit;
    min-width: inherit;
    max-width: inherit;
}
table.menu td {
    border: solid #CCC 1px;
    padding: 2px 10px;
    word-break: break-all;
}
table.menu td.spr {
    width: 20px;
}
table.menu2 {
    min-width: 80%;
    border: solid #CCC 1px;
}
table.menu2 th {
    padding: 10px;
    margin-bottom: 10px;
    border: solid #CCC 1px;
    background: #f7f6eb;
    font-size: 0.875em; /* 14px */
}
table.menu2 td {
    padding: 10px;
    margin-bottom: 10px;
    border: solid #CCC 1px;
    font-size: 0.875em; /* 14px */
}
table.menu2 td.spr {
    width: 20px;
}

table.menu td pre,
table.menu2 td pre {
    background-color: transparent;
    font-size: inherit;
    font-style: normal;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: none;
}
table.normal {
    min-width: 80%;
    border: solid #CCC 1px;
}
table.normal th {
    background: #eee;
    font-size: 0.875em; /* 14px */
    width: 180px;
    max-width: 50%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
}
table.normal tr.sideways th {
    text-align: center;
    width: inherit;
    min-width: inherit;
    max-width: inherit;
}
table.normal td {
    border: solid #CCC 1px;
    padding: 2px 10px;
}
table.normal td.spr {
    width: 20px;
}
table.none {
    min-width: 80%;
    border: none;
    border-collapse: collapse;
}
table.none th {
    text-align: left;
    width: 180px;
    max-width: 50%;
    padding: 6px 3px;
}
table.none td {
    vertical-align: top;
    word-break: normal;
    padding: 6px 3px;
    border: none;
}
table.none td.spr {
    width: 20px;
}
table.none td.total {
    font-weight: bold;
    padding: 8px 3px;
    border-top: 3px double #999;
}
table#custom {
    border: solid #CCC 1px;
    margin-bottom: 10px;
}
table#custom th {
    padding: 10px;
    margin-bottom: 10px;
    border: solid #CCC 1px;
    background: #f5f5f5;
    font-size: 0.875em; /* 14px */
    vertical-align: middle;
}
table#custom td {
    padding: 10px 20px;
    margin-bottom: 10px;
    border: solid #CCC 1px;
    font-size: 0.875em; /* 14px */
}
table#custom td.calender {
    min-width: 40px;
}
.tb_pink {
    clear: both;
    background: #FFEEFF;
    padding: 2px 8px;
}
.tb_blue {
    clear: both;
    background: #E7F3FF;
    padding: 2px 8px;
}
.tb_smoke {
    clear: both;
    background: #f7f6eb;
    padding: 2px 8px;
}
.tb_paid,
.tb_excluded {
    clear: both;
    color: #fff;
    font-weight: bold;
    background: #ff77aa;
    margin: 0 0 0.6em;
    padding: 2px 8px;
}
.block_excluded {
    border: 4px solid #ff77aa;
    padding: 8px 8px 0;
}
.block_excluded_txt {
    clear: both;
    color: #fff;
    font-weight: bold;
    background-color: #ff77aa;
    margin: 0;
    padding: 6px 6px 0;
}
.menu2 dl{
    clear: both;
    margin: 0 0 10px;
    list-style-type: none;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.menu2 dt {
    clear: both;
    width: 200px;
    padding: 10px 10px 10px 30px;
    border-bottom: solid #CCC 1px;
    background: #EEEEEE;
    font-size: 0.875em; /* 14px */
    text-align: right;
    float: left;
}
.menu2 dd {
    width: 350px;
    border-bottom: solid #CCC 1px;
    padding: 10px 10px 10px 30px;
    float: left;
    color: #333;
    font-size: 0.9em;
}
#TotalPaymentWrapper {
    vertical-align:text-top;
}
#TotalPaymentWrapper td {
    text-align:right;
}
#TotalPaymentWrapper th {
    text-align:center;
}
#TotalCostText {
    font-weight:bold;
    float:left;
    margin-left:70%;
}
#TotalCostAmount {
    font-weight:bold;
    list-style:none;
    margin-right:20px;
}

#site-title {
    display: table;
    height:75px;
    margin-top:0px;
    font-size: 1.3em;
    color: #000;
    font-weight: bold;
    padding-top: 0px;
    max-width:80%;
    display: flex;
    align-items: center;
}

#site-title .head {
    background: url(../images/header/kanri_backimg.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    white-space: nowrap;
    margin-right: 15px;
    padding: 3px 9px;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    text-shadow:2px 3px 3px rgba(192, 80, 15, 0.49);
}

@media screen and (max-width:1500px){
    #site-title {
        font-size: 1.2em;
        max-width: 65%;
    }
}

@media screen and (max-width:1100px){
    #site-title {
        font-size: 1.1em;
        max-width: 50%;
    }
}

@media screen and (max-width:1000px){
    #site-title {
        font-size: 1.1em;
        max-width: 48%;
    }
}

@media screen and (max-width:900px){
    #site-title {
        height:55px;
        font-size: 1.1em;
        position: absolute;
        max-width: 80%;
        margin-left:5px;
        padding-top: 0px;
    }
}

@media screen and (max-width:500px){
    #site-title {
        height:55px;
        font-size: 0.9em;
        position: absolute;
        max-width: 80%;
        margin-left:5px;
        padding-top:0px;
    }
}

#site-description {
    margin-bottom: 5px;
    padding-left: 3px;
    font-weight: bold;
    font-size: 13px;
    color: #330000;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    text-decoration: none;
}
#header_right {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

/*メニュー*/

@media screen and (min-width:900px){
    ul#header_menu {
        list-style-type: none;
        margin:  0;
        padding: 0;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 7px;
    }

    ul#header_menu li {
        float: left;
        text-align: left;
        margin: 7px 0 0 0;
        padding: 0 0 0 0px;
        border-left: 1px solid #CCCCCC;
        height: 45px;
        width:78px;
        text-align: center;
    }
    ul#header_menu li.manual{
        background: url(../images/header/manualmark.png) center center no-repeat;
        background-size: 30px;
        background-position-y: 4px;
    }
    ul#header_menu li.portal-pc{
        border:solid 1px #AAAF93;
        width: auto;
        height: auto;
        margin-right: 20px;
        border-radius: 5px;
        letter-spacing: 1px;
        margin-top: 15px;
        background: url(../images/header/portal_icon_g.svg) center center no-repeat;
        background-size: 16px;
        background-position: right 8px center;
        box-shadow: 0px 0px 4px 0px #E4E9D1;
        transition: all 0.5s;
        display: block;
        position: relative;
    }
    ul#header_menu li.portal-pc:hover{
        top: 1px;
        box-shadow: 0px 0px 10px 0px #E4E9D1;
        border:solid 1px #AAAF93;
    }
    ul#header_menu li.portal-pc img{
        width: 16px;
        height: 16px;
        margin-left: 9px;
    }
    ul#header_menu li.portal-pc a{
        padding:0px;
        line-height: normal;
        padding: 8px 30px 8px 10px;
        display: block;
        text-decoration: none;
    }
    ul#header_menu li.portal-sp{
        display: none;
    }

    ul#header_menu li.qa{
        background: url(../images/header/qamark.png) center center no-repeat;
        background-size: 25px;
        background-position-y: 2px;
    }

    ul#header_menu li.qa a{
        padding-top:30px;
    }
    ul#header_menu li.contact{
        background: url(../images/header/telmark.png) center center no-repeat;
        background-size: 17px;
        background-position-y: 2px;
    }

    ul#header_menu li.mail{
        background: url(../images/header/mailmark.png) center center no-repeat;
        background-size: 27px;
        background-position-y: 4px;
    }

    ul#header_menu li.key{
        background: url(../images/header/keymark.png) center center no-repeat;
        background-size: 25px;
        background-position-y: 2px;
    }

    ul#header_menu li.mail a,ul#header_menu li.key a{
        padding-top:30px;
    }

    ul#header_menu li.setting{
        background: url(../images/header/settingmark.svg) center center no-repeat;
        background-size: 30px;
        background-position-y: 0;
    }
    
    ul#header_menu li.logout{
        background: url(../images/header/logoutmark.png) center center no-repeat;
        background-size: 28px;
        background-position-y: 2px;
    }

    ul#header_menu li.logout.admin{
        width: 130px;
    }

    ul#header_menu li.logout.admin a {
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ul#header_menu li.home{
        background: url(../images/header/homemark.png) center center no-repeat;
        background-size: 30px;
        background-position-y: 3px;
    }

    ul#header_menu li a {
        color: #000;
        font-size: 0.8em;
        font-weight: bold;
        padding: 34px 5px 5px 5px;
        display: inline-block;
        line-height: 14px;
        text-align: center;
    }
}

@media print, screen and (min-width:900px){
    .check{
        display:none;
    }
    .menu-btn__text {
        display:none;
    }
    .drawer-menu {
        display:none;
    }

    #text_size {
        color: #330000;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 1.4em;
        margin-right: 5px;
        margin-top: 8px;
    }
    #btn_small {
        float: left;
        width: auto;
        margin-right: 5px;
        margin-top: 2px;
        text-align: center;
    }
    .sptopmenu{
        display:none;
    }

    .spmenu_close{
        display:none;
    }

    .spmenutxt{
        display:none;
    }

}
@media screen and (max-width:900px){
    ul#header_menu{
        position: static;
        right: 0;
        top: 6px;
        font-size: 1.0em;
        width: 90%;
        margin-left: 10px;
    }

    ul#header_menu li{
        text-align:left;
        border-bottom:solid 1px #ccc;
        padding: 22px 30px 25px 43px;
        position:relative;
        list-style-type: none;
        margin:0px;
    }

    ul#header_menu a{
        color:#017453;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 10px 0px 0px 35px;
    }

    ul#header_menu a:active {
        background-color: #EBEEDD;
        text-align: center;
        padding:12px 0 0 0px;
        text-decoration:none;
        border-radius: 0px;
    }

    ul#header_menu a:hover {
        background-color: #EBEEDD;
        text-align: center;
        padding:10px 0 0 0px;
        text-decoration:none;
        border: solid 1px white;
    }

    ul#header_menu li.logout.admin a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    ul#header_menu li.spmenu_first-use{
        background: url(../images/common/spmenu1.png) left no-repeat;
        background-size: 17px;
        background-position-y: 9px;
        background-position-x: 2px;
    }

    ul#header_menu li.spmenu_login{
        background: url(../images/common/keymark2.png) left no-repeat;
        background-size: 25px;
        background-position-y: 3px;
        background-position-x: 0px;
    }

    ul#header_menu li.spmenu_news{
        background: url(../images/common/spmenu2.png) left no-repeat;
        background-size: 27px;
        background-position-y: 3px;
        background-position-x: -2px;
    }

    ul#header_menu li.qa{
        background: url(../images/header/qamark.png) left no-repeat;
        background-size: 22px;
        background-position-y: 10px;
    }


    ul#header_menu li.contact{
        background: url(../images/header/telmark.png) left no-repeat;
        background-size: 16px;
        background-position-y: 9px;
        background-position-x: 5px;
    }

    ul#header_menu li.manual{
        background: url(../images/header/manualmark.png) left no-repeat;
        background-size: 26px;
        background-position-y: 13px;
    }

    ul#header_menu li.portal-sp{
        background: url(../images/header/portal_icon_g.svg) left no-repeat;
        background-size: 21px;
        background-position-y: 11px;
        display: block;
    }
    ul#header_menu li.portal-pc{
        display: none;
    }

    ul#header_menu li.mail{
        background: url(../images/header/mailmark.png) left no-repeat;
        background-size: 24px;
        background-position-y: 13px;
    }

    ul#header_menu li.key{
        background: url(../images/header/keymark.png) left no-repeat;
        background-size: 24px;
        background-position-y: 10px;
    }

    ul#header_menu li.setting{
        background: url(../images/header/settingmark.svg) left no-repeat;
        background-size: 27px;
        background-position-y: 10px;
    }
    
    ul#header_menu li.logout{
        background: url(../images/header/logoutmark.png) left no-repeat;
        background-size: 26px;
        background-position-y: 7px;
        background-position-x: 3px;
    }

    ul#header_menu li.logout.admin{
        background-position-y: 20px;
        height: 60px;
    }
    
    ul#header_menu li.home{
        background: url(../images/header/homemark.png) left no-repeat;
        background-size: 27px;
        background-position-y: 10px;
        background-position-x: -2px;
    }

    .sp_br{
        display:none;
    }

    .spmenu_close,
    .spmenu_close:hover,
    .spmenu_close:active,
    .spmenu_close:focus,
    .spmenu_close:visited{
        display: inline-block;
        background: #017453;
        padding: 5px 10px;
        border-radius: 12px;
        display: table;
        cursor:pointer;
        font-size: 0.9em;
        color:#fff;
        margin: 15px auto 0;
        box-shadow: 0 3px 0 #669900;
        text-decoration: none !important;
    }
    .spmenu_close:hover{
        transform:translate(1px,2px);
    }

    .spmenutxt{
        top: 37px;
        position: absolute;
        right: 13px;
        font-size: 11px;
        color: #017453;
    }
}
/* メニューここまで */


/* Side
----------------------------------------------- */
#sideFrame {
    border: 1px #CCC solid;
    margin-top: 10px;
    padding: 5px;
}
@media print, screen and (min-width:900px){
    #sideFrame {
        width: 200px;
    }
}
@media screen and (max-width:900px){
    #sideFrame {
        margin-left: 0px;
    }
}
.side_cntFrame {
    margin-bottom: 24px;
    border: 1px #CCC dotted;
    text-align: center;
}
h2#signup_head {
    color: #fff;
    background-image: url("../images/side/title_first_bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    border: none;
    border-radius: 3px;
    font-size: 110%;
    text-align: center;
    line-height: 1.35em;
    letter-spacing: 0.03em;
    padding: 5px 14px 6px;
}
#signup_buttom {
    background-image: url("../images/side/btn_first_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    width: 204px;
    margin: 0 auto 8px;
    display: table;
}
#signup_buttom a, #signup_buttom a:hover, #signup_buttom a:visited {
    color: #fff;
    text-shadow: 1px 1px 2px #666;
    font-weight: bold;
    text-decoration: none;
    font-size: 115%;
    line-height: 1.35em;
    letter-spacing: 0.03em;
    display: table-cell;
    height: 72px;
    vertical-align: middle;
}
h2#login_head {
    background-color: transparent;
    background-image: url("../images/side/title_login_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    border: none;
    color: #0066CC;
    font-size: 110%;
    text-align: left;
    line-height: 1.35em;
    letter-spacing: 0.03em;
    padding: 9px 6px 5px 32px;
}
#login_button {
    background-color: transparent;
    background-image: url("../images/side/btn_login_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    border: none;
    color: #fff;
    font-size: 120%;
    letter-spacing: 0.03em;
    font-weight: bold;
    text-shadow: 1px 1px 2px #333;
    width: 196px;
    height: 72px;
    margin: 8px auto;
    padding:0;
    display: inline-block;
    box-shadow: none;
}
#login_name {
    line-height: 1.3em;
    padding: 15px 0;
    margin:0 8px 15px;
    border-bottom: dotted #36C 2px;
}
#login_message {
    font-size: 0.750em; /* 12px */
    color: #ff0000;
    margin: 12px 0 0;
    padding: 0 6px;
}
#login_message #please {
    color: #086AD0;
    display: none;
}
#login_welcome {
    font-size: 0.750em; /* 12px */
}
#login_input {
    width: 200px;
    text-align:left;
    margin: 0 auto;
    padding: 0;
    display: table;
}

#login_input fieldset {
    width: auto;
    margin: 0;
}
#login_input fieldset legend {
    width:90%;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.3;
    margin: 10px 45px 0 5px !important;
}
#login_input div.input {
    border: none;
    margin-left: 8px;
}
#login_input div.input label {
    display: inline-block;
    padding: 0;
}
#login_input div.input input {
    margin-bottom: 8px;
}
#login_input input#UserUsername,
#login_input input#UserPassword {
    width: 180px;
    ime-mode: disabled;
}
.btn_sideTop {
    float: left;
    margin: 8px 5px;
    text-align:left;
}
#navi ul {
    list-style-type:none;
    margin: 1em 0;
}
#navi li {
    display: block;
    clear: both;
    margin: 2px 2px 3px;
    padding: 0;
    border: 1px solid #EEE;
    border-radius: 6px;
    text-align: left;
}
#navi li a {
    color: #fff;
    display: block;
}
#navi li a:hover {
    text-decoration: underline;
}
#navi p {
    clear: both;
    color: #fff;
    font-size: 0.813em; /* 13px */
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    text-shadow: 0 0 2px #000;
    margin: 0;
    padding: 12px 18px 10px;
}
.navi-or {
    background: #ffcc00;
    background: -moz-linear-gradient(top,  #ffcc00 1%, #ffa500 32%, #ff9900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffcc00), color-stop(32%,#ffa500), color-stop(100%,#ff9900));
    background: -webkit-linear-gradient(top,  #ffcc00 1%,#ffa500 32%,#ff9900 100%);
    background: -o-linear-gradient(top,  #ffcc00 1%,#ffa500 32%,#ff9900 100%);
    background: -ms-linear-gradient(top,  #ffcc00 1%,#ffa500 32%,#ff9900 100%);
    background: linear-gradient(to bottom,  #ffcc00 1%,#ffa500 32%,#ff9900 100%);
}
.navi-or p {
    text-shadow: 0 0 0.8em #FF6600;
}
.navi-blue {
    clear: both;
    background: #7abcff;
    background: -moz-linear-gradient(top,  #7abcff 0%, #4096ee 53%, #1982d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(53%,#4096ee), color-stop(100%,#1982d1));
    background: -webkit-linear-gradient(top,  #7abcff 0%,#4096ee 53%,#1982d1 100%);
    background: -o-linear-gradient(top,  #7abcff 0%,#4096ee 53%,#1982d1 100%);
    background: -ms-linear-gradient(top,  #7abcff 0%,#4096ee 53%,#1982d1 100%);
    background: linear-gradient(to bottom,  #7abcff 0%,#4096ee 53%,#1982d1 100%);
}
.navi-gr {
    clear: both;
    background: #9dd53a;
    background: -moz-linear-gradient(top,  #9dd53a 0%, #99cc00 32%, #80c217 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(32%,#99cc00), color-stop(70%,#80c217));
    background: -webkit-linear-gradient(top,  #9dd53a 0%,#99cc00 32%,#80c217 70%);
    background: -o-linear-gradient(top,  #9dd53a 0%,#99cc00 32%,#80c217 70%);
    background: -ms-linear-gradient(top,  #9dd53a 0%,#99cc00 32%,#80c217 70%);
    background: linear-gradient(to bottom,  #9dd53a 0%,#99cc00 32%,#80c217 70%);
}
.navi-red {
    background: #ffcc00;
    background: -moz-linear-gradient(top,  #ffcc00 0%, #ffaf4b 36%, #ff920a 84%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(36%,#ffaf4b), color-stop(84%,#ff920a));
    background: -webkit-linear-gradient(top,  #ffcc00 0%,#ffaf4b 36%,#ff920a 84%);
    background: -o-linear-gradient(top,  #ffcc00 0%,#ffaf4b 36%,#ff920a 84%);
    background: -ms-linear-gradient(top,  #ffcc00 0%,#ffaf4b 36%,#ff920a 84%);
    background: linear-gradient(to bottom,  #ffcc00 0%,#ffaf4b 36%,#ff920a 84%);
}
#navi .blue {
    border-left: 7px solid #1982D1;
}
#navi .green {
    border-left: 7px solid #9ACD32;
}
/* sub-navi */
#sub-navi ul {
    list-style-type:none;
    margin: 1em 0;
}
#sub-navi li {
    clear: both;
    background: #f0f0f0;
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 1%, #e2e2e2 77%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(1%,#ffffff), color-stop(77%,#e2e2e2), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 1%,#e2e2e2 77%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 1%,#e2e2e2 77%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 1%,#e2e2e2 77%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 1%,#e2e2e2 77%,#f2f2f2 100%);
    text-align: left;
    margin: 2px 2px 3px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
}
#sub-navi li a {
    color: #1982D1;
    padding: 12px 18px 10px;
    display: block;
}
#sub-navi li a:hover {
    text-decoration: underline;
}
#sub-navi p {
    clear: both;
    border-left: 7px solid #CCCCCC;
    border-radius: 3px;
    color: #1982d1;
    font-size: 0.813em; /* 13px */
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    text-shadow: 0 1px 1px #fff;
}
#home #sub-navi li {
    width: 151px;
}
#content_frame {
    border: solid #CCC 1px;
    padding: 15px 20px 30px;
    margin: 8px 0 40px;
}
#main-wide #content_frame {
    border: none;
    margin: 0 0 40px;
}

#main ol {
    margin-left: 30px;
    line-height: 1.3em;
}
#main ol li{
    margin-bottom: 15px;
}
#main ol.explain li {
    margin-bottom: 6px;
}

.box-center {
    text-align: center;
    margin-bottom: 20px;
    border: 1px dotted #CCC ;
    padding: 1px;
}
#flow ul {
    width: 95%;
    list-style-type: none;
    margin: 5px auto 10px;
    padding: 7px 16px;
    border: 1px dotted #ccc;
    display: inline-block;
}
#flow li {
    float: left;
    color: #999;
    font-size: 14px;
    line-height: 1.2em;
    white-space: nowrap;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.entry-title-arrow {
    margin-bottom: 3px;
}
.entry-title-leaf  {
    background-image: url("../images/common/ic_leaf.png");
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 0 0 10px 53px;
}
.entry-title-leaf h3 {
    clear: both;
    padding:.7em .8em;
    margin-bottom: 0;
}
.entry-title-leaf2{
    background-image: url("../images/common/ic_leaf2.png");
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 0 0 10px 53px;
}
.entry-title-leaf2 h3{
    clear: both;
    margin-bottom: 0;
    padding:.7em .8em;
}
.your-mail,
.your-pass {
    width: 256px;
    ime-mode: disabled;
}
.deadline,
.deadline2 {
    font-size: 0.813em; /* 13px */
    line-height: 1.3em;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 0;
}
.deadline2 {
    top: 0;
}
ul.list {
    margin: 0 0 16px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

@media screen and (max-width:900px){
    ul.list {
        width: 80%;
    }
}
ul.list li {
    margin: 0;
    vertical-align: middle;
    list-style-type: none;
}
@media print, screen and (min-width:900px){
    ul.list li {
        display: table-cell;
    }
}
ul.list li a {
    padding: 2px 4px;
    display: block;
}
ul.list li.horizontal span.hosoku {
    display: block;
    right: 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
ul.list.vertical {
    table-layout: auto;
    width: auto;
    display: table;
    margin: 0 auto 16px;
    min-width: 300px;
}
@media screen and (max-width:900px) {
    ul.list.vertical {
        width: 80%;
    }
}
ul.list.vertical li {
    margin-bottom:25px;
    display: list-item;
    position: relative;
    background-color: #0099CC;
    border-radius: 5px;
    color: #fff;
    line-height: 42px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #336699;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    margin-top: 10px;
    text-align:center;
    font-size: 19px;
    padding:3px 10px;
}
ul.list.vertical li:hover {
    background-color: #00B6F2;
}
ul.list.vertical li a{
    text-decoration: none;
    color: #fff;
}

ul.list.vertical_menu {
    width: 80%;
    margin:0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width:900px) {
    ul.list.vertical_menu {
        width: 80%;
        display:block!important;
    }
    ul.list.vertical_menu li{
        width:100%!important;
    }
}

ul.list.vertical_menu li {
    margin-bottom:25px;
    display: inline-table;
    position: relative;
    background-color: #0099CC;
    border-radius: 5px;
    color: #fff;
    line-height: 42px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #336699;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    margin: 10px 10px 10px 0px;
    text-align:center;
    font-size: 19px;
    padding:3px 10px;
    width: 45%;
}

ul.list.vertical_menu li:hover {
    background-color: #00B6F2;
}
ul.list.vertical_menu li a{
    text-decoration: none;
    color: #fff;
}

ul.list.vertical_menu li .hosoku{
    font-size: 0.9rem;
    line-height: 10px;
    display:block;
}


.btn-disabled {
    background-color: #999999 !important;
    box-shadow:0px 3px 0px #666666 !important;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

ul.list.table {
    border-top: 1px solid #ddd;
    margin: 0;
    padding:0;
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width:900px){
    ul.list.table {
        border-top:none;
        margin: 0 auto;
        border-bottom: 3px double #999;
        padding-left: 10px;
        padding-bottom: 10px;
    }
}
ul.list.table:last-child {
    border-bottom: 1px solid #ddd;
}

@media print, screen and (min-width:900px){
    ul.list.table li{
        word-wrap:break-word;
        border-right:1px solid #ddd;
        border-left:1px solid #ddd;
        border-bottom:none;
        vertical-align: top;
        padding:4px;
    }
}

ul.list.table.heading {
    background-color: #efefef;
    font-weight: bold;
    border-bottom: none;
}
@media screen and (max-width:900px){
    ul.list.table.heading {
        padding-left:30px;
        width:90%;
    }
    ul.list.table.heading li{
        list-style-type: decimal;
        float:left;
        margin: 0px 10px 0px 0px;
        padding-left: 0px;
        width: 96px;
    }
}
ul.list.table.blue-heading {
    background-color: #9CA7E2;
    font-weight: bold;
    border-bottom: none;
}
dl.list.table.blue-heading {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
dl.list.table.blue-heading dt,
dl.list.table.blue-heading dd {
    padding: 10px;
    margin:0px;
    width:auto;
}
dl.answer dt{
    width:auto;
}
dl.list.table.blue-heading dt {
    float: none;
    display: block;
    font-weight: bold;
    background-color: #EFEFEF;
    padding: 10px;
    padding-left: 30px;
}

dl.list.table.blue-heading dt::before {
    content:url("../images/common/ic_list.png");
    margin-right:8px;
    position: absolute;
    left:10px;
}

ul.list.table.announce-heading {
    background-color: #9CA7E2;
    font-weight: bold;
    border-bottom: none;
}
dl.list.table.announce-heading {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
dl.list.table.announce-heading dt,
dl.list.table.announce-heading dd {
    padding: 10px;
    margin:0px;
}
dl.list.table.announce-heading dt {
    float: none;
    display: block;
    background-color: #D8DEBE;
    font-size: 1.05em;
    font-weight: bold;
    border-bottom: none;
    padding: 10px;
}

ul.answer-index li {
    margin: 0 0 12px !important;
}
dl.answer dt {
    display: block;
}
dl.answer dd {
    word-break: inherit;
    word-break : break-all;
}

@media screen and (max-width:900px) {
    li.listnone{
        display: table-cell;
    }
}

@media screen and (max-width:900px){
    li.listnone{
        display:none;
    }
    li.stylenone{
        list-style-type: none!important;
    }
}
@media screen and (max-width:900px) {
    ul.list.table li {
        word-wrap: break-word;
        border-right: 1px solid #ddd;
        border-bottom: none;
        vertical-align: top;
        padding: 4px;
    }
    ul.list.table li:first-child {
        border-left: 1px solid #ddd;
    }
}
@media screen and (max-width:900px){
    ul.list.table li {
        border-right: none;
        border-bottom: none;
        vertical-align: top;
        padding: 2px;
        margin:5px;
    }
    ul.list.table li:first-child {
        border-left: none;
    }
    li.liact {
        background:#ffff00;
    }
}


ul.list.table li a {
    margin: 0;
    padding:0;
    display: inline-block;
}
input#zip-code,
input#oldschool-zip,
input#p-zip-code,
input#tel,
input#p-tel,
input#school-tel,
input#p-tel2 ,
input#oldschool-phone
{
    ime-mode: disabled;
}
input#dentry-address,
input#dentry-address2,
input#dentry-address3,
input#dentry-p-address,
input#dentry-p-address2,
input#dentry-p-address3,
input#address,
input#address2,
input#address3,
input#p-address,
input#p-address2,
input#p-address3 {
    width: 100%;
}

.display-hyphen{
    margin:12px 5px 0px 5px;
}

@media screen and (max-width:900px){
    input#last-name,
    input#first-name,
    input#last-name-kana,
    input#first-name-kana,
    input#p-last-name,
    input#p-first-name,
    input#p-last-name-kana,
    input#p-first-name-kana {
        width: inherit;
        float:none;
        display:block;
    }
    input#tel,
    input#tel,
    input#p-tel,
    input#school-tel,
    input#p-tel2 ,
    input#oldschool-phone
    input#relation{
        width: inherit;
    }
    select#old-schools-id,
    input#oldschool-kana,
    input#school-name {
        width: 90%;
    }
}

fieldset .input {
    padding: 5px 0;
    clear:both;
}
@media screen and (max-width:900px){
    fieldset .input {
        padding: 10px 0  10px 0px;
    }
}
.view .input,
.view_table.input {
    border-bottom: 2px solid #f3f3f3;
    width: 100%;
    padding: 10px 0  10px 10px;
    display: table;
    table-layout: fixed;
    background:#fff;
}
.view .input:nth-child(2n+1),
.view_table.input:nth-child(2n+1) {
    background: #F0FFFF;
}
.view .input .ddinput{
    background-color:#fff;
}
.input radio required{
    background:#fff;
}
fieldset .noline,
fieldset div.input:last-of-type {
    border-bottom: none !important;
}
fieldset div.input > div.input {
    border-bottom: none;
}
fieldset div.input label {
    vertical-align: middle;
    display: initial;
}

fieldset div.input > div.input label {
    display: inherit;
}
fieldset div.input.radio {
    display: block;
    float: left;
}
fieldset div.input.radio label,
fieldset div.input.date label {
    display: inherit;
    float:none;
}
fieldset div.input.radio label:not(:first-child) {
    width: auto;
    margin-right: 10px;
    float:left;
    border:none;
    margin-top:0;
    margin-bottom:0;
}
fieldset div.checkbox label{
    border:none !important;
    margin-top:0;
    margin-bottom:5px;
}
fieldset div.horizontal_sp {
    vertical-align: middle;
    width: auto;
    display: flex;
    table-layout: fixed;
}

fieldset div.horizontal div.input {
    border-bottom: none;
    width: inherit;
}
fieldset div.horizontal div.input:not(:first-child) label {
    vertical-align: middle;
}
@media print, screen and (min-width:900px){
    fieldset div.horizontal {
        width: auto;
        display: flex;
        table-layout: fixed;
    }
    fieldset div.horizontal label {
        float: none;
    }
    fieldset div.horizontal div.input {
        float: left;
        margin-right:30px;
    }
    fieldset div.horizontal div.separate{
        position:relative;
        height: auto;
        white-space: nowrap;
        padding: 10px;
    }
    fieldset div.horizontal div.separate span,
    fieldset div.horizontal div.separate button{
        position: absolute;
        top: 50%;
        margin-top: -0.2rem;
    }
    fieldset div.horizontal div.separate span {
        font-size: 0.85em;
        color: #666;
    }
    fieldset div.horizontal div.separate button{
        margin-top: -1.1rem;
        margin-left: 10px;
    }
    fieldset div.horizontal div.input:not(:first-child) {
        float: right;
    }
    fieldset .s-search {
        border-bottom: none;
    }
    fieldset .s-search .s-search-label {
        display: table;
        width: 100%;
    }
    fieldset .s-search .s-search-wrapper {
        display: table;
    }
    fieldset div.input.s-select {
        padding: 0 0 5px 0;
    }
}
@media screen and (max-width:900px){
    fieldset div.input.radio input,
    fieldset div.input.checkbox input{
        /*       float: left;*/
    }
    fieldset div.horizontal div.input {
        float: unset;
    }
    fieldset div.horizontal div.input:not(:first-child) {
        float: unset;
        padding-left: 0px;
    }
}

fieldset .ex {
    clear: both;
    color: #708090;
    font-size: small;
    vertical-align: middle;
    margin: 0 0 0 11px;
}
@media screen and (max-width:900px){
    fieldset .ex {
        display:inline-table;
        ;
    }
}
fieldset .ex.after {
    clear: none;
    margin: 9px 0 9px 16px;
}
@media screen and (max-width:900px) {
    fieldset .ex.after {
        float: right;
    }
}
@media screen and (max-width:900px){
    fieldset .ex.after {
        float: none;
    }
}

fieldset div.ex0 {
    position: relative;
}
fieldset span.ex1 {
    color: #708090;
    font-size: small;
    left: 80px;
    position: absolute;
    padding:7px;
}
fieldset span.ex2 {
    color: #708090;
    font-size: small;
    left: 270px;
    position: absolute;
    padding:7px;
}
fieldset span.ex3 {
    color: #708090;
    font-size: small;
    left: 70px;
    position: absolute;
    padding:7px;
}
fieldset span.ex4 {
    color: #708090;
    font-size: small;
    left: 300px;
    position: absolute;
    padding:7px;
}
fieldset span.ex5 {
    color: #708090;
    font-size: small;
    left: 90px;
    position: absolute;
    padding:7px;
    top:190px;
}
fieldset span.ex6 {
    color: #708090;
    font-size: small;
    left: 210px;
    position: absolute;
    padding:7px;
    top:220px;
}
fieldset span.ex7 {
    color: #708090;
    font-size: small;
    left: 210px;
    position: absolute;
    padding:7px;
    top:315px;
}
fieldset span.ex8 {
    color: #708090;
    font-size: small;
    left: 75px;
    position: absolute;
    padding:7px;
    top:-5px;
}
fieldset span.ex9 {
    color: #708090;
    font-size: small;
    left: 530px;
    position: absolute;
    padding:7px;
    top:-5px;
}
fieldset span.ex10 {
    color: #708090;
    font-size: small;
    left: 75px;
    position: absolute;
    padding:7px;
    top:0px;
}
fieldset span.ex11 {
    color: #708090;
    font-size: small;
    left: 135px;
    position: absolute;
    padding:7px;
    top:190px;
}
fieldset span.ex12 {
    color: #708090;
    font-size: small;
    left: 105px;
    position: absolute;
    padding:7px;
    top:0px;
}
fieldset span.ex13 {
    color: #708090;
    font-size: small;
    left: 120px;
    position: absolute;
    padding:7px;
    top:0px;
}

@media screen and (max-width:900px){
    fieldset span.ex1 {
        left: 35px;
        padding:5px;
        top: 7px;
    }
    fieldset span.ex2 {
        left: 35px;
        padding:5px;
        top: 107px;
    }
    fieldset span.ex3 {
        left: 70px;
        padding:5px;
        top:5px;
    }
    fieldset span.ex4 {
        left: 70px;
        padding:5px;
        top:105px;
    }
    fieldset span.ex5 {
        left: 85px;
        padding:7px;
        top:187px;
    }
    fieldset span.ex6 {
        left: 80px;
        padding:7px;
        top:207px;
    }
    fieldset span.ex7 {
        left: 205px;
        padding:7px;
        top:310px;
    }
    fieldset span.ex8 {
        left: 70px;
        padding:7px;
        top:3px;
    }
    fieldset span.ex9 {
        left: 120px;
        padding:7px;
        top:105px;
    }
    fieldset span.ex10 {
        left: 70px;
        padding:7px;
        top:4px;
    }
    fieldset span.ex11 {
        left: 125px;
        padding:7px;
        top:210px;
    }
    fieldset span.ex12 {
        left: 100px;
        padding:7px;
        top:4px;
    }
}
fieldset div.input.s-select div.input {
    padding-top: 0;
}
fieldset p.restore-search-area {
    text-align: right;
    margin: 12px 0 0 !important;
}
fieldset p.restore-search-area,
fieldset button.direct_input_school_name {
    background: transparent;
    color: #1982d1;
    padding: 0;
    margin-top: 5px;
    cursor:pointer;
    text-shadow: none;
    box-shadow: none;
    border-radius: none;
}
fieldset p.restore-search-area:hover,
fieldset button.direct_input_school_name:hover {
    text-decoration: underline;
}
fieldset div.input p.item {
    font-size: unset;
    margin: 0;
    padding: 6px 20px 6px 4px;
}
fieldset div.input h4 {
    font-weight: bold;
    border-left: 6px solid #ddd;
    border-bottom: 3px solid #ddd;
    padding-left: 6px;
    margin: 0 0 10px;
}
fieldset div.input h5 {
    background-color: #ffeecc;
    padding: 9px 0 8px 14px;
    margin: 0 0 10px;
}
fieldset div.input dl {
    clear: both;
    width: 100%;
    padding: 6px 15px;
    table-layout: fixed;
    border-bottom: 1px solid #ddd;
}
fieldset div.input dl:last-of-type {
    border-bottom: none;
}
fieldset div.input dt,
fieldset div.input dd {
    font-size: inherit;
    font-weight: normal;
    line-height: unset;
    margin: 0;
}
fieldset div.input dt {
    color: #4d4d4d;
    vertical-align: top;
    padding: 0 20px 0 0;
    width: 30%;
    display: table-cell;
}
@media screen and (max-width:900px) {
    fieldset div.input dt {
        width: 220px;
        display: table-cell;
    }
}
@media screen and (max-width:900px){
    fieldset div.input dt {
        width: auto;
        display: table-caption;
    }
}

fieldset div.input dd {
    vertical-align: middle;
    display: block;
}
@media screen and (max-width:900px){
    fieldset div.input dd {
        display: block;
    }
}

fieldset div.input .dlradio dd div.input{
    display: block;
}
fieldset div.input .dlradio dd div.input label {
    display: inherit !important;
    width: 100% !important;
}
fieldset div.input .dlradio dd div.input label input {
    float: left;
    clear: both;
}
fieldset div.input .dlradio dd div.input label p {
    line-height: 1;
    display: table;
}
fieldset div.input dd div.input {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 8px;
    width: auto;
}
fieldset div.input dd div.input.checkbox {
    display: table;
    table-layout: auto;
}
fieldset div.input dd div.input.checkbox label {
    display: block;
    float: left;
    padding: 0;
    width: 240px;
}
fieldset div.input dd div.input.checkbox input[type="checkbox"] {
    margin-bottom: 0;
}
fieldset div.input dd div.input label {
    width: 150px;
    margin: 0;
    padding:0;
}
fieldset div.input dd div.input.radio label {
    display: block;
    margin: 0 10px 0 0;
    width: auto;
}
fieldset div.input > div.input.checkbox label {
    width: inherit;
}

.paginator {
    margin: 16px 0 0;
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}
ul.pagination{
    display:block;
    margin-left:-0.3125rem;
    margin: 0;
}
ul.pagination li{
    color:#222;
    font-size:0.875rem;
    height:1.5rem;
    margin-left:0.3125rem;
}
ul.pagination li a,ul.pagination li button{
    border-radius:3px;
    transition:background-color 300ms ease-out;
    background:none;
    color:#999;
    display:block;
    font-size:1em;
    font-weight:normal;
    line-height:inherit;
    padding:0.0625rem 0.625rem 0.0625rem
}
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus{
    background:#e6e6e6
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button{
    cursor:default;
    color:#999
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus{
    background:transparent
}
ul.pagination li.current a,
ul.pagination li.active a,
ul.pagination li.current button{
    background:#008CBA;
    color:#fff;
    cursor:default;
    font-weight:bold
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus{
    background:#008CBA
}
ul.pagination li{
    display:block;
    float:left
}

.agreement {
    font-size: 1.2em;
    margin: 16px 0 0 6px;
}
.agreement div.input {
    display: inline;
}
.agreement div.input input[type="checkbox"] {
    float: left;
    margin: 6px 7px 0 0;
    transform: scale(1.5, 1.5);
}
@media print, screen and (min-width:900px){
    div.message {
        background-color: #82D5EE;
        box-shadow: 2px 2px 1px #ccc;
        color: #333;
        cursor: pointer;
        display: table;
        font-weight: normal;
        line-height: 2.5em;
        width: auto;
        height: initial;
        overflow: hidden;
        position: absolute;
        top: 2px;
        left: auto;
        right: 1%;
        padding: 20px 40px;
        z-index: 999;
    }
    div.message.hidden {
        opacity: 0;
        height:  0;
        top: -400px;
        -webkit-transition: all 1s ease-in-out 0s;
        -moz-transition: all 1s ease-in-out 0s;
        -ms-transition: all 1s ease-in-out 0s;
        -o-transition: all 1s ease-in-out 0s;
    }
    div.message.error {
        background-color: #C3232D;
        color: #FFF;
    }
    div.message::before {
        line-height: 0px;
        font-size: 25px;
        height: 12px;
        width: 12px;
        border-radius: 15px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        left: -11px;
        background-color: #FFF;
        padding: 17px 10px 2px 10px;
        content: "i";
        color: #a0d3e8;
    }
    div.message.error::before {
        padding: 13px 8px 2px 8px;
        color: #C3232D;
        content: "x";
        font-size: 20px;
    }

    div.message.error a{
        color:#fff;
        text-decoration:underline;
    }

}
@media screen and (max-width:900px){
    div.message {
        background-color: #82D5EE;
        box-shadow: 2px 2px 1px #ccc;
        cursor: default;
        display: table;
        line-height: 1.5em;
        height: initial;
        position: fixed;
        margin: 0 10px 10px 20px;
        padding: 20px 20px;
        z-index: 9999;
        top: 75px;
        width: 80%;
        cursor: pointer;
    }
    div.message:hover {
        opacity: 1;
    }
    div.message.hidden {
        opacity: 1;
        height:  auto;
        top: -400px;
        -webkit-transition: all 1s ease-in-out 0s;
        -moz-transition: all 1s ease-in-out 0s;
        -ms-transition: all 1s ease-in-out 0s;
        -o-transition: all 1s ease-in-out 0s;
    }
    button#selectChangeBtn, button#selectCreateBtn {
        float: none;
        display: table;
    }
    button#selectCreateBtn {
        margin-top: 30px;
    }
    div.message.error {
        background-color: #C3232D;
        color: #FFF;
    }
    div.message::before {
        line-height: 0px;
        font-size:25px;
        height: 12px;
        width: 12px;
        border-radius: 15px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        left: -11px;
        background-color: #FFF;
        padding: 17px 10px 1px 9px;
        content: "i";
        color: #a0d3e8;
        font-weight: bold;
    }
    div.message.error::before {
        padding: 14px 10px 4px 9px;
        color: #C3232D;
        content: "x";
        font-size: 20px;
        margin-bottom: 5px;
    }
    div.message.error a{
        color:#fff;
        text-decoration:underline;
    }
}


/* User-auths override
----------------------------------------------- */
div#UserAuthsRegist div#selectChangeArea input,
div#UserAuthsRegist div#selectChangeArea select,
div#UserAuthsRegist div#selectCreateArea input {
    display: table;
    width: 100%;
}
/* Languages
----------------------------------------------- */
.languages {
    display: table;
    margin: 0 auto;
}
.languages a {
    background-color: #efefef;
    border: 1px solid #CCC;
    display: inline-block;
    padding: 2px 8px;
    margin: 8px 16px 16px;
}
@media print, screen and (min-width:900px){
    .languages a {
        font-size: 0.750em;
    }
}
/* Loading Animation
----------------------------------------------- */
#loading-wrapper {
    background-color: #fff;
    z-index: 900;
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.8;
}

#loading-wrapper .loading-spinner120  {
    width: 78px;
    height: 78px;
    border: 7px solid #8ae4fb;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#processing-wrapper {
    background-color: #fff;
    z-index: 900;
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.8;
}
#processing-wrapper .processing-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#processing-wrapper .processing-text:before {
    color: red;
    font-size: 2em;
    content: "処理中です。そのままお待ち下さい。";
}
/* CombiniPrint
----------------------------------------------- */

.combini-thumbnail {
    height: auto;
    display: inline-block;
    border: 1px solid #dedede;
}
@media print, screen and (min-width:900px){
    .combini-thumbnail {
        max-width: 420px;
        margin: 0 10px;
    }
    .combini-thumbnail.vertically {
        max-height: 420px;
        width: auto;
    }
}

@media screen and (max-width:900px){
    .combini-thumbnail {
        max-width: 400px;
        margin: 10px;
        width: 96%;
    }
    .combini-thumbnail.vertically {
        max-height: 400px;
        width: auto;
    }
}
/* 画面メッセージ
----------------------------------------------- */
.error-message {
    clear: both;
    background-color: #ff0000;
    color: #fff;
    font-size: 0.75em;
    line-height: 1.25em;
    margin: 2px 0 6px 0;
    padding: 2px 6px;
    border-radius: 4px;
    display: table;
}
#flashMessage {
    background-color: #ff0000;
    color: #fff;
    font-size: 135%;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000;
    max-width: 986px;
    margin: 0 auto 12px;
    padding: 8px;
    border-radius: 4px;
}
/*----------------------------------------------- */

#main.admin-layout {
    width: 95%;
}
#main.admin-layout #content,
#main.admin-layout .content {
    width: 100% !important;
}
#main.admin-layout fieldset.wide-label label {
    float: left;
}
#main.admin-layout table {
    width: auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    min-width: 40%;
}
#main.admin-layout table th,
#main.admin-layout table td {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    overflow-wrap: break-word;
    position: relative;
}

/*入学金吹き出し*/
.tooltip-trigger {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.payment-tooltip,
.checklist-tooltip {
    visibility: hidden;
    width: max-content;
    max-width: 250px;
    background-color: #069DCE;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: calc(100% + 13px);
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: normal;
    white-space: normal;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.checklist-tooltip {
    text-align: left;
}

.payment-tooltip::after,
.checklist-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    border-width: 0 7px 10px;
    border-style: solid;
    border-color: transparent transparent #069DCE transparent;
}

.tooltip-trigger:not([style*="display: none"]):hover .payment-tooltip,
.tooltip-trigger:not([style*="display: none"]):hover .checklist-tooltip {
    visibility: visible;
    opacity: 1;
}

.u-line {
    text-decoration: underline;
    text-underline-offset: 0.3em;
}

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

.adm-login-name {
    float: right;
    color: #565656;
    font-size: 0.93em;
    text-align: right;
    margin: 8px 0 0;
    padding-right: 3px;
}
/* 管理画面調査書入力欄用
----------------------------------------------- */
.major-subject {
    background-color: #CCFFCC;
    text-shadow: 1px 1px 0 #000;
}
.input-survey {
    max-width: 40px;
    margin: 0 auto 12px;
    padding: 8px;
}

/* お問合せ画面用
----------------------------------------------- */
.contact div {
    margin-bottom:0px;
}
.contact table {
    margin-left: 52px;
    width: 80%;
    white-space:nowrap;
}
.contact th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* -- 自由配置ビュー用
----------------------------------------------- */
.spline {
    border-bottom: 2px solid #f3f3f3;
    padding:0.75em 0 0.75em 0;
}
.td_change{
    background-color: yellow;
}
/*----------------------------------------------- */

/* -- メール履歴用
----------------------------------------------- */
.mailhistory {
    background-color: #ffffee;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
    margin-bottom: 20px;
    padding: 4px 12px;
    word-wrap: break-word;
    border: 1px solid #ffcc33;
    border-radius: 6px;
}
/*----------------------------------------------- */

.side-nav{
    display:block;
    font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0.875rem 0;
}
.side-nav li{
    font-size:0.875rem;
    font-weight:normal;
    margin:0 0 0.4375rem 0;
}
.side-nav-act{
    background-color: #0099CC !important;
    color: #fff !important;
}


.index table {
    margin: 12px 0 0;
    table-layout: auto;
    display: inline-table;
    border: 1px solid #ddd;
}

.index table td{
    border-left: solid 1px #ddd;
}

.index th{
    background-color:#efefef;
    border-left: solid 1px #ddd;
}
.related table {
    border: 0;
    width: 100%;
    table-layout: auto;
}

.index table tr:nth-child(2n+1) {
    background: #f0ffff none repeat scroll 0 0;
}

.index table tr.canceled,
tr.canceled {
    background-color: #F6F6F6 !important;
}

.table_row_even {
    background: #fff none repeat scroll 0 0;
}
.table_row_odd {
    background: #f0ffff none repeat scroll 0 0;
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

.date select,
.time select,
.datetime select {
    display: inline;
    margin-right: 10px;
}

/*スマホメニュー*/

#global-nav ul {
    list-style: none;
    position: absolute;
    top:5px;
    right: 0;
    font-size: 14px;
}


@media screen and (max-width:900px){
    /* Fixed reset */
    #mobile-head {
        width: 100%;
        height: 60px;
        position: relative;
    }
    .spnavqa{
        background:#017453;
        width:50px;
        float: right;
        color: #fff;
        display: block;
        font-size:0.7em;
        height: 100%;
        text-align:center;
        line-height: 13px;
        position: relative;
    }

    .spnavqa:before{
        content: "? ";
        color: #fff;
        font-weight: bold;
        margin: 20px auto 0px;
        line-height: 0px;
        font-size:3.0em;
        display:table;
    }

    .spnavtxt{
        position:absolute;
        bottom:1px;
        left:2px;
    }

    .spnavqa a{
        color:#fff;
    }

    .spmenu{
        float: right;
        display: block;
    }

    .spmenu_close:hover {
        text-decoration: underline;
    }

    .spmenu_first-use,
    .spmenu_news,
    .spmenu_login {
        display:block;
    }

    /*min-width:800px追加*/

    .wrapper {
        height: 100%;
        min-height: 100%;
        position: relative;
    }

    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity .5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .menu-trigger {
        display: inline-block;
        width: 36px;
        height: 28px;
        vertical-align: middle;
        cursor: pointer;
        position: fixed;
        top: 12px;
        right: 20px;
        z-index: 100;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transition: transform .5s;
    }
    .menu-trigger.active {
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
    }
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color:#017453;
    }
    .menu-trigger.active span {
        background-color: #fff;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
        -webkit-transform: translateY(12px) rotate(-45deg);
        -ms-transform: translateY(12px) rotate(-45deg);
    }
    .menu-trigger span:nth-of-type(2) {
        top: 12px;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-12px) rotate(45deg);
        -webkit-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
    }

    nav {
        width: 250px;
        height: 100%;
        padding-top: 0px;
        background-color:#fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99999;
        transform: translate(250px);
        -webkit-transform: translate(250px);
        -ms-transform: translate(250px);
        transition: all .6s;
        border-top: solid 5px #017453;
    }
    nav.open {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
    }
    nav li {
        color: #fff;
        text-align: center;
        padding: 10px 0;
    }

    * {
        box-sizing: border-box;
    }
    ul {
        list-style: disc;
    }

    /*min-width:800pxここまで*/

    .sptopmenu{
        overflow:hidden;
        border-bottom:solid 1px #017453;
        margin:0px auto 20px;
        display:block;
        height: 75px;
    }

    .sptopmenu li{
        margin:0px !important;
        float:left;
        list-style: none;
        border-right: solid 1px #ccc;
        width: 32%;
        height:100%;
        text-align:center;
        position: relative;
    }

    .sptopmenu li a{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 50px;
        color:#000;
        font-weight:bold;
        text-decoration:none;
        line-height: 15px;
    }

    .sptopmenu li:last-child{
        border-right:none;
    }

    .sptopmenu li:nth-child(1){
        background: url("../images/common/spmenu1.png") center 13px no-repeat;
        background-size: 21px 30px;
        padding-top:45px;
        padding-bottom:5px;
    }

    .sptopmenu li:nth-child(2){
        background: url("../images/common/spmenu2.png") center 5px no-repeat;
        background-size: 32px 37px;
        padding-top:45px;
        padding-bottom:5px;
    }

    .sptopmenu li:nth-child(3){
        background: url("../images/header/qamark2.png") center 13px no-repeat;
        background-size: 30px 30px;
        padding-top:40px;
        padding-bottom:5px;
    }

    #hajimete:before {
        height: 65px;
        margin: -65px 0 0;
        content:"";
        display:block;
    }

    #oshirase:before {
        height: 65px;
        margin: -65px 0 0;
        content:"";
        display:block;
    }

    #shiharai:before {
        height: 65px;
        margin: -65px 0 0;
        content:"";
        display:block;
    }
}
/*================スマホ対応なしテーブル==========================*/
.table02{
    width:100%;
    border:solid 1px #DDDDDD;
}
.table02 th,
.table02 td{
    text-align:center;
    vertical-align: middle;
    padding: 5px;
    border-right: 1px solid #DDDDDD;
}
.table02 th{
    background-color:#EFEFEF;
    font-weight: bold;
}
.table02 tbody th{
    text-align: right;
}
@media screen and (max-width:900px){
    table.table02 {
        margin:0;
    }
}
/*================スマホ対応テーブル==========================*/
.table01{
    width:100%;
    border:solid 1px #DDDDDD;
}
.table01 th,
.table01 td{
    text-align:center;
    vertical-align: middle;
    padding: 5px;
    border-right: 1px solid #DDDDDD;
}
/*================印刷確認用テーブル==========================*/
.table_print{
    max-width:1200px;
    border:solid 1px #DDDDDD;
}
.table_print th,
.table_print td{
    min-width:150px;
    text-align:left;
    vertical-align: middle;
    padding: 5px;
    border-right: 1px solid #DDDDDD;
}
@media screen and (max-width:900px) {
    .table01{
        border:none;
    }

    /* スマホ対応テーブル */
    .table01 thead {
        display: none;
    }

    .table01 tr {
        border: 2px solid #999999;
        border-radius: 5px;
        margin: 0 auto 20px auto;
        padding: 8px;
        width: 90%;
    }

    .table01 td {
        border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-bottom: 1px solid #dbe1e8;
        text-align: left;
        padding:10px!important;
    }

    .table01 tr, .table01 td {
        display: block;
        overflow:hidden;
    }

    .table01 td::before {
        content: attr(area-label);
        display: inline-block;
        font-weight: bold;
        float: left;
        text-align: left;
        padding-right: 20px;
        margin-bottom: 5px;
        width:30%;
    }

    .table01 td.td_title_nowrap::before {
        width:100%;
    }

    table01 .tarea{
        width: 60%;
        display: inline-table;
        text-align: left;
    }
}
/*================ページ内リンク用（スマホでヘッダとかぶらないように）===========*/
.link_to::before {
    display:none;
}

@media screen and (max-width:900px){
    .link_to{
        width:100%;
    }
    .link_to::before {
        height: 70px;
        margin: -70px 0 0;
        content: "";
        display: block;
    }
}

div.scroll_div {
    overflow: auto;
}

/* エラーセル表示 */
td.show_error{
    background-color: yellow;
    color:red;
    font-weight: bold;
}
span.show_error{
    background-color: red;
    color:white;
    font-weight: bold;
    padding:1px;
}

#conv-report-flg .textarea-wrapper {
    width: 300px;
    position: relative;
}

#conv-report-flg .textarea-wrapper #count {
    position: absolute;
    top: 5px;
    right: 0;
}

#conv-report-flg #duplicated-alert {
    padding-top: 30px;
}

#conv-report-flg #duplicated-list > li {
    padding-left: 30px;
}

#conv-report-flg-confirm .duplicated > td {
    color: #bbb;
}

#conv-report-flg-confirm  .canceled > td,
#conv-report-flg-confirm  .invalid > td{
    color: red;
}

#conv-report-flg-confirm td.icon {
    width: 24px !important;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

#conv-report-flg-confirm .canceled > td.icon,
#conv-report-flg-confirm .invalid > td.icon,
#conv-report-flg-confirm td.error-icon {
    background-image: url(../images/common/icon_cancel_48.png);
}

#conv-report-flg-confirm .changed > td.icon,
#conv-report-flg-confirm td.changed-icon {
    background-image: url(../images/common/icon_warning_48.png);
}

#conv-report-flg-confirm .normal > td.icon,
#conv-report-flg-confirm td.normal-icon {
    background-image: url(../images/common/icon_check_48.png);
}

#conv-report-flg-confirm .verified > td.icon,
#conv-report-flg-confirm td.verified-icon {
    background-image: url(../images/common/icon_verified_48.png);
}

#conv-report-flg-confirm .duplicated > td.icon,
#conv-report-flg-confirm td.duplicated-icon {
    background-image: url(../images/common/icon_block_48.png);
}

#conv-report-flg-confirm .received > td.icon,
#conv-report-flg-confirm td.received-icon {
    background-image: url(../images/common/icon_error_48.png);
}

#conv-report-flg-confirm .summary {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 120px;
}

#conv-report-flg-confirm .summary .total {
    padding-left: 50px;
}

#conv-report-flg-confirm .summary .alert-message {
    font-weight: bold;
    font-size: 14px;
}

#conv-report-flg-confirm button:disabled {
    transform: none;
    cursor: default;
}

@media screen and (max-width:900px){
    #conv-report-flg-confirm .summary {
        text-align: center;
    }
}
/*================指定日時での設定確認==========================*/
.check-on {
    width: 220px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    border: 3px solid #3f98ef;
    background-color: rgba(255,0,0,0.9);
    z-index: 300;
}

/*================メールプレビュー画面での文字化け差分のハイライト==================*/
span.highlight-diff {
    background-color: red;
    color: white;
    font-weight: bold;
}
/*================よくある質問topへ戻るボタン==================*/
#topbutton {
    position: fixed;
    bottom: 110px;
    right: 18px;
    width: 2em;
    display: none;
    background-color: #006600;
    opacity: 0.75;
    border-radius: 50%;
    text-align: center;
    font-size: 125% !important;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    word-break:keep-all;
}
#topbutton a {
    color: white;
    text-decoration: none;
}
#topbutton a:active {
    color: yellow;
    text-decoration: underline;
}

/*================なりすまし画面====================================================*/
.top_redborder {
    border: 1px solid #FF0000;
    border-radius: 10px;
    width:500px;
    padding:3px 5px 5px 0px;
}

.middle_redborder {
    border: 1px solid #FF0000;
    border-radius: 10px;
    width:auto;
    padding:3px 5px 5px 0px;
}

.home_redborder {
    border: 1px solid #FF0000;
    border-radius: 10px;
    padding:5px;
}

.float_left {
    float:left;
    margin-bottom: 10px;
}

.float_clear {
    clear: both;
}

.mt4  {
    margin-top: 4px !important;
}

/*================出身校なりすまし画面==================================*/

/*----------背景色-------------*/
.old_bkgray {
    background-color: #cccccc  !important;
}
.old_gouhi {
    color: #ff3300;
}

/*====指定日時での設定確認======*/
.check-old {
    width: 240px;
    height: 70px;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0.6;
    border: 3px solid #3f98ef;
    background-color: rgba(255,0,0,0.9);
    z-index: 300;
}

/*====支払い情報入力画面　入力欄下部エラー表示======*/
.payments ul{
    list-style: none;
}
.payments .alart {
    color: #f33;
    font-weight: bold;
    margin-bottom: 5px;
}
/*====pdf編集画面======*/
.canvas_area {
    overflow: hidden;
    position: relative;
}
.file_edit{
    display:flex;
    width: 100%;
}
.table_selection{
    margin-left: 10px;
    margin-bottom : 10px;
}
.input_font{
    display: block;
}
.selected_status_area{
    border: solid;
}
.selection{
    height: auto;
    width: 256pt;
    top: 0px;
    left: 0px;
    font-size: 12pt;
    border: 1px dashed;
    border-color: blue;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1000;
}
.abs{
    position:absolute;
}

.delete_btn{
    right:0;
}
.selected_area{
    display:flex;
}
.selected_text{
    margin: auto 20px auto 0;
}
.selected_sample{
    height: auto;
    width: auto;
    font-size: 12pt;
    border: 1px dashed;
    border-color: blue;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1000;
    background-color: yellow;
}
.scroll_table{
    height: 330px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.non_scroll{
    top: 0;
    position: sticky;
}
.warning_text{
    color:red;
    margin-left: 10px;
}
.table_selection_header{
    width:max-content !important;
}
.radio_selection{
    display:flex;
    flex-flow: column;
}
.selected_btn{
    margin: 0 0 0 auto;
}
/*==========顔写真関連============*/
#current_portrait {
    max-width: 450px;
}
#wrapper_use_portrait {
    display: flex;
}
#wrapper_use_portrait.admview {
    width: 900px;
    margin: 0 auto;
}
#input_block_use_portrait {
    margin-right: 0px;
}
#image_block_use_portrait {
    margin-top: 20px;
    margin-left: 10px;
}
#image_block_use_portrait img {
    max-width: 180px;
    border: 1px solid #ddd;
}
#portrait_preview {
    width: fit-content;
    display: flex;
    align-items: end;
}
.portrait_view_wrapper img {
    max-width: 180px;
    margin: 8px 0 0 17px;
}
.btn_to_portrait {
    display: table;
    float: left;
    font-size: 1.0em;
    margin: 14px 14px 14px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn_to_portrait:hover {
    font-size: inherit;
    padding-left: 10px;
    padding-right: 10px;
}
.portrait_ng_rei {
    max-width: 100%;
}
.notice-portrait {
    border: 1px solid #ccc;
    padding: 6px 12px;
    background-color: #fffddd;
    margin-bottom: 20px;
}
.notice-portrait > * {
    font-size: .875em;
    margin: 0;
}
@media screen and (max-width:900px){
    #current_portrait {
        max-width: 250px;
    }
    #wrapper_use_portrait.admview {
        width: fit-content;
    }
    #input_block_use_portrait {
        margin-right: 10px;
    }
    #image_block_use_portrait {
        margin-top: 10px;
    }
    #image_block_use_portrait img {
        max-width: 90px;
    }
    .btn_to_portrait {
        display: inherit;
        float: none;
        font-size: 1.1em;
        margin: 10px 0;
    }
    .btn_to_portrait:hover {
        font-size: 1.1em;
    }
}
.portrait_view img {
    float: left;
    max-width: 180px;
    margin: 8px 0 0 17px;
    display: flex;
    align-items: center;
    vertical-align: top;
    position: relative;
}
.portrait_view {
    position: relative;
}
.btn_view_portrait {
    display: table;
    float: left;
    font-size: 1.0em;
    margin: 14px 14px 14px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 430px;
    bottom: 0;
}
.btn_view_portrait:hover {
    font-size: inherit;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (max-width: 900px) {
    .btn_view_portrait {
        right: -13px;
    }
}

/*================スタッフアカウント管理画面==================================*/
.option-container {
    margin: 25px 0px 10px 0px;
}
.radio_btn_orange {
    color: #FFFFFF;
    background: #FB8A00;
    padding: 9px 5px 9px 10px;
    display: flex;
    align-items: center;
    text-shadow: 2px 3px 3px rgb(62 26 8 / 18%);
    letter-spacing: 1px;
}
.radio_btn_mintgreen {
    color: #FFFFFF;
    background: #2F8C92;
    padding: 9px 5px 9px 10px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}
.option-container input[type="radio"]{
    width:18px;
    height: 18px;
    border: none;
    background: #ffffff;
}
.option-container .p_flex {
    display: flex;
    justify-content: space-around;
    border: solid 1px #FD8800;
    padding: 10px 20px;
}
.option-container .select-color {
      column-gap: 10px;
}
.option-container .input-radio {
      -webkit-appearance: none;
      height: 18px;
      width: 18px;
      border-radius: 50%;
      position: relative;
 }
.option-container .radio-text{
     cursor: default;
 }
.option-container .input-radio:before {
        content: "";
        display: block;
        position: absolute;
        width: 50%;
        height: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
  }
.option-container .input-radio:checked:before {
        background:#666666;
  }
.option-container ul{
      width: calc(100% / 3);
  }
.option-container li.title{
      background:#FFEECC;
      border-radius: 20px;
      text-align: center;
      padding: 6px;
      font-weight: bold;
      margin-bottom: 10px;
  }
.option-container li{
    list-style: none;
    background-image: url(../images/common/icon_check_o.svg);
    background-repeat: no-repeat;
    padding-left: 26px;
    background-position-y: center;
    background-size: 14px;
    background-position-x: 5px;
}
.option-container .btn_mini{
    background-color: #2F8C92;
    padding: 0px;
    border-radius: 0px;
    padding: 3px 10px;
    box-shadow: none;
    font-size: 0.9rem;
    text-shadow: none;
}
.option-container table td img{
    margin-left: 10px;
}
.option-container table td .del-check{
    text-align: center;
}
.option-container table li{
    background: none;
    padding:0px;
    margin:0px!important;
}
.option-container table th{
    padding: 0px 0px 5px 10px;
    text-align: left;
}
.option-container .tbcenter{
    text-align: center;
    padding-right: 10px;
}
.option-container .add-school{
    background: #ffffff;
    border-radius: 0px;
    box-shadow: none;
    border: solid 1px #007095;
    padding: 5px 30px;
    color: #000000;
    text-shadow: none;
    font-size: 0.95rem;
    display: table;
    margin: 20px auto 10px;
    background-image: url(../images/common/icon_addbox.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 45px;
    padding-top: 7px;
    background-position-x: 17px;
}
button.confirm-btn{
    background: #2F8C92;
    color: #ffffff;
    border-radius: 0px;
    box-shadow: none;
    display: table;
    margin: 20px auto 0;
    padding: 8px 62px;
}


#post_process,#d_app_permission {
    height: 450px;
    width: 710px;
    font-size: 1.3rem;
    overflow: unset;
}
/* テーブルのtd要素に下線を追加 */
.d_app_permission table dt {
    border-bottom: 1px solid #000; /* 下線を黒に設定 */
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(152, 152, 152, 0.7);
    width: 100%;
    height: 100%;
    z-index: 10;
}

.table_back_gray {
background-color: #f5f5f5;
border:solid 1px #2F8C92;
padding:10px 20px;
}
.table_back_gray table{
    width: 100%!important;;
}
.table_back_gray ul{
    width: 100%;
}
.table_back_white {
background-color: #FFFFFF;
}

.search_key{
    color:red;
    font-weight: bold;
}
.search_key_display{
    text-decoration:underline;
    cursor : pointer;
}

/*==========固定バー============*/
div.header_sub_bar {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    min-height: 60px;
    align-items: center;
    padding: 5px 0;
    margin-bottom: 30px;
    position: relative;
}
div.header_sub_bar .page_title {
    margin: auto;
}
div.header_sub_bar .unselected_school_block{
    display: flex;
    margin: auto;
    align-items: center;
}
div.header_sub_bar .school_top_btn,
div.header_sub_bar .school_selection_btn2 {
    margin-left: 2.5%;
    position: absolute;
}
@media screen and (max-width: 900px) {
    div.header_sub_bar .school_top_btn,
    div.header_sub_bar .school_selection_btn2 {
        position: unset;
    }
}
div.header_sub_bar .selected_school_block {
    display: flex;
    margin: auto;
    align-items: center;
}
div.header_sub_bar .selected_school_block .selected_school,
div.header_sub_bar .page_title
{
    font-weight: bold;
    font-size: 1.2em;
}
div.header_sub_bar .selected_school_block .change_school_btn {
    margin-left: 25px;
}
div.header_sub_bar .selected_school_block .selected_school {
    background: url(../images/common/icon_school.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center left;
    line-height: 1.8;
    text-align: center;
    padding-left: 55px;
    background-size: 40px;
}
div.header_sub_bar .page_title.manual {
    background: url(../images/header/manualmark.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center left;
    background-size: 28px;
    line-height: 1.7;
    padding-left: 35px;
    text-align: center;
}
div.header_sub_bar .page_title.email_edit {
    background: url(../images/header/mailmark.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center left;
    background-size: 28px;
    line-height: 1.7;
    padding-left: 35px;
    text-align: center;
}
div.header_sub_bar .page_title.pass_edit {
    background: url(../images/header/keymark.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center left;
    background-size: 28px;
    line-height: 1.7;
    padding-left: 35px;
    text-align: center;
}
div.header_sub_bar .page_title.settings {
    background: url(../images/header/settingmark.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center left;
    background-size: 28px;
    line-height: 1.7;
    padding-left: 35px;
    text-align: center;
}
div.header_sub_bar .selected_school_block .change_school_btn a,
div.header_sub_bar .selected_school_block .change_school_btn a:hover {
    padding: 5px 20px 5px 35px;
    background: url(../images/common/icon_cached.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left 8px top 3px;
    color: #000;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
    font-size: 0.9em;
    margin-top: -2px;
    white-space: nowrap;
}
div.header_sub_bar .school_top_btn a,
div.header_sub_bar .school_top_btn a:hover,
div.header_sub_bar .school_selection_btn2 a,
div.header_sub_bar .school_selection_btn2 a:hover {
    padding: 5px 20px 5px 35px;
    background: url(../images/common/icon_home.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left 8px top 2px;
    margin: 0;
    text-decoration: none;
    color: #000;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
    font-size: 0.9em;
    margin-top: -2px;
    white-space: nowrap;
}
div.header_sub_bar .selected_school_block .change_school_btn a:hover,
div.header_sub_bar .school_top_btn a:hover,
div.header_sub_bar .school_selection_btn2 a:hover{
    transform: translate(1px,2px);
    text-decoration: none;
}
.unselected_school_block .school_selection_btn {
    margin-left: 15px;
}
.unselected_school h2 {
    font-size: 1.2em;
    background: url(../images/common/icon_school.svg);
    background-repeat: no-repeat;
    float: left;
    background-color: transparent;
    text-align: center;
    margin: 0;
    background-position: center left;
    line-height: 1.8;
    padding-left: 55px;
    background-size: 40px;
}
.school_selection_btn {
    background-color: #0099CC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 2px;
    color: #FFF;
    line-height: 24px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #336699;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .255);
    margin-top: -3px;
    margin-left: 10px;
    text-align: center;
    font-size: 15px;
    padding: 3px 10px 3px 3px;
}
.school_selection_btn a {
    background: url(../images/common/icon_drop-down.svg);
    background-repeat: no-repeat;
    float: left;
    background-color: transparent;
    padding-left: 25px;
    text-align: center;
    margin: 0;
    background-position: center left;
    color: #fff;
    text-decoration: none;
}
#content .school_select_box {
    margin: 20px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*==========学校選択画面============*/
#content .columns table.select_schools {
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    width: 100%;
}
.select_schools th.operation {
    text-align: center;
}
.school_list td.school_name {
    min-width: 220px;
    height: 45px;
    font-weight: bold;
    font-size: 16px;
}
.school_list td.school_name_kana {
    min-width: 300px;
}
.school_list td.select_school {
    min-width: 75px;
    text-align: center;
}
.school_list td.select_school a.button {
    padding: 5px 21px;
}
.school_list td p.selecting_school {
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: normal;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    -webkit-appearance: none;
    border-style: solid;
    border-width: 3px;
    border-color: #017453;
    border-radius: 5px;
    color: #017453;
    display: inline-block;
    margin-left: 0;
}
.search_target_tbody tr.hidden {
    display: none;
}

/*==========検索バー============*/
.search_box {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.search_box::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/common/icon_search_gray.svg) no-repeat center center / auto 100%;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 5px;
}
.search_box input {
    padding: 3px;
    width: 200px;
    padding-right: 28px;
}
/*==========汎用モーダル============*/
dialog{
    padding: 0px;
}
@keyframes modal-open {
    0% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.dialog {
  border: none;
}
.dialog[open] {
    animation: modal-open 0.3s ease;
}
.dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: modal-open 0.3s ease;
}
.dialog button {
  /*display: table;*/
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 0;
  background: #2f8c92;
  box-shadow: none;
}
.dialog button.disabled, .dialog button[disabled] {
  color: #bbb;
  background-color:#333;
  box-shadow: unset;
}
/* 汎用モーダル 閉じるボタン */
.dialog .js_dialog_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: none;
  box-shadow: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog .js_dialog_close::before, .dialog .js_dialog_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 25px; /* 棒の高さ */
  content: "";
  background: #017453;
}
.dialog .js_dialog_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.dialog .js_dialog_close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.dialog .js_dialog_close:hover {
  opacity: 0.7;
}
.dialog .js_dialog_close .dialog_close_txt {
  position: absolute;
  width: 40px;
  top: 23px;
  font-size: 0.75rem;
  color: #017453;
  text-align: center;
}
/* 汎用モーダル 見出し */
.dialog h2 {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding-right: 30px;
  gap: 10px;
}
.dialog h2 img {
    height: 1.3em;
}
.dialog h3 {
  font-size: 19px;
  font-weight: normal !important;
  display: flex;
  align-items: center;
  margin: 5px 0 15px !important;
  padding: 0 5px 5px !important;
  letter-spacing: normal !important;
  border-bottom: 2px solid #388826;
  border-left: none !important;
  background: none !important;
  gap: 10px;
}
.dialog h3 img {
  height: 1.3em;
}
.dialog * + h3 {
  margin-top: 20px !important;
}
.dialogInputArea {
     padding: 20px;
}

#d_app_permission{
    height: max-content;
}
.d_app_permission .permission_wrap{
    overflow: auto; /* スクロールバーを表示 */
    height: 295px;
    padding: 10px;
    font-size:1.05rem;
}
.dialog-container .school{
    overflow: auto; /* スクロールバーを表示 */
    height: 260px;
    padding: 0 10px 10px;
    font-size:1.05rem;
}

.permission_wrap dd,
.permission_wrap dt{
    margin-bottom: 10px;
}
.permission_wrap dl{
    border-bottom: solid 1px #ccc;
    margin: 5px 0px;
}
.permission_wrap dd label,
.permission_wrap dd label input{
    margin-right: 10px;
}
.permission_wrap .other{
    background: #388826;
    display: table;
    padding: 3px 10px;
    margin: 10px 0px; 
    font-size:0.95rem;
    color:#ffffff;
}
.school .school_list{
    border-bottom: solid 1px #ccc;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    align-items: center;
    padding: 5px 0px;
    width: 95%;
}
.school .school_list button{
    padding: 3px 15px 1px;
    margin: 5px;
}
/*一括分割請求モーダル*/
#entries_view_payment {
    width: 85%;
    max-width: 500px;
}
#entries_view_payment .dialog-container .dialogInputArea .payment_btn_area {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
#entries_view_payment .dialog-container div:first-of-type form {
    text-align: center;
}
@media print, screen and (min-width: 900px) {
    .openModalresp{
        display: none;
    }
    table tr.LumpEntranceFeeRow td:last-child {
        border-right:1px solid #DDDDDD;
    }
}
@media print, screen and (max-width: 900px) {
    .openModalpc{
        display: none !important;
    }
    .table01 tr.EntranceFeeRow {
        margin-bottom: 0;
        border-bottom-width: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-bottom: 0;
    }
    .table01 tr.EntranceFeeRow td:nth-last-of-type(2) {
        border-bottom: 2px solid #999999;
    }
    .table01 tr.LumpEntranceFeeRow {
        margin-bottom: 0;
        border-top-width: 0;
        border-bottom-width: 0;
        border-radius: 0;
    }
    .table01 tr.LumpEntranceFeeRow td:last-of-type {
        border-bottom: 2px solid #999999;
    }
    .table01 tr.BalanceEntranceFeeRow {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top-width: 0;
        padding-top: 0;
    }
    .table01 tr.BalanceEntranceFeeRow td:nth-last-of-type(2) {
        border-bottom: 2px solid #999999;
    }
    .table01 tr.BalanceEntranceFeeRow td:last-of-type {
        padding-top: 15px !important;
    }
}
/*==========検索バー============*/
.search_box {
    display: inline-block;
    position: relative;
}

.search_box input {
    padding: 3px;
    width: 200px;
    padding-right: 28px;
}
.search_first_box{
    display: flex;
    width: 100%;
}

.search_wrap{
    border: solid 10px #EEEFEB;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 20px 20px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.search_wrap .check{
    display: none;
}
@media print, screen and (min-width:900px) {
    .search_wrap .check{
        display: none;
    }
}
.search_keyword{
    width: 60%;
    border: solid 2px #E0E0E0;
    margin-right: 10px;
}
.search_keyword_wrap{
    padding: 15px 20px 20px;
}
.search_keyword_wrap textarea{
    height: 60px;
}
.search_keyword_flex{
    display: flex;
}
.search_keyword_flex div{
    margin-right: 10px;
}
.search_and{
    display:flex;
    flex-wrap:wrap;
    margin-top:10px;
}
.search_and_box{
    border: solid 2px #E0E0E0;
    margin:0px 10px 0px 0px;
    max-width: 300px;
}
.search_and_box.wide {
    max-width: 400px;
}
.search_and_wrap{
    padding:10px;
    overflow: auto;
    max-height: 150px;
}
.search_and_wrap_none{
    padding:10px;
}
.search_and_wrap_select{
    padding:10px;
    max-height: 135px;
}
.search_and_wrap_select select{
   border-color: #eeeeee;
   max-width: 100%;
   overflow-x: auto;
   min-height: 140px;
}
.search_and_wrap input[type="text"]{
    width: auto;
}
.search_and_box .mini{
    font-size: 0.7rem;
    text-align: left;
    margin-left: 5px;
}
.search_ti{
    background: #F3F3F3;
    padding: 7px 10px 7px 10px;
}
.search_ti .mini{
    font-size: 0.9rem;
}
.search_footer{
    display: flex;
    justify-content: center;
    position: relative;
    margin: 20px auto 0px;
    width: 100%;
}
.search_filter{
}
.search_filter_close{
    border: dashed #f39800 2px;
    border-radius: 10px;
    padding: 5px 20px 5px 18px;
    display: flex;
    justify-content: center;
    color:#000000;
}
.search_filter_close img{
    margin-right: 10px;
}
.search_filter_open{
    border: dashed #f39800 2px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    line-height: 20px;
}
.search_filter_open img{
    display: block;
    margin: auto;
    width: 28px;
    margin-bottom: 10px;
}

.search_filter a:nth-child(1) {
    color: #ffffff;
}
.search_filter a:nth-child(2) {
    color: #000000;
}

.search_filter_close:hover,
.search_filter_open:hover{
    transform: translate(1px, 2px);
}
.search_filter a:hover{
    text-decoration: none;
}
.search_check{
    display:table;
    padding-left: 10px;
    margin-top:10px;
}
.kanji_check{
    display: flex;
}
.search_and_box_an{
   border:none;
}
.search_ti_an{
    padding: 7px 10px 0px 10px;
    font-weight: bold;   
}
.sf_wrap{
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.search_an_wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 250px;
    white-space: normal;
    margin-top: 5px;
    font-size: 0.9rem;
}
.search_f_start{
    background-image: url(../images/common/icon_search_w.svg);
    background-color: #f39800;
    box-shadow: 0 3px 0 #ffd900;
    background-repeat: no-repeat;
    background-position-x: 45px;
    background-position-y: center;
    padding: 5px 72px 5px 90px;
    font-size: 1.25rem;
    letter-spacing: 7px;
}
.search_f_reset{
    background: no-repeat;
    box-shadow: none;
    color: #000000;
    text-shadow: none;
    font-size: 0.9rem;
    text-decoration: underline;
}
.search_f_start:hover,
.search_f_start:focus{
    background: #f39800;
    background-image: url(../images/common/icon_search_w.svg);
    background-position-x: 45px;
    background-position-y: center;
    background-repeat: no-repeat;
    transform: translate(1px, 2px);
}
.search_f_reset:hover,
.search_f_reset:focus{
    color: #000000;
    background: none;
}
/*========== 検索結果 操作ボタン ============*/
.operation_btn_wrap{
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    align-items: flex-start;
}
.operation_btn_wrap.wrap_on{
    flex-wrap: wrap;
}
.operation_btn_group{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    margin-right: 15px;
}
.operation_btn_title{
    border-top:solid 2px #E0E1DB;
    border-left:solid 2px #E0E1DB;
    border-right:solid 2px #E0E1DB;
    position: relative;
    top:2px;
    background: #ffffff;
    padding: 9px 20px 0px;
    line-height: 10px;
    font-size: 0.95rem;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.operation_btn_title img{
    margin-right: 5px;
}
.operation_btn_main{
    border:solid 2px #E0E1DB;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    align-items: flex-start;
    min-width: 180px;
}
.operation_btn_main_plain{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.operation_btn_main button,
.operation_btn_main .button{
    margin: 5px 0;
    font-size: 0.95rem;
}
.operation_btn_main2{
    border:solid 2px #E0E1DB;
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
    align-items: flex-start;
}
.operation_icon_all{
    background: #069DCE;
    color: #ffffff;
    border-radius: 2px;
    font-size: 0.6rem;
    padding: 4px 3px 4px;
    letter-spacing: 0.01rem;
    font-weight: bold;
    margin-right: 5px;
}
.operation_btn_title_wrap{
    display: flex;
    align-items: end;
}
.operation_note{
    font-size: 0.8rem;
    margin-left: 10px;
    line-height: 16px;
    margin-bottom: 2px;
    display: flex;
}
.operation_note img{
    width: 18px;
    margin-right: 5px;
}
.operation_icon_wrap{
    display: flex;
    align-items: center;
}
.operation-check{
    display: none;
}
.operation-label{
    color: #fff;
    display: block;
    margin-bottom: 1px;
    position: relative;
    padding-right:30px!important;
    padding-left:10px!important;
}
.operation-label:after{
    box-sizing: border-box;
    content:'　';
    display: block;
    position: absolute;
    right: 7px;
    top: calc(50% - 4px);
    background-image:url("../images/common/icon_arrow_down_w.svg");
    background-repeat: no-repeat;
    background-size: 13px;
    padding: 0px;
}
.operation-content{
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.operation-check:checked + .operation-label:after{
    content:'　';
    background-image: url(../images/common/icon_arrow_up_w.svg);
    background-repeat: no-repeat;

}
.operation-check:checked + .operation-label + .operation-content{
    opacity: 1;
    visibility: visible;
}

ul.operation_menu{
    position: absolute;
    z-index: 100;
    box-shadow: 2px 2px 4px #8080808f;
}
ul.operation_menu li{
    background: #EFEFEF;
    list-style: none;
    margin: 0px;
    border-bottom: dotted 1px #999999;
    padding: 5px 20px;
    letter-spacing: 1px;
    font-size: 0.95rem;
}
ul.operation_menu li button{
    white-space: nowrap;
    background: none;
    color: #000000;
    text-shadow: none;
    padding: 0px;
    box-shadow: none;
    margin: 0px;
}
ul.operation_menu li a{
    color: #000000;
    display: block;
}
ul.operation_menu li a:hover{
    text-decoration: none;
    transform: translate(1px, 2px);
}
.operation_h4{
    font-weight: bold;
    margin: 30px 0px 20px;
    letter-spacing: 1px;
    font-size: 1.1rem;
    display: flex;
}
.operation_h4 img{
    width: 19px;
    margin-right: 5px;
}
.operation_check_wrap_l{
    border-right:dotted 1px #cccccc;
    padding-right: 30px;
    margin-right: 30px;
}
.operation_check_wrap_r{
    display: flex;
    flex-wrap: wrap;
}
.operation_btn_group .gouhi button{
    font-size: 16px;
}
.operation_btn_group .nowrap{
    white-space: nowrap;
}
/*========== アカウントをお持ちでない方 ============*/

.start_login{
    display: none;
}

@media screen and (max-width:900px) {
.start_login{
    border:solid 3px #CAE3FD;
    display: table;
    margin: 0 auto 20px;
    border-radius: 15px;
    box-shadow: 1px 2px 6px 0px rgb(0 0 0 / 15%);
}
.start_login a{
    display: table-cell;
    padding: 11px 20px 10px;
}
.start_login:hover{
    transform: translate(1px, 2px);
}
.start_login a:hover{
    text-decoration: none;
}
.start_login .label{
    display: flex;
    color:#333333;
    font-weight: bold;
    align-items: center;
    font-size: 0.95rem;
}
.start_login .label img{
    width: 14px;
    margin-right: 7px;
}
.start_login .lead{
    display: block;
    color: #086AD0;
    font-size: 0.8rem;
}
}

/* 出願承認ステータス
----------------------------------------------- */
/* 承認ステータス */
.approval_type_label {
    color: white;
    padding: 0 5px;
    white-space: nowrap;
}
.approval_type_label.entry {
    background-color: #4D4398;
}
.approval_type_label.withdraw {
    background-color: #D3381C;
}

.approval_status_label {
    position: relative;
    display: inline-block;
    padding-left: 1em;
    white-space: nowrap;
}
.approval_status_label:before {
    content: '●';
    position: absolute;
    left: 0;
}
.approval_status_label.entry:before {
    color: #0099FF;
}
.approval_status_label.withdraw:before {
    color: #FF9900;
}

.approval_icon_link {
    display: inline-block;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    height: 20px;
    width: 20px;
    background-color: white;
    color: #000;
    text-align: center;
    box-sizing: content-box;
}
.approval_icon_link:before {
    content: "…";
}
.approval_icon_link:hover,
.approval_icon_link:focus {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
    text-decoration: none;
}

/* 承認ステータス変更ドロップダウンメニュー */
.approval_dropdown_wrapper {
    position: relative;
}
.approval_dropdown_wrapper .dropdown_list {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
}
.approval_dropdown_wrapper:hover .dropdown_list {
    display: block;
}
.approval_dropdown_wrapper.for_approval_icon .dropdown_list {
    top: 0px;
    right: 10px;
    width: auto;
}
.approval_dropdown_wrapper .dropdown_item {
    position: relative;
    margin: 0px!important;
    padding: 0px!important;
    text-align: left;
    list-style-type: none;
}
.approval_dropdown_wrapper .dropdown_item:not(:last-child) {
    border-bottom: dashed 1px #ccc;
}
.approval_dropdown_wrapper.for_approval_icon .dropdown_item .title {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px 10px 2px 5px;
    box-sizing: border-box;
    color: #fff;
    background-color: #017453;
    font-size: 1rem;
}

.approval_dropdown_wrapper .dropdown_item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1rem;
    color: #000;
}
.approval_dropdown_wrapper .dropdown_item a:hover {
    color: #fff;
    background-color: #007095;
}
/* ----------------------------------------------- */
/*========== 2段階認証画面アコーディオン ============*/
.accordion_2fa summary {
    display: grid; /* 初期値の display: list-item 以外を指定したので、デフォルトの三角形アイコンは非表示になる */
    align-items: center;

    padding: 10px 20px;

    list-style-type: none;

    grid-template-columns: 1fr 24px;
    gap: 6px;
    background-color: #d1ecef;
}
.accordion_2fa summary:hover {
    cursor: pointer;
}
/* Safariで表示されるデフォルトの三角形アイコンを消す */
.accordion_2fa summary::-webkit-details-marker {
    display: none;
}
.accordion_2fa .accordion_2fa_icon {
    position: relative;
    width: 24px;
    margin-left: 6px;
    transition: transform 0.3s;
}
/* アイコンのバーのスタイル */
.accordion_2fa .accordion_2fa_icon::before, .accordion_2fa .accordion_2fa_icon::after {
    position: absolute;

    display: block;

    width: 15px;
    height: 3px;

    content: "";

    background-color: #15848f;
}
.accordion_2fa .accordion_2fa_icon::before {
    left: 0;

    transform: rotate(45deg);
}
.accordion_2fa .accordion_2fa_icon::after {
    right: 0;

    transform: rotate(-45deg);
}
/* アコーディオンが開いた時のスタイル */
.accordion_2fa details[open] .accordion_2fa_icon {
    transform: rotate(180deg);
}
.accordion_2fa details[open] .smart {
    animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
/*========== 2段階認証画面アコーディオン end ============*/

/* 管理者／日付設定、金額設定の確認リスト
----------------------------------------------- */
.setting_checklist_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.date_setting_checklist tr th,
.fee_setting_checklist tr th {
    border-bottom: none;
}
.date_setting_checklist tr td,
.fee_setting_checklist tr td {
    border-top: 1px solid #DDDDDD;
    border-bottom: none;
}
.date_setting_checklist tr.grouping td,
.fee_setting_checklist tr.grouping td {
    border-top: 1px dotted #DDDDDD;
}

.date_setting_checklist tr.today {
    background-color: #FFD966 !important;
}
.date_setting_checklist tr.highlight_day {
    background-color: #FFF2CC !important;
}
.date_setting_checklist tr.today .date_label {
    font-weight: bold;
}

.fee_setting_checklist_note {
    max-width: 500px;
}
/* ----------------------------------------------- */

