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

/*----------配置-------------*/
.fleft {
    float: left;
}/*要素を左に寄せる。後に続く内容はその右側に回り込む*/
.left{
    float:left !important
}
.flex{
    display:flex;
    align-items: flex-start;
}
.flex-stretch{
    display:flex;
}
.flex-center{
    display: flex;
    align-items: center;
}

.justify-content{
    justify-content:space-between;
}
.justify-content-around{
    justify-content:space-around;
}
.justify-content-center{
    justify-content:center;
}

.flex-align-items{
    align-items:center;
}

.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;
    display: block\9; /* for lte IE8 */
    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;
}
.wrapwidth80{
    width: 90%;
    margin: 0 auto;
}

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

.float_clear {
    clear: both;
}

.float_overflow {
    overflow: hidden;
    padding: 5px;
}

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


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

.small {
    font-size: 0.9em; /* 13px */
    font-weight: normal;
}
.te_blue {
    color: #36C;
}
.te_red {
    color: #ff3300;
}
.te_gray {
    color: #666;
}

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

.bd {
    border:solid;
}

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

.iframe{
    display: block;
    width: 95%;
    height: 350px;
    border: solid 0px #ccc;
    margin: 0 auto;
}

.iframe_border{
    border: solid 1px #ccc;
    display: block;
    width: 80%;
    height: 350px;
    margin-bottom: 20px;
}

/* エラーセル表示 */
td.show_error{
    background-color: yellow;
    color: red!important;
    font-weight: bold;
}
span.show_error{
    background-color: red;
    color:white;
    font-weight: bold;
    padding:1px;
}
/*----------印刷確認用テーブル -------------*/
.table_print{
    max-width:1200px;
    border:solid 1px #DDDDDD;
}
.table_print th{
    min-width:150px;
    text-align:left;
    vertical-align: middle;
    padding: 5px;
    border-right: 1px solid #DDDDDD;
}
.table_print td{
    width: 100%;
}

/*----------余白（外側）-------------*/
.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;
}
.mt40 {
    margin-top: 40px !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;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.ml5  {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.mr5  {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr50 {
    margin-right: 50px !important;
}

/*----------余白（内側）-------------*/
.pt5 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.p10{
    padding:10px !important;
}
.p30{
    padding:30px !important;
}
/*----------オブジェクトサイズ-------------*/
.w50 {
    width:50px !important;
}
.w75 {
    width:75px !important;
}
.w100 {
    width:100px !important;
}
.w150 {
    width:150px !important;
}
.w200 {
    width:200px !important;
}
.w300 {
    width:300px !important;
}
.w400 {
    width:400px !important;
}
.w450 {
    width:450px !important;
}
.w500 {
    width:500px !important;
}

.w35 {
    width:35% !important;
}
.w25 {
    width:25% !important;
}
.w80 {
    width:80% !important;
}
.w100percent{
    width:100% !important;
}

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

/*----------背景色-------------*/
.bkgray{
    background-color: #cccccc;
}
body .admin-layout table tr.bkgray{
    background-color: #cccccc!important;
}
.light_blue{
    background: #F0FFFF;
}

/*----------フォントサイズ-------------*/
.font-small{
    font-size: 0.9rem;
}
.font-large{
    font-size: 1.1rem;
}
/*----------スクロールボックス-------------*/
.scroll_box{
    padding:0 10px 0 0;
    margin-bottom: 1.5em;
    background-color: #ffffff;
    position: relative;
    overflow: auto;
}
.scroll_box table{
    margin: 0!important;
    border-spacing: 0;
    border: none!important;
}
/* １列目を固定 */
.scroll_box table th:first-child,
.scroll_box table td:first-child{
    position: sticky;
    top: 0;
    left: 0;
    white-space: nowrap!important;
}
/* 固定した列のレイヤートップと背景 */
.scroll_box table tr:first-child th:first-child{
    z-index: 1;
    background-color: #efefef!important;
    border-top: solid 1px #dddddd;
}
.scroll_box tr:nth-child(odd) td:first-child{
    background-color: #FFFAF0!important;
    border-top: none;
    border-left: solid 1px #dddddd;
    z-index: 1;
}
.scroll_box tr:nth-child(even) td:first-child{
    background-color: #ffffff!important;
    border-top: none;
    border-left: solid 1px #dddddd;
    z-index: 1;
}

/*行の背景指定 */
.scroll_boxt table tr:nth-child(2n+1){
    background-color: #FFFAF0!important;
}
.scroll_boxt table tr:nth-child(2n){
    background-color: #ffffff!important;
}

/*表のボーダー指定 */
.scroll_box table tr th{
    border-top: solid 1px #dddddd;
    white-space: nowrap!important;
}

.scroll_box th:first-child{
    border-top: none;
    border-left: 1px solid #DDDDDD;
}
.scroll_box th:last-child, .scroll_box td:last-child{
    border-right: solid 1px #dddddd;
}

.scroll_box td{
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 5px;
}

.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;
}
/*---------------------------*/
/*　ホーム、戻るボタン
/*---------------------------*/

.backhome{
    margin: 20px auto 10px;
    text-align: center;
    font-size: 0.95rem;
    background: url(../images/head_home2.png) center center no-repeat;
    background-size: 30px;
    background-position-x: left;
    background-size: 23px;
    padding-left: 30px;
    padding-top: 5px;
    display: table;
}
.backhome a{
    color:#000000;
}

.backpage{
    margin: 30px auto 10px;
    text-align: center;
    font-size: 0.95rem;
    background: url(../images/icon_back.svg) center center no-repeat;
    background-size: 30px;
    background-position-x: left;
    background-size: 18px;
    padding-left: 25px;
    padding-top: 2px;
    display: table;
}
.backpage a{
    color:#000000;
}
/* グレーアウトボタン */
.button_gray{
    color: #ffffff;
    background-color:#a9a9a9;
    box-shadow: 0 3px 0 #ccc;
    text-shadow: 0 0 5px #a9a9a9;
    padding: 10px 20px;
    border-radius: 5px;
    display: table;
    cursor:default;
}

/* ポータルリンクボタン */
button.portal-link {
    background: #ffff;
    color: #28A7E1;
    border: 2px solid #28A7E1;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: medium;
    box-shadow: none;
    text-shadow: none;
}

button.portal-link:hover {
    text-decoration: underline;
    transform: none;
}

/*---------------------------*/
/*　ヘッダー
/*---------------------------*/
nav{
    display: flex;
    flex-direction: column;
}
nav #head_wrap{
    color:#ffffff;
    background: #2ea7e0;
    height:auto;
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
}

nav #head_wrap .head_name{
    height: 100%;
}

nav #head_wrap .head_name h1{
    font-size: 1.5rem;
    margin: 20px 0 10px 40px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    line-height: 30px;
    text-shadow: 2px 2px 5px #000;
    font-weight: bold;
}

nav #head_wrap .head_name h1 a{
    color:#ffffff;
}

nav #head_wrap .head_name h1 a:hover{
    text-decoration: none;
}

nav #head_wrap .head_name h1 .item{
    background: rgb(255,153,0);
    background: linear-gradient(139deg, rgba(255,153,0,1) 0%, rgba(255,102,0,1) 72%);
    color: #ffffff;
    font-size: 1.2rem;
    border-radius: 5px;
    padding: 2px 8px;
    margin-left: 10px;
    text-shadow: 0 0 5px #e50c0c;
    white-space: nowrap;
}
nav #head_wrap .head_right{
    height: 100%;
}
nav #head_wrap .head_right ul{
    display: flex;
    margin-top: 20px;
    margin-left:10px;
}
nav #head_wrap .head_right ul li{
    list-style: none;
    background-position-y: bottom;
    padding-top: 0px;
    margin-right: 10px;
}
nav #head_wrap .head_right li.h_pass{
    background-image:url("../images/head_pass.svg");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position-y: top;
}
nav #head_wrap .head_right li.h_mail{
    background-image:url("../images/head_mail.svg");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 22px;
    background-position-y: top;
}
nav #head_wrap .head_right li.h_phrase{
    background-image:url("../images/head_phrase.svg");
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 26px;
    background-position-y:top;
}
nav #head_wrap .head_right li.h_kaijyo{
    background-image:url("../images/head_logout.svg");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 22px;
    background-position-y: top;
}
nav #head_wrap .head_right li.h_toi{
    background-image:url("../images/head_toi.svg");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 22px;
    background-position-y: top;
}
nav #head_wrap .head_right li.h_home{
    background-image:url("../images/head_home.svg");
    background-repeat: no-repeat;
    padding-left: 28px;
    background-size: 27px;
}

nav #head_wrap .head_right li.h_manual{
    background-image:url("../images/head_manual.svg");
    background-repeat: no-repeat;
    padding-left: 29px;
    background-size: 24px;
    background-position: left center;
}

nav #head_wrap .head_right li a{
    color: #ffffff;
}
nav #htab_wrap{
    background: #ffffff;
    border-bottom: solid 1px #C0CBD1;
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom: 30px;
}
nav #htab_wrap .ll_wrap{
    display: flex;
    align-items:center;
    justify-content: flex-end;
}
nav #htab_wrap .htab_login{
    color:#112360;
    margin-right: 20px;
    font-size: 0.95rem;
}
nav #htab_wrap .htab_logout{
    padding: 10px;
    background: #004492;
    color:#ffffff;
    display: flex;
}
nav #htab_wrap .htab_logout a{
    color:#ffffff;
}
nav #htab_wrap .htab_logout a.disabled {
    color: lightgray;
    text-decoration: line-through;
}
nav #htab_wrap .htab_logout img{
    margin-right: 5px;
}

nav #htab_wrap ul.ad_se{
    margin-left:30px;
    display:flex;
}

nav #htab_wrap ul.ad_se li{
    list-style: none;
    padding: 10px;
    margin: 0px;
    align-items: flex-end;
    font-size: 16px;
}


nav #htab_wrap ul.ad_se li.active{
    display: inline-block;
    padding:10px 20px 5px;
    position: relative;
    text-align: center;
    z-index: 1;
    color:#000000;
}

nav #htab_wrap ul.ad_se li a,
nav #htab_wrap ul.ad_se li.active a{
    color:#000000;
}

nav #htab_wrap ul.ad_se li.active a:hover{
    text-decoration: none;
}

nav #htab_wrap ul.ad_se li.active::before {
    content: "";
    position: absolute;
    top:5px;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: -1;
    background: #f0f8f9;
    transform: scaleY(1.3) perspective(.6em) rotateX(2deg);
    transform-origin: bottom;
}
nav #htab_wrap ul.ad_se li.active::after{
    content: "";
    position: absolute;
    border-bottom:5px solid #56A8E6;
    z-index: 2;
    width: 70%;
    left: 50%;
    bottom: 3px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
nav #htab_wrap ul.def{
    margin-left: 50px;
}
nav #htab_wrap ul.def li{
    list-style: none;
    font-size:1rem;
}
nav #htab_wrap ul.def li.home-bottom{
    background: url(../images/head_home2.png) center center no-repeat;
    background-size: 20px;
    background-position-x: left;
    padding-left: 27px;
    padding-top: 5px;
    font-size: 15px;
}

nav #htab_wrap ul.def li.home-bottom a{
    color:#666666;
}

nav #htab_wrap h2{
    background: url(../images/icon_official.svg) center center no-repeat;
    background-size: 30px;
    background-position-x: left;
    padding-left: 40px;
    padding-top: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

/*---------------------------*/
/*　メイン
/*---------------------------*/
#wrapper{/*#wrapperはフッダーをbottomに固定するため使用*/
    min-height: 100vh;
    position: relative;
    padding-bottom: 50px;
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 1000px){
    #wrapper{
        width: 1200px;
    }
}



#main {
    width: 85%;
    margin: 0px auto 20px;
    padding: 10px;
    background: #ffffff;
    position: relative;
}
#main-wide {
    width: 100%;
    margin: 0 auto 10px;
}
#side {
    display: flex;
}


#home {
    height: auto;
    background:#ffffff;
    margin: 0 0 0 0px;
    width:100%;
}

#content, .content {
    clear: both;
    margin:10px 20px 10px;
    /*	display: inline-block;*/
}
#content_frame {
    border: solid #CCC 1px;
    padding: 15px 20px 30px;
    margin: 8px 0 40px;
}
#content_inframe {
    border: 0px;
}

/*---------------------------*/
/*　フッター
/*---------------------------*/

.cnt_wrapper {
    justify-content: flex-start;/*2022追加*/
    display: flex;/*2022追加*/
    align-items: flex-start;
    position: relative;
}

footer{
    background:#2ea7e0;
    color: #ffffff;
    text-align: center;
    font-size: 0.8rem;
    padding: 5px 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*---------------------------*/
/*　サイド
/*---------------------------*/

#sideFrame {
    border-top: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    border-right: 1px #CCC solid;
    border-left: 1px #CCC solid;
    margin: 0 20px 0 0;
    padding: 5px;
    background:#ffffff;
    width: 250px;
}

.showSide #sideFrame {
    border-left: none;
}


.side_cntFrame {
    margin-bottom: 24px;
    text-align: center;
}

.side_cntFrame h2{
    background: #56A8E6;
    color:#ffffff;
    font-size: 1.1rem;
    padding: 5px 10px;
    text-align: left;
    /*display: flex;*/
    display: block;
    position: relative;
    align-items: center;
}
.side_cntFrame h2 img{
    width: auto;
    background: #ffffff;
    border-radius: 50px;
    margin-right: 10px;
}
h2#login_head {
    background-color: #112360;
    background-repeat: no-repeat;
    background-position: left top;
    border: none;
    color: #ffffff;
    font-size: 110%;
    text-align: center;
    line-height: 1.35em;
    letter-spacing: 0.03em;
    padding: 10px 0px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}
#login_button {
    background-repeat: no-repeat;
    border: none;
    color: #fff;
    font-size: 120%;
    letter-spacing: 0.03em;
    font-weight: bold;
    width: 100%;
    height: 60px;
    margin: 8px auto;
    padding:0;
    display: inline-block;
    box-shadow: none;
    text-shadow: 0 0 5px #04291f;
    background-color: #159170;
}
#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;
}
#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: 100%;
    ime-mode: disabled;
}
.text_arrow {
    clear: both;
    background: url(../images/icon_arrow.svg) left center no-repeat;
    font-size: 0.813em; /* 13px */
    text-align: left;
    padding-left: 12px;
    background-size: 6px;
}
/*---------------------------*/
/*　見出し
/*---------------------------*/

.entry-title-hat {
    margin-bottom: 20px;
    position: relative;
}
.entry-title-hat h1,
.entry-title-hat h2 {
    background:#2ea7e0;
    color:#ffffff;
    padding: 18px 0px 18px 30px;
    font-size:1.2rem;
    letter-spacing: 1px;
    font-weight: bold;
}

#content h2,#home  h2 {
    background:#e9f5f5;
    border-left:7px solid #2ea7e0;
    padding:.7em .8em;
    margin: 5px 0 16px;
    font-weight: bold;
    letter-spacing: 0.03em;
}
#content h3,#home h3 {
    border-bottom: solid 2px #56A8E6;
    display: table;
    font-weight: bold;
    margin: 20px 0 20px;
    font-size: large;
}
h3.user-permission-title {
    display: block;
    width: 100%;
}

#content h4,#home h4 {
    display: flex;
    align-items: center;
    margin:10px 10px 15px;
    font-size: 1.2rem;
    color:#11225F;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 100px;
}
#content h4:before,#home h4:before {
    border-top: 4px solid #11225F;
    content: "";
    width: 1em;
    margin-right: 15px;
}

.h2_label label{
    background: #eee;
    border-left: 7px solid #ccc;
    padding: 0.7em 0.8em;
    margin: 20px 0 16px;
    font-weight: bold;
    letter-spacing: 0.03em;
    display: block;
}

/*---------------------------*/
/*　ログイントップ
/*---------------------------*/

.hajimete{
    margin-bottom: 30px;
}

#login_wrapper #head_wrap, #login_wrapper footer {
    display: none;
}

#login_wrapper a {
    text-decoration: underline;
    color: #207ac0;
}
#login_wrapper a:hover {
    text-decoration: none;
}

#login_wrapper ul {
    list-style-type: none;
}

#login_wrapper #main {
    width: 100%;
    min-height: 100vh;
    margin: unset;
    padding: unset;
    background: unset;
    position: unset;
    display: flex;
}

#login_wrapper h1 {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.8em;
    
}

.login_area {
    background-color: #2ea7e0;
}

.explan_area {
    background-color: #fff;
}

.login_area, .explan_area {
    flex: 1; /* 空きスペースを均等に分け合う (これで50%ずつになる) */
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/*
ログインエリア
*/

.login_area .login-container {
    width: 60%; 
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.login_area #sideFrame {
    width: 100%;
    margin: 0;
    border: none;
    border-top: 5px solid #004492;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 7%;
    padding-top: calc(7% + 5px);
}

.login_area .side_cntFrame {
    margin-bottom: 15px;
}

.login_area #login_input {
    width: 75%;
}

.login_area #login_input fieldset {
    margin-bottom: 1em;
}

#login_wrapper .login_area .side_cntFrame .account_add {
    text-decoration: none;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #2993c7;
    color: #2993c7;
    text-shadow: unset;
    font-weight: bold;
    box-shadow: none;
    width: 100%;
    display: flex;
    letter-spacing: normal;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 5px;
}

#login_wrapper .login_area .side_cntFrame .account_add::before {
    background-image: url('../images/account_add.svg');
    content: '';
    display: inline-block;

    /* アイコンのサイズ */
    width: 1.7em;
    height: 1.7em;

    /* アイコンの位置を調整 */
    left: 0;
    top: 50%;

    /* 背景画像としてのSVGの設定 */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.logo-wrapper {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.logo-wrapper img {
    width: 100%
}

/*
説明エリア
*/

.explan_area .explan-container {
    width: 80%;    
    margin-left: auto;
    margin-right: auto;
}

.login_em{
    font-weight: bold;
    color: #db3c30;
}

.explan-section {
    margin-bottom: 2em;
}

.explan-section p {
    margin-bottom: 0.5em;
}

.system_list {
    list-style-type: none;
    padding-left: 0;
    padding-left: 1em;
}

.system_list li {
    position: relative;
    padding-left: 2em;
    line-height: 1.5;
    font-weight: bold;
}

/* ::before疑似要素でアイコンの共通設定を行う */
.system_list li::before {
    content: '';            /* contentプロパティは必須 */
    display: inline-block;

    /* アイコンのサイズ */
    width: 1.7em;
    height: 1.7em;

    /* アイコンの位置を調整 */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* 上下中央に配置 */

    /* 背景画像としてのSVGの設定 */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* 「インターネット出願システム」用のアイコン */
.system_list .item_netapp::before {
    background-image: url('../images/netapp_icon.svg');
}

/* 「調査書Web登録システム」用のアイコン */
.system_list .item_secpost::before {
    background-image: url('../images/survey_icon.svg');
}

.detail-section ul li a {
    font-weight: bold;
    font-size: 1.15em;
}
.detail-section ul li a.external_link {
    font-size: 1em;
}

.detail-section ul li p {
    margin-top: 0.5em;
    padding-left: 1em;
}

.external_link {
    margin: 10px;
}
.external_link::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 5px;
    -webkit-mask-image: url("../images/new_window.svg");
    mask-image: url("../images/new_window.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #207ac0;
    vertical-align: sub;
}


@media screen and (max-width: 800px) {
    #login_wrapper #main {
        display: block;
    }
    
    .explan_area {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/*---------------------------*/
/*　テーブル
/*---------------------------*/

.admin-layout fieldset.wide-label label {
    float: left;
}
.admin-layout table {
    width: auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: 10px 10px 10px;
    border: solid 1px #DDDDDD;
}
.admin-layout table th,
.admin-layout table td {
    color:#222;
    text-align:left;
    vertical-align: top;
    padding: 6px 9px;
    border-bottom: 1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
}
.admin-layout table td a{
    text-decoration: underline;
    color:#00008b;
}
.admin-layout table tr th{
    background-color:#efefef;
    white-space:normal;
}
.admin-layout table tr th a{
    color:#00008b;
    text-decoration: underline;
}

.admin-layout table tr:nth-child(2n+1){
    background-color: #FFFAF0!important;
}

.admin-layout table tr:nth-child(2n){
    background-color: #FFFfff!important;
}

table.wd100{
    width: 100%!important;
}

.tbround{
    border: solid 1px #222222;
    padding:5px;
    width: auto!important;
    display: table;
    margin: unset;
    font-size: 1.2rem;
}
.tbround td{
    border-bottom: none;
    border-right: solid 1px #222222;
    padding: 5px 20px;
}

table#registration-form th label {
    padding-right:10px;
}

table#registration-form tr:nth-child(2n){
    background:#FFFAF0;
}

table#registration-form td, table#registration-form th {
    border-width: 0 0 1px 0;
    border-color: #ccc;
    border-style: solid;
    vertical-align:middle;
    padding:14px 10px;
}
table#registration-form th{
    width:25%;
    border-right: solid 1px #cccccc;
    white-space: nowrap;
}

table#registration-form table th, table#registration-form table td {
    border:none;
    padding:0;
}
table#registration-form td {
    text-align:left;
}

/*---------------------------*/
/*　アカウント作成画面
/*---------------------------*/
#permission-role-list .input.radio {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
#permission-role-list .input.radio label {
    margin-right: 20px;
    margin-bottom: 10px;
}

#user-permission-list li {
    list-style: none;
}

/* cake.css
----------------------------------------------- */
.side-nav a,
.top-nav-links a,
th a,
.actions a {
    color: #606c76;
}

.side-nav a:hover,
.side-nav a:focus,
.actions a:hover,
.actions a:focus {
    color:#2f85ae;
}

/* Utility */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Nav bar */
.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 112rem;
    padding: 2rem;
    margin: 0 auto 2rem;
}
.top-nav-title a {
    font-size: 2.4rem;
    color: #d33c43;
}
.top-nav-title span {
    color: #404041;
}
.top-nav-links a {
    margin: 0 0.5rem;
}
.top-nav-title a,
.top-nav-links a {
    font-weight: bold;
}

.side-nav-item {
    display: block;
    padding: 0.5rem 0;
}
/* View action */
.view.content .text {
    margin-top: 1.2rem;
}
.related {
    margin-top: 2rem;
}

/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
}
.message.warning {
    background: #fffabc;
    color: #8d7b00;
    border-color: #d3b800;
}
.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

/* Forms */
.input.radio,
.input.checkbox {
    margin-bottom: 0rem;
}
.input.radio input,
.input.checkbox input {
    margin: 0;
}
.input.radio label,
.input.checkbox label {
    margin: 0;
    display: flex;
    align-items: center;
}
.input.radio label > input,
.input.checkbox label > input {
    margin-right: 1.0rem;
}
.input.radio label:first-of-type {
    margin-bottom: 2.0rem;
}

#registration-form .input.radio label:first-of-type {
    margin-bottom: 0px;
}

/* Paginator */
.paginator {
    text-align: right;
}
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.pagination li {
    margin: 0 0.5rem;
}
.prev.disabled a,
.next.disabled a {
    cursor: not-allowed;
    color: #606c76;
}
.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

/* Error */
.error-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}




/* 印刷用.css
----------------------------------------------- */

@media print {
    body{
        background: #ffffff;
    }
    button{
        display: none;
    }
    label, input[type="button"]{
        display: none;
    }
}