/* 
 * デフォルト
 */
html,body,div,p,span,header,footer,h1,h2,h3,h4,h5,h6,hr,pre,abbr,menu,ol,ul,li,table,tr,td,th,thead,tbody,tfoot,dl,dt,dd{margin:0;padding:0;box-sizing:border-box;border:0;outline:0;font-size:100%;line-height:100%;font-family:normal;font-weight:normal;vertical-align:baseline;background:transparent;}
ul,ol,li,menu{list-style:none;}
img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
input,select,button{vertical-align:middle;padding:3px;box-sizing:border-box;}
a{color:rgba(255,255,255,.95);text-decoration:none;}
a:hover{text-decoration:underline;}
.clearboth{clear:both !important;}
.clearfix::after{content:"";height:1px;clear:both;display:block;}
/*
 * fonts
 */
html,body,div,p,span,header,footer,h1,h2,h3,h4,h5,h6,hr,pre,abbr,menu,ol,ul,li,table,tr,td,th,thead,tbody,tfoot,dl,dt,dd{font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;}
.mincho{font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.bold{font-weight:700;}
.normal{font-weight:400;}
.txtleft{text-align:left;}
.txtcenter{text-align:center;}
.txtright{text-align:right;}
.ellipsis{white-space:nowrap !important;text-overflow:ellipsis;overflow:hidden;}
/*
 * display
 */
.dsp_none{display:none;}
.dsp_inline{display:inline;}
.dsp_inline_block{display:inline-block;}
.dsp_block{display:block;}
/*
 * btn
 */
.btn{display:inline-block;background-color:#1e3a61;border:1px solid transparent;color:white;padding:.3rem .8rem;border-radius:.2rem;cursor:pointer;transition:color .15s ease-in,background-color .15s ease-in,border-color .15s ease-in;}
.btn.secondary{background-color:#40536e;color:#fff;}
.btn.success{background-color:#2828f3;color:#fff;}
.btn.danger{background-color:#d51515;color:#fff;}
.btn.warning{background-color:#df7100;color:#fff;}
.btn.info{background-color:#036403;color:#fff;}
.btn.light{background-color:#eee;color:#333;}
.btn.dark{background-color:#222;color:#fff;}
.btn.btn-outline{background-color:#1e3a6105;border-color:#1e3a6155;color:#333;}
.btn:hover:not(:disabled){color:white;text-decoration:none;background-color:#12223af9;border-color:#1e3a61;}
.btn.secondary:hover:not(:disabled){background-color:#40536ee9;border-color:#40536e;}
.btn.success:hover:not(:disabled){background-color:#2828f3e9;border-color:#2828f3;}
.btn.danger:hover:not(:disabled){background-color:#d51515e9;border-color:#d51515;}
.btn.warning:hover:not(:disabled){background-color:#df7100e9;border-color:#df7100;}
.btn.info:hover:not(:disabled){background-color:#036403e9;border-color:#036403;}
.btn.light:hover:not(:disabled){background-color:#eeeeeee9;border-color:#eee;}
.btn.dark:hover:not(:disabled){background-color:#222222e9;border-color:#222;}
.btn:disabled{color:#fff5 !important;cursor:not-allowed;}
/*
 * body
 */
body{background-color:#1e3a61;color:#ffffff;font-size:14px;line-height:1;width:100%;min-width:1366px;overflow:hidden;overflow-y:scroll;}
body.loaded{overflow-y:scroll;}
body.noscr{overflow-y:hidden;}
/*
 * logo
 */
#logo{position:fixed;top:calc(50vh - 164px);left:calc(50vw - 128px);width:256px;height:256px;z-index:999;transition:top .3s ease-in,left .3s ease-in,width .3s ease-in,height .3s ease-in;}
body.loaded #logo{top:6px;left:calc((100% - 1024px) / 2);width:32px;height:32px;}
#logo svg{width:100%;height:100%;display:block;}
/*
 * splush
 */
#splush{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;z-index:998;background:#1e3a61;}
body.loaded #splush{display:none;}
#splush_inner{position:absolute;top:calc(50vh + 126px);left:calc(50vw - 128px);width:256px;text-align:center;overflow:hidden;}
#splush_inner img{width:24px;height:24px;margin-bottom:16px;}
#splush_inner #splush_error_msg{color:#f99;font-size:14px;}
/*
 * ヘッダ
 */
#header{position:fixed;top:0;left:0;z-index:400;width:100%;height:44px;
    display:flex;align-items:center;justify-content:center;overflow:hidden;
    border-bottom:1px solid #1e3a61;background-color:#1e3a61;box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);}
#header_wrapper{width:100%;height:44px;background-color:rgba(0,0,0,.15);}
#header_inner{height:100%;width:1024px;padding-left:4px;margin:0 auto;margin-left:calc((100% - 1024px) / 2);}
#header_inner::after{content:"";height:1px;clear:both;display:block;}
/* ロゴ */
#header_logo{float:left;padding-top:4px;overflow:hidden;white-space:nowrap;display:inline-block;}
#header_logo h1{padding:5px 6px 0px 40px;display:inline-block;}
#header_logo h1 img{height:28px;}
#header_logo a:hover{text-decoration:none;color:#12223a;}
#header_loading{vertical-align:sub;margin-left:1em;position:absolute;left:228px;top:10px;transition:opacity .3s ease-in;opacity:1;}
body.loaded #header_loading{opacity:0;}
body.loading #header_loading{opacity:1;}
#header_logo h1 ~ span{padding-left:12px;position:relative;top:0px;color:#ffffff;transition:opacity .3s ease-in;opacity:0;display:inline-block;}
body.loaded #header_logo h1 ~ span{opacity:1;}
body.loading #header_logo h1 ~ span{opacity:0;}
/* 検索 */
#header_search{position:relative;white-space:nowrap;margin-right:10px;padding-top:7px;float:right;}
#header_search .material-icons{position:absolute;font-size:24px;top:11px;left:3px;color:rgba(255,255,255,.7);}
#header_search input{width:220px;margin-right:5px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.8);outline:0;padding:7px 5px 6px 30px;border-radius:3px;border:1px solid transparent;user-select:text;transition:width .2s ease-in;}
#header_search input::placeholder{color:rgba(255,255,255,.7);}
#header_search input:focus{border-color:rgba(255,255,255,.3);width:366px;color:rgba(255,255,255,.9);}
#header_search input:focus ~ button{border-color:rgba(255,255,255,.3);}
#header_search input:disabled ~ .material-icons{color:#fff3;}
#header_search input:disabled::placeholder{color:#fff3;}
/* 右アイコン */
#header_icons{float:right;padding-top:7px;}
#header_icons::after{content:"";height:1px;clear:both;display:block;}
#header_icons > span{height:100%;margin-left:6px;padding:4px 6px 2px;cursor:pointer;display:block;float:left;}
#header_icons > span:hover{background-color:rgba(255,255,255,.23);border-radius:4px;}
#header_icons .material-icons{font-size:24px;color:#eee;}
/*
 * app
 */
#app{width:1024px;margin:44px auto 0;margin-left:calc((100% - 1024px) / 2);}
/*
 * ログイン
 */
#login_form{position:absolute;width:100%;height:100vh;min-height:620px;max-height:746px;top:0;left:0;background-attachment:fixed;background-size:cover;background-position:center bottom;background-repeat:no-repeat;background-image:url(/static/img/topcatch.jpg);overflow:hidden;}
/* ログインボックス */
#login_wrapper{position:absolute;top:120px;left:calc((100% - 1024px) / 2);width:300px;min-height:100%;margin-left:712px;overflow:hidden;}
#login_etabi{width:100%;margin:0 auto;background:rgba(255,255,255,.95);border-radius:5px;}
#login_etabi th{color:#777;font-size:13px;text-align:left;padding:14px 16px 1px;}
#login_etabi td{padding:2px 16px 2px;}
#login_etabi tr.err td{color:darkred;padding:16px 16px 0px;}
#login_etabi tr:last-child td{padding:8px 16px 16px;}
#login_etabi td input{width:100%;padding:10px 8px;border:1px solid #999;border-radius:3px;background-color:#fff;}
#login_etabi td button{width:100%;padding:8px;border:1px solid #1e3a61;border-radius:3px;background:#1e3a61;color:white;font-size:16px;margin-top:10px;}
#login_etabi td button:hover{cursor:pointer;opacity:.85;}
/* or */
#login_wrapper > p{text-align:center;white-space:nowrap;margin-top:16px;}
/* ソーシャルボタン */
#login_social{width:300px;text-align:center;overflow:hidden;margin-top:16px;}
#login_social .socialbtn{width:300px;text-align:center;padding:10px 8px;border-radius:3px;border:1px solid #1e3a61;background:#1e3a61;font-size:16px;color:white;margin-top:8px;cursor:pointer;}
#login_social .socialbtn:hover{opacity:.85;}
#login_social .socialbtn.google{background:#db4437;border-color:#db4437;}
#login_social .socialbtn.twitter{background:#1da1f2;border-color:#1da1f2;}
#login_social .socialbtn.line{background:#00b900;border-color:#00b900;}
/* メッセージ */
#login_message{position:absolute;top:102px;left:calc((100% - 1024px) / 2);width:660px;background:rgba(255,255,255,.2);color:#111;padding:24px 16px 12px;}
#login_message h2{font-size:36px;margin-bottom:24px;text-shadow:0px 1px 10px #ffffff;-webkit-text-stroke:1px #000;}
#login_message p{font-size:20px;line-height:28px;margin-top:12px;color:#000;text-shadow:0px 1px 10px #ffffff;-webkit-text-stroke:.5px #333;}
#login_message h2 + p{margin-top:0;}
/*
 * ヘッダーメニュー
 */
#menu_header_settings{position:fixed;top:38px;left:50%;width:280px;z-index:500;margin-left:212px;padding:4px 0 8px;background-color:#0e2a51;border:1px solid #001e49;box-shadow:0px 10px 20px rgba(0,0,0,.2);display:none;}
#menu_header_settings > li{padding:0px 8px;font-size:12px;line-height:22px;color:rgba(255,255,255,.65);}
#menu_header_settings > li.menu_item{padding:8px;font-size:14px;cursor:pointer;color:rgba(255,255,255,.85);}
#menu_header_settings > li.menu_item:hover{background-color:rgba(255,255,255,.23);}
#menu_header_settings > li .material-icons{font-size:24px;margin-top:-2px;margin-right:10px;color:rgba(255,255,255,.8);vertical-align:middle;}
#menu_header_settings > hr{background-color:rgba(255,255,255,.3);height:1px;margin:8px 0;}
/*
 * サイドメニュー
 */
#menu_side{position:fixed;top:44px;left:calc((100% - 1024px) / 2 + 4px);width:216px;height:calc(100vh - 44px);padding-top:1px;padding-bottom:24px;overflow:hidden;overflow-y:auto;z-index:9;}
#menu_side .menu_item{font-size:16px;padding:8px 16px 8px 36px;margin:4px 0;cursor:pointer;border-radius:4px 0 0 4px;color:#ddd;}
#menu_side .menu_item:hover{background:rgba(255,255,255,.1);}
#menu_side .menu_item .material-icons{font-size:24px;margin-right:5px;vertical-align:text-bottom;}
#menu_side .menu_item_title{padding-left:8px;margin-top:16px;}
#menu_side .menu_item_select{color:#fff;background:rgba(255,255,255,.1);}
#menu_side .menu_toggle_btn{display:none;}
/*
 * appコンテンツ
 */
#app_content{width:804px;min-height:calc(100vh - 44px);margin-left:220px;background:rgba(255,255,255,.1);}
/* パンくずリスト */
#app_breadcrumbs{min-height:32px;margin:0 16px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.2);}
#app_breadcrumbs:after{content:"";height:1px;clear:both;display:inline-block;}
#app_breadcrumbs li{white-space:nowrap;float:left;font-size:13px;line-height:16px;}
#app_breadcrumbs li::after{content:">";display:inline-block;margin:0 10px;color:#ddd;}
#app_breadcrumbs li:last-child::after{content:"";}
#app_breadcrumbs li a{color:#ddd;}
#app_breadcrumbs li:last-child a{color:#fff;}
/* トースト */
#app_toast{position:fixed;right:10px;bottom:10px;width:240px;overflow:hidden;}
#app_toast .app_toast_item{border:1px solid rgba(0,0,0,.5);color:#111;border-radius:5px;margin-top:5px;box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 2px 2px -1px rgba(0,0,0,.4);}
#app_toast .app_toast_item_header{background-color:rgba(255,255,255,.4);font-size:15px;padding:6px 4px 4px;white-space:nowrap;text-overflow:ellipsis;border-radius:5px 5px 1px 1px;}
#app_toast .app_toast_item_header strong{font-weight:400;}
#app_toast .app_toast_item_header::after{content:"";height:1px;clear:both;display:block;}
#app_toast .app_toast_item_header .material-icons{color:#030;font-size:16px;vertical-align:middle;margin-top:-2px;margin-right:3px;}
#app_toast .app_toast_item_header .app_toast_item_close{float:right;margin-top:1px;cursor:pointer;color:black !important;}
#app_toast .app_toast_item_header .app_toast_item_timestamp{float:right;font-size:12px;margin-right:3px;margin-top:2px;color:#222;}
#app_toast .app_toast_item_body{background-color:rgba(255,255,255,.9);font-size:14px;padding:8px;white-space:pre-wrap;word-break:break-all;border-radius:0 0 5px 5px;}
#app_toast .app_toast_item{background-color:rgba(0,100,0,.975);}
#app_toast .app_toast_item[type=warn]{background-color:rgba(255,140,0,.975);}
#app_toast .app_toast_item[type=error]{background-color:rgba(139,0,0,.975);}
#app_toast .app_toast_item[type=warn] .app_toast_item_header .material-icons{color:#630;}
#app_toast .app_toast_item[type=error] .app_toast_item_header .material-icons{color:#900;}
/* progress */
#app_progress{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;background:#0005;z-index:9999;}
#app_progress .app_progress_item{position:absolute;top:calc(50% - 112px);left:calc(50% - 212px);width:424px;min-height:100px;max-height:224px;background:#fff;border:2px solid #000;border-radius:8px;padding:10px;}
#app_progress .app_progress_item_header{min-height:16px;color:#000;font-size:16px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#app_progress .app_progress_item_header strong{font-weight:500;}
#app_progress .app_progress_item_header .material-icons{font-size:24px;vertical-align:middle;margin-top:-4px;margin-right:3px;}
#app_progress .app_progress_item_progressbar{position:relative;width:400px;height:30px;background:#999;border-radius:3px;margin-top:8px;overflow:hidden;}
#app_progress .app_progress_item_progressbar_data{position:absolute;top:0;left:0;width:3px;min-width:0;max-width:400px;height:30px;background:green;transition:width ease-in .3s;}
#app_progress .app_progress_item_progressbar_data p{position:absolute;top:7px;left:0;width:400px;text-align:center;color:#fff;font-size:16px;letter-spacing:1px;}
#app_progress .app_progress_item_body{margin:16px 4px 8px;color:#111;line-height:20px;}
/* メイン */
#app_main{padding:0 16px 16px;}
/* セクション */
.app_section .app_section_title{position:relative;font-size:32px;line-height:40px;border-bottom:1px solid rgba(255,255,255,.2);padding:12px 0;}
.app_section .app_section_title .material-icons{position:relative;top:4px;font-size:32px;line-height:32px;vertical-align:baseline;margin-right:8px;}
.app_section .app_section_title_menu{position:absolute;top:30px;right:8px;font-size:16px;line-height:16px;cursor:pointer;color:#fff9;}
.app_section .app_section_title_menu .material-icons{font-size:20px;line-height:20px;}
.app_section .app_section_title_menu:hover{color:#fff;}
.app_section .app_section_loading{padding:12px 6px;color:rgba(255,255,255,.7);}
.app_section .app_section_loading::before{content:" ";background:transparent url(/static/img/loading.gif) no-repeat;width:32px;height:32px;display:inline-block;vertical-align:middle;margin-right:5px;}
.app_section .app_section_error{padding:24px 6px;color:rgba(255,224,224,.7);}
/* バッジ */
.app_section .badgelist{margin-bottom:12px;}
.app_section .badgelist .badgelistitem{display:inline-block;padding:5px 10px;border-radius:8px;color:#ffffff;background-color:#1e3a61;white-space:pre-wrap;word-break:break-all;margin-left:8px;margin-bottom:8px;line-height:1em;}
.app_section .badgelist .badgelistitem:first-child{margin-left:0;}
.app_section .badgelist .badgelistitem .material-icons{font-size:1em;vertical-align:middle;margin-right:3px;}
.app_section .badgelist .badgelistitem .material-icons:last-child{margin-left:3px;margin-right:0;}
/* セクションメニュー */
.app_section_menu{border-bottom:1px solid rgba(255,255,255,.2);padding:10px 8px;background:rgba(255,255,255,.1);clear:both;}
.app_section_menu::after{content:"";height:1px;clear:both;display:block;}
.app_section_menu .app_section_menu_label{display:inline-block;float:left;margin-right:16px;margin-left:8px;font-size:15px;line-height:22px;color:rgba(255,255,255,.85);}
.app_section_menu .app_section_menu_separate{width:2px;background-color:rgba(255,255,255,.2);height:15px;display:inline-block;float:left;margin-right:8px;margin-top:4px;}
.app_section_menu .app_section_menu_separate_right{float:right;margin-left:8px;margin-right:0;}
.app_section_menu .app_section_menu_item{cursor:pointer;margin-right:8px;float:left;font-size:14px;line-height:22px;white-space:nowrap;color:rgba(255,255,255,.7);}
.app_section_menu .app_section_menu_item_right{float:right;margin-left:8px;margin-right:0;}
.app_section_menu .app_section_menu_item_disabled{cursor:default;color:rgba(255,255,255,.3);}
.app_section_menu .app_section_menu_item:not(.app_section_menu_item_disabled):hover{color:rgba(255,255,255,1);text-decoration:underline;}
.app_section_menu .app_section_menu_item .material-icons{vertical-align:middle;margin-top:-2px;margin-right:3px;font-size:18px;line-height:18px;}
/* セクションリスト */
.app_section_list{position:relative;}
.app_section_list_loading{border-bottom:1px solid rgba(255,255,255,.2);padding:12px 12px 6px;color:rgba(255,255,255,.7);}
.app_section_list_loading::before{content:" ";background:transparent url(/static/img/loading.gif) no-repeat;width:32px;height:32px;display:inline-block;vertical-align:middle;margin-right:5px;}
.app_section_list_error{border-bottom:1px solid rgba(255,255,255,.2);padding:24px 12px;color:rgba(255,224,224,.7);}
.app_section_list_nodata{border-bottom:1px solid rgba(255,255,255,.2);padding:24px 12px;color:rgba(255,255,255,.6);}
.app_section_list_item{position:relative;border-bottom:1px solid rgba(255,255,255,.2);padding:12px 12px 12px 42px;}
.app_section_list_item::after{content:"";height:1px;clear:both;display:block;}
.app_section_list_item_title{color:rgba(255,255,255,.85);min-height:18px;font-size:18px;margin-bottom:8px;}
.app_section_list_item_title .material-icons{font-size:20px;vertical-align:bottom;margin-right:2px;}
.app_section_list_item_title_link{cursor:pointer;}
.app_section_list_item_title_link:hover{color:#fff;text-decoration:underline;}
.app_section_list_item_title_link:hover::before{content:">";position:absolute;left:16px;top:12px;font-size:20px;}
.app_section_list_item_sub{color:rgba(255,255,255,.5);font-size:13px;float:left;margin-right:16px;margin-top:3px;}
.app_section_list_item_sub .material-icons{position:relative;margin:-6px 3px -3px 0;font-size:16px;vertical-align:middle;}
.app_section_list_item_sub_link{cursor:pointer;}
.app_section_list_item_sub_link:hover{color:rgba(255,255,255,.8);text-decoration:underline;}
/* セクションテーブル */
.app_section_table{position:relative;overflow:hidden;}
.app_section_table_tr{clear:both;}
.app_section_table_tr::after{content:"";height:1px;clear:both;display:block;}
.app_section_table_tr.border_top{border-top:1px solid rgba(255,255,255,.2);padding-top:6px;margin-top:6px;}
.app_section_table_tr.border_bottom{border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:6px;margin-bottom:6px;}
.app_section_table_td{float:left;width:100%;overflow:hidden;}
.app_section_table_td_center{text-align:center;}
.app_section_table_td_right{text-align:right;}
.app_section_table_td1{width:calc(10% - 10px);margin-right:10px;clear:none;}
.app_section_table_td2{width:calc(20% - 10px);margin-right:10px;clear:none;}
.app_section_table_td3{width:calc(30% - 10px);margin-right:10px;clear:none;}
.app_section_table_td4{width:calc(40% - 10px);margin-right:10px;clear:none;}
.app_section_table_td5{width:calc(50% - 10px);margin-right:10px;clear:none;}
.app_section_table_td6{width:calc(60% - 10px);margin-right:10px;clear:none;}
.app_section_table_td7{width:calc(70% - 10px);margin-right:10px;clear:none;}
.app_section_table_td8{width:calc(80% - 10px);margin-right:10px;clear:none;}
.app_section_table_td9{width:calc(90% - 10px);margin-right:10px;clear:none;}
.app_section_table_td1.app_section_table_td_right{margin-right:0px;margin-left:10px;}
.app_section_table_td2.app_section_table_td_right{margin-right:0px;margin-left:10px;}
.app_section_table_td3.app_section_table_td_right{margin-right:0px;margin-left:10px;}
.app_section_table_td4.app_section_table_td_right{margin-right:0px;margin-left:10px;}
.app_section_table_td5.app_section_table_td_right{margin-right:0px;margin-left:10px;}
.app_section_table_td6.app_section_table_td_right{margin-right:0px;margin-left:10px;}
.app_section_table_td7.app_section_table_td_right{margin-right:0px;margin-left:10px;}
.app_section_table_td8.app_section_table_td_right{margin-right:0px;margin-left:10px;}
.app_section_table_td9.app_section_table_td_right{margin-right:0px;margin-left:10px;}
.app_section_table_td h6{padding:16px 0;font-size:20px;line-height:24px;white-space:pre-wrap;word-break:break-all;letter-spacing:.6px;}
.app_section_table_td img{max-width:100%;margin-bottom:-1px;}
.app_section_table_td.imagefit{max-height:calc(100vh / 2);vertical-align:middle;}
.app_section_table_td.imagefit img{width:100%;height:100%;margin-bottom:-2px;object-fit:cover;text-align:center;vertical-align:middle;overflow:hidden;}
.app_section_table_td p{padding:16px 0;line-height:24px;white-space:pre-wrap;word-break:break-all;letter-spacing:.6px;}
.app_section_table_td p.spad{padding:8px 0 4px;line-height:20px;}
.app_section_table_td p.app_section_table_td_sub{margin-top:-3px;font-size:13px;padding:0 0 0 24px;color:#16b53a;}
.app_section_table_td p.app_section_table_td_sub .material-icons{font-size:13px;}
.app_section_table_td p span + span{margin-left:2px;}
.app_section_table_td p span + span:before{content:",";margin-right:8px;}
.app_section_table_td h6 + p{padding-top:0;}
.app_section_table_td .material-icons{vertical-align:middle;line-height:24px;font-size:24px;margin-top:-5px;margin-right:3px;}
.app_section_table_td .app_section_table_link{cursor:pointer;color:rgba(255,255,255,.7);display:inline-block;}
.app_section_table_td .app_section_table_link:hover{text-decoration:underline;color:rgba(255,255,255,1);}
.app_section_table_tr_meta{border-bottom:1px solid rgba(255,255,255,.2);padding:10px 8px 6px;background:rgba(255,255,255,.1);}
.app_section_table_tr_meta .app_section_table_td{min-height:20px;}
.app_section_table_tr_meta p{padding:0;font-size:14px;line-height:16px;letter-spacing:.1px;}
.app_section_table_tr_meta p.spad{padding:0;font-size:14px;line-height:16px;letter-spacing:.1px;}
.app_section_table_tr_meta .material-icons{margin-top:-2px;font-size:20px;line-height:20px;}
/* セクションフォーム */
.app_section_form{width:100%;padding:8px 0;}
.app_section_form > form{display:inline-block;}
.app_section_form::after{content:"";height:1px;clear:both;display:inline-block;}
.app_section_form .app_section_form_item{position:relative;float:left;width:100%;padding:16px 0;clear:both;}
.app_section_form .app_section_form_item_right{float:right;}
.app_section_form .app_section_form_item h6{font-size:20px;line-height:20px;border-bottom:1px solid #fff3;padding:4px;}
.app_section_form .app_section_form_item img{max-width:100%;max-height:200px;}
.app_section_form .app_section_form_item label{position:absolute;top:22px;left:0;font-size:15px;color:rgba(255,255,255,.5);z-index:1;transition:top .1s ease-in,font-size .1s ease-in;}
.app_section_form .app_section_form_item label.error{color:#fcc;}
.app_section_form .app_section_form_item input{position:relative;width:100%;font-size:20px;color:rgba(255,255,255,.7);background-color:transparent;border:0;border-radius:0;border-bottom:1px solid rgba(255,255,255,.2);transition:border .3s ease-in;z-index:2;}
.app_section_form .app_section_form_item input[type=number]{font-size:20px;line-height:30px;}
.app_section_form .app_section_form_item input[type=file]{opacity:0;position:absolute;font-size:12px;cursor:pointer;}
.app_section_form .app_section_form_item input[type=checkbox]{width:20px;height:20px;margin-top:0px;}
.app_section_form .app_section_form_item .checkboxitem{width:50%;line-height:32px;font-size:16px;white-space:nowrap;display:inline-block;}
.app_section_form .app_section_form_item .inputfile{position:relative;width:100%;height:30px;font-size:20px;color:rgba(255,255,255,.7);background-color:transparent;border:0;border-radius:0;border-bottom:1px solid rgba(255,255,255,.2);transition:border .3s ease-in;z-index:2;}
.app_section_form .app_section_form_item .inputfile .material-icons{position:absolute;top:1px;}
.app_section_form .app_section_form_item .inputfile span{padding-left:32px;font-size:16px;}
.app_section_form .app_section_form_item .inputfile ~ label{margin-left:30px;}
.app_section_form .app_section_form_item textarea{width:100%;min-height:66px;font-size:20px;line-height:22px;color:rgba(255,255,255,.7);border-radius:0;background-color:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.2);}
.app_section_form .app_section_form_item select{position:relative;width:100%;font-size:20px;line-height:23px;color:rgba(255,255,255,.7);background-color:transparent;border:0;border-radius:0;border-bottom:1px solid rgba(255,255,255,.2);transition:border .3s ease-in;z-index:2;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.app_section_form .app_section_form_item select option{color:#111;}
.app_section_form .app_section_form_item button{padding:10px 16px;border:1px solid #4caf50;background-color:#4caf50;box-shadow:0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);color:#ffffff;border-radius:5px;cursor:pointer;}
.app_section_form .app_section_form_item button.mini{padding:5px 8px;}
.app_section_form .app_section_form_item button ~ button{margin-left:8px;}
.app_section_form .app_section_form_item button.error{border:1px solid #af4c4c;background-color:#af4c4c;box-shadow:0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(175, 76, 76, 0.4);color:#ffffff;}
.app_section_form .app_section_form_item button .material-icons{vertical-align:middle;margin-right:8px;}
.app_section_form .app_section_form_item input:not(:placeholder-shown) + label,
.app_section_form .app_section_form_item .inputfiledata + label,
.app_section_form .app_section_form_item textarea:not(:placeholder-shown) + label,
.app_section_form .app_section_form_item select:not(:placeholder-shown) + label,
.app_section_form .app_section_form_item .checkboxitem + label,
.app_section_form .app_section_form_item:focus-within label{top:0;font-size:13px;margin-left:0;}
.app_section_form .app_section_form_item:focus-within input,
.app_section_form .app_section_form_item:focus-within textarea,
.app_section_form .app_section_form_item:focus-within select{color:rgba(255,255,255,1);border-bottom:1px solid #ffffff;outline:none;}
.app_section_form .app_section_form_item input:not(:placeholder-shown),
.app_section_form .app_section_form_item textarea:not(:placeholder-shown){color:#ffffff;}
.app_section_form .app_section_form_item select.error{color:#f99;border-bottom-color:#f99;}
.app_section_form .app_section_form_item select.error + label{color:#f99;}
.app_section_form .app_section_form_item input:disabled,
.app_section_form .app_section_form_item textarea:disabled{cursor:no-drop;color:#fffa;}
.app_section_form .app_section_form_item_col1{width:calc(10% - 10px);margin-right:10px;clear:none;}
.app_section_form .app_section_form_item_col2{width:calc(20% - 10px);margin-right:10px;clear:none;}
.app_section_form .app_section_form_item_col3{width:calc(30% - 10px);margin-right:10px;clear:none;}
.app_section_form .app_section_form_item_col4{width:calc(40% - 10px);margin-right:10px;clear:none;}
.app_section_form .app_section_form_item_col5{width:calc(50% - 10px);margin-right:10px;clear:none;}
.app_section_form .app_section_form_item_col6{width:calc(60% - 10px);margin-right:10px;clear:none;}
.app_section_form .app_section_form_item_col7{width:calc(70% - 10px);margin-right:10px;clear:none;}
.app_section_form .app_section_form_item_col8{width:calc(80% - 10px);margin-right:10px;clear:none;}
.app_section_form .app_section_form_item_col9{width:calc(90% - 10px);margin-right:10px;clear:none;}
.app_section_form .app_section_form_item_col1.app_section_form_item_right{margin-right:0px;margin-left:10px;}
.app_section_form .app_section_form_item_col2.app_section_form_item_right{margin-right:0px;margin-left:10px;}
.app_section_form .app_section_form_item_col3.app_section_form_item_right{margin-right:0px;margin-left:10px;}
.app_section_form .app_section_form_item_col4.app_section_form_item_right{margin-right:0px;margin-left:10px;}
.app_section_form .app_section_form_item_col5.app_section_form_item_right{margin-right:0px;margin-left:10px;}
.app_section_form .app_section_form_item_col6.app_section_form_item_right{margin-right:0px;margin-left:10px;}
.app_section_form .app_section_form_item_col7.app_section_form_item_right{margin-right:0px;margin-left:10px;}
.app_section_form .app_section_form_item_col8.app_section_form_item_right{margin-right:0px;margin-left:10px;}
.app_section_form .app_section_form_item_col9.app_section_form_item_right{margin-right:0px;margin-left:10px;}
/* セクション-ポップアップメニュー */
.app_section_popup_menu{position:absolute;top:0px;left:0;width:250px;max-height:160px;z-index:500;padding:4px 0 8px;background-color:rgba(15,41,81,.96);border:1px solid #0e2a51;box-shadow:0px 10px 20px rgba(0,0,0,.2);display:none;overflow:hidden;overflow-y:scroll;}
.app_section_popup_menu > p{padding:0px 6px;font-size:12px;line-height:20px;color:rgba(255,255,255,.65);white-space:nowrap;}
.app_section_popup_menu > p.app_section_popup_menu_item{padding:6px;font-size:14px;cursor:pointer;color:rgba(255,255,255,.85);}
.app_section_popup_menu > p.app_section_popup_menu_item:hover{background-color:rgba(255,255,255,.23);}
.app_section_popup_menu > p .material-icons{font-size:24px;margin-top:-2px;margin-right:10px;color:rgba(255,255,255,.8);vertical-align:middle;opacity:0;}
.app_section_popup_menu > p:hover .material-icons{opacity:.5;}
.app_section_popup_menu > p[selected] .material-icons{opacity:1;}
.app_section_popup_menu > hr{background-color:rgba(255,255,255,.3);height:1px;margin:8px 0;}
/*
 * 承認
 */
#app_acpt{position:fixed;top:0;left:0;width:100%;height:100%;background:#0002;z-index:9998;display:none;}
#app_acpt .app_acpt_wrapper{position:absolute;top:calc(50% - 150px);left:calc(50% - 200px);width:480px;min-height:124px;background-color:#fff;border:1px solid #555;border-radius:5px;box-shadow:2px 2px 5px #0009;padding:5px;}
#app_acpt .app_acpt_wrapper h5{color:#111;text-align:center;border-bottom:1px solid #ddd;padding:16px 8px;}
#app_acpt .app_acpt_main{padding:16px 5px;}
#app_acpt .app_acpt_main textarea{width:calc(100% - 10px);height:60px;resize:none;line-height:1.3em;color:#222;padding:3px;}
#app_acpt .app_acpt_footer{border-top:1px solid #ddd;padding:16px 0;text-align:center;}
#app_acpt .app_acpt_footer .btn{margin-left:8px;}
#app_acpt .app_acpt_footer .btn:first-child{margin-left:0;}

/*
 * 記事
 */
.article_edit_extra_data{position:relative;padding-left:16px;clear:both;}
.article_edit_extra_data .article_edit_extra_data_move{position:absolute;top:-2px;left:-6px;width:16px;}
.article_edit_extra_data .article_edit_extra_data_move .material-icons{font-size:16px;margin-bottom:8px;padding:2px;color:#fff4;}
.article_edit_extra_data .article_edit_extra_data_move .material-icons:hover{background:#fff3;cursor:pointer;border-radius:12px;color:#fff;}
.article_edit_extra_data:first-child .article_edit_extra_data_move .material-icons:first-child{visibility:hidden;}
.article_edit_extra_data:nth-last-child(2) .article_edit_extra_data_move .material-icons:last-child{visibility:hidden;}

/*
 * 変調器情報 - 記事一覧
 */
#app_ofdm_article_list{min-width:100%;max-height:192px;overflow:hidden;overflow-x:scroll;}
#app_ofdm_article_list p{padding:0;float:left;width:192px;height:192px;margin-right:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;padding:2px 0 0 0;}
#app_ofdm_article_list img{display:block;width:192px;height:148px;margin:4px 0 0;}
/*
 * 緊急情報選択ポップアップ
 */
#app_emergency_popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:9998;display:none;}
#app_emergency_popup_main{position:absolute;top:80px;left:calc(50% - 100px);width:400px;height:calc(100% - 160px);background-color:#eee;border:1px solid #555;border-radius:5px;box-shadow:2px 2px 3px #fff3;overflow:hidden;padding:40px 0 240px;box-sizing:border-box;}
#app_emergency_popup_main .app_emergency_popup_title{position:absolute;top:0;left:0;width:100%;height:40px;background-color:#ffff00;color:#000;font-size:16px;line-height:36px;padding:2px 8px;overflow:hidden;border-bottom:1px solid #999;}
#app_emergency_popup_main .app_emergency_popup_close{position:absolute;top:6px;right:8px;background-color:#eee;border:1px solid #1119;color:#222;border-radius:50%;padding:1px;text-align:center;line-height:16px;font-size:20px;cursor:pointer;}
#app_emergency_popup_main .app_emergency_popup_close:hover{background-color:#eee9;color:#000;}
#app_emergency_popup_wrapper{width:100%;height:100%;overflow-y:scroll;}
#app_emergency_popup_wrapper .app_emergency_popup_item{color:#111;padding:8px 12px;border-top:1px solid #f66;background-color:#fcc;clear:both;word-break:break-all;cursor:pointer;}
#app_emergency_popup_wrapper .app_emergency_popup_item:first-child{background-color:#ddf;border-top:0;}
#app_emergency_popup_wrapper .app_emergency_popup_item:last-child{border-bottom:1px solid #f66;}
#app_emergency_popup_wrapper .app_emergency_popup_item::after{content:"";height:1px;clear:both;display:block;}
#app_emergency_popup_wrapper .app_emergency_popup_item img{width:128px;height:96px;float:left;margin-right:6px;}
#app_emergency_popup_wrapper .app_emergency_popup_item_dmyimg{width:128px;height:96px;background-color:#009;color:white;text-align:center;vertical-align:middle;padding:40px 0 0;float:left;margin-right:6px;}
#app_emergency_popup_wrapper .app_emergency_popup_item_title{font-size:16px;line-height:24px;}
#app_emergency_popup_wrapper .app_emergency_popup_item_title .material-icons{vertical-align:text-bottom;}
#app_emergency_popup_wrapper .app_emergency_popup_item_sub{font-size:13px;color:#161;display:inline-block;margin:2px 0 2px 5px;}
#app_emergency_popup_wrapper .app_emergency_popup_item_sub .material-icons{font-size:14px;vertical-align:bottom;}
#app_emergency_popup_wrapper .app_emergency_popup_item_text{font-size:13px;line-height:18px;color:#333;}
#app_emergency_popup_wrapper .app_emergency_popup_item:hover{opacity:.8;}
#app_emergency_popup_logs{background-color:#fff;height:240px;overflow:hidden;}
#app_emergency_popup_logs .app_emergency_popup_logs_title{background-color:#ff0;color:#000;border-top:1px solid #999;border-bottom:1px solid #999;padding:8px 0 0 8px;height:30px;overflow:hidden;}
#app_emergency_popup_logs .app_emergency_popup_logs_main{height:210px;overflow:hidden;overflow-y:scroll;background-color:#f9f9f9;}
#app_emergency_popup_logs .app_emergency_popup_logs_item{color:#222;background-color:#fff;;padding:8px;border-bottom:1px solid #ccc;}

/*
 * カテゴリ
 */
#category .dd { position:relative;display:block;margin:0;padding:0;list-style:none; height:calc(100vh - 165px); overflow-y:scroll;}
.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }
.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }
.dd-handle { display: block; width: calc(100% - 10px); height: 30px; margin: 5px 0; padding: 5px 10px; line-height:20px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc; cursor:grab;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle > .material-icons{vertical-align:middle;margin-right:8px;margin-top:-3px;}
.dd-handle ~ .material-icons{position:absolute;top:4px;left:calc(100% - 38px);color:#333;cursor:pointer;}
.dd-handle:hover { color: #2ea8e5; background: #fff; }
.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }
.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}
.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; cursor:grabbing; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
/* editor */
#categoryeditor{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1119;z-index:999;display:none;}
#categoryeditor_wrapper{position:absolute;top:calc(50% - 240px);left:calc(50% - 80px);width:320px;background-color:#fff;border:2px solid #333;box-shadow:3px 3px 10px #1119;}
#categoryeditor_wrapper h5{color:#111;text-align:center;padding:12px;}
#categoryeditor_wrapper th,
#categoryeditor_wrapper td{padding:4px 8px;color:#111;}
#categoryeditor_wrapper td input{padding:4px;width:200px;}
#categoryeditor_wrapper td input[name=icon]{width:120px;}
#categoryeditor_wrapper td .material-icons{vertical-align:bottom;margin:8px 0 0 8px;}
#categoryeditor_wrapper tr:last-child td{text-align:center;}
#categoryeditor_wrapper th a{color:#111;text-decoration:underline;}
#categoryeditor_wrapper button{width:80px;padding:3px;margin:12px 8px;}

/*
 * markdown
 */
.markdown-body{word-wrap:break-word;margin:1em 0;}
.markdown-body details{display:block;}
.markdown-body summary{display:list-item;}
.markdown-body strong{font-weight: bolder;font-weight: 600;}
.markdown-body pre{font-family: monospace,monospace;font-size: 1em;}
.markdown-body details summary{cursor: pointer;}
.markdown-body h1,.markdown-body h2,.markdown-body h3,
.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-bottom: 0;margin-top: 0;}
.markdown-body p{margin-bottom: 10px;margin-top: 0;}
.markdown-body blockquote{margin: 0;}
.markdown-body ol,.markdown-body ul{margin-bottom: 0;margin-top: 0;padding-left: 0;}
.markdown-body ol ol,.markdown-body ul ol{list-style-type: lower-roman;}
.markdown-body ol ol ol,.markdown-body ol ul ol,.markdown-body ul ol ol,.markdown-body ul ul ol{list-style-type: lower-alpha;}
.markdown-body dd{margin-left: 0;}
.markdown-body:before{content: "";display: table;}
.markdown-body:after{clear: both;content: "";display: table;}
.markdown-body>:first-child{margin-top: 0!important;}
.markdown-body>:last-child{margin-bottom: 0!important;}
.markdown-body blockquote,.markdown-body dl,.markdown-body ol,
.markdown-body p,.markdown-body pre,.markdown-body table,.markdown-body ul{margin-bottom: 16px;margin-top: 0;}
.markdown-body blockquote{border-left: .25em solid #dfe2e5;color: #6a737d;padding: 0 1em;}
.markdown-body blockquote>:first-child{margin-top: 0;}
.markdown-body blockquote>:last-child{margin-bottom: 0;}
.markdown-body h1,.markdown-body h2,.markdown-body h3,
.markdown-body h4,.markdown-body h5,.markdown-body h6{font-weight: 600;line-height: 1.25;margin-bottom: 16px;margin-top: 24px;}
.markdown-body h1{font-size: 2em;}
.markdown-body h1,.markdown-body h2{border-bottom: 1px solid #eaecef;padding-bottom: .3em;font-weight: 600;}
.markdown-body h2{font-size: 1.5em;}
.markdown-body h3{font-size: 1.25em;}
.markdown-body h4{font-size: 1em;}
.markdown-body h5{font-size: .875em;}
.markdown-body h6{color: #6a737d;font-size: .85em;}
.markdown-body ol,.markdown-body ul{padding-left:1em;}
.markdown-body ol ol,.markdown-body ol ul,.markdown-body ul ol,.markdown-body ul ul{margin-bottom: 0;margin-top: 0;}
.markdown-body li{word-wrap: break-all;}
.markdown-body li>p{margin-top: 16px;}
.markdown-body li+li{margin-top: .25em;}
.markdown-body dl{padding: 0;}
.markdown-body dl dt{font-size: 1em;font-style: italic;font-weight: 600;margin-top: 16px;padding: 0;}
.markdown-body dl dd{margin-bottom: 16px;padding: 0 16px;}
.markdown-body table{display: block;overflow: auto;width: 100%;border-collapse: collapse;border-spacing: 0;}
.markdown-body table th{font-weight: 600;}
.markdown-body table td,.markdown-body table th{border: 1px solid #dfe2e5;padding: 6px 13px;}
.markdown-body table tr{background-color: #fff;border-top: 1px solid #c6cbd1;}
.markdown-body table tr:nth-child(2n){background-color: #f6f8fa;}
.markdown-body img{background-color: #fff;box-sizing:content-box;max-width:100%;}
.markdown-body img[align=right]{padding-left: 20px;}
.markdown-body img[align=left]{padding-right: 20px;}
.markdown-body code{font-family:monospace,monospace;font-size:1em;background-color:rgba(27,31,35,.05);border-radius:3px;margin:0;padding:.2em .4em;}
.markdown-body pre>code{background: transparent;border: 0;font-size: 100%;margin: 0;padding: 0;white-space: pre;word-break: normal;}
.markdown-body .highlight{margin-bottom: 16px;}
.markdown-body .highlight pre{margin-bottom: 0;word-break: normal;}
.markdown-body .highlight pre,
.markdown-body pre{word-wrap:normal;background-color:#f6f8fa;border-radius: 3px;font-size: 85%;line-height: 1.45;overflow: auto;padding: 16px;}
.markdown-body pre code{background-color: transparent;border: 0;display: inline;line-height: inherit;margin: 0;max-width: auto;overflow: visible;padding: 0;word-wrap: normal;}
.markdown-body hr{border-bottom-color:#eee;background-color: #e1e4e8;border:0;border-bottom:1px solid #dfe2e5;height:.25em;margin:24px 0;padding:0;box-sizing:content-box;overflow:hidden;}
.markdown-body hr:before{content:"";display:table;}
.markdown-body hr:after{clear:both;content:"";display:table;}
/*
 * スクロールバー
 */
.scy10::-webkit-scrollbar{width:10px;}
.scy10::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:0px;background:rgba(220,220,220,0.8);}
.scy10::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(80,80,80,0.8);box-shadow:inset 0 0 6px rgba(0,0,0,0.5);}
.scy10::-webkit-scrollbar-thumb:window-inactive{background:rgba(80,80,80,0.4);}
/*
 * スクロールバー
 */
.scx10{-webkit-overflow-scrolling:touch;}
.scx10::-webkit-scrollbar{height:8px;}
.scx10::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,0);border-radius:5px;background:rgba(220,220,220,0.1);}
.scx10::-webkit-scrollbar-thumb{border-radius:5px;background:rgba(80,80,80,0.18);box-shadow:inset 0 0 6px rgba(0,0,0,0.15);}
.scx10::-webkit-scrollbar-thumb:window-inactive{background:rgba(80,80,80,0.14);}
/*
 * PC(lg)
 */
@media (min-width: 1387px) {
    /* debug * /
    #header_logo::after{content:"lg";display:block;position:fixed;top:0;left:0;z-index:9;}
    */
    /* display */
    .dsp_lg_none{display:none !important;}
    .dsp_md:not(.dsp_lg){display:none !important;}
    .dsp_sm:not(.dsp_lg){display:none !important;}
}
/*
 * タブレット(md)    横      縦
 * iPad Pro(12.9)    1366px  1024px
 * iPad Pro(11)      1194px  834px
 * iPad Pro(10.5)    1112px  834px
 * iPad              1024px  768px
 * iPhone XS Max/XR   896px  414px
 * iPhone XS/X        812px  375px
 * iPhone 8/7 Plus    736px  414px
 * iPhone 8/7         667px  375px
 * XPERIA             640px  360px
 */
@media (max-width: 1386px) and (min-width: 1024px) {
    /* debug * /
    #header_logo::after{content:"md";display:block;position:fixed;top:0;left:0;z-index:9;}
    */
    /* display */
    .dsp_lg:not(.dsp_md){display:none !important;}
    .dsp_md_none{display:none !important;}
    .dsp_sm:not(.dsp_md){display:none !important;}
    /* body */
    body{width:100%;min-width:100%;}
    /* ロゴ */
    body.loaded #logo{left:calc((100% - 1024px) / 2 + 4px);}
    /* 検索ボックス */
    #header_search{padding-top:7px;}
    /* ログイン */
    #login_form{min-height:auto;background-size:100%;background-position:left top;}
    #login_wrapper{left:0;margin-left:652px;}
    /* メッセージ */
    #login_message{left:60px;top:112px;width:540px;}
    #login_message h2{font-size:34px;}
    #login_message p{font-size:18px;line-height:24px;margin-top:12px;}
}
/*
 * タブレット縦 or スマホ横(sm)
 */
@media (max-width: 1023px) {
    /* debug * /
    #header_logo::after{content:"sm";display:block;position:fixed;top:0;left:0;z-index:9;}
    */
    /* display */
    .dsp_lg:not(.dsp_sm){display:none !important;}
    .dsp_md:not(.dsp_sm){display:none !important;}
    .dsp_sm_none{display:none !important;}
    /* body */
    body{width:100%;min-width:100%;}
    /* logo */
    body.loaded #logo{left:8px;}
    /* ヘッダ */
    #header{width:100%;}
    #header_wrapper{width:100%;}
    #header_inner{width:100%;margin-left:0px;}
    #header_logo{width:auto;}
    #header_logo h1{padding-left:42px;width:142px;}
    #header_search{margin-left:calc(100% - 370px);margin-top:2px;}
    #header_search input{width:110px;}
    #header_search input:focus{width:214px;}
    #header_icons{padding-right:16px;}
    #header_icons > span{margin-left:0;padding:4px 4px 2px;}
    /* app */
    #app{width:100%;margin-left:0px;overflow:hidden;}
    body.loaded #app{padding-left:0px;}
    #app_content{padding-left:40px;}
    /* ログイン */
    #login_app{background-attachment:fixed;background-size:cover;background-position:center bottom;background-repeat:no-repeat;background-image:url(/static/img/topcatch.jpg);padding-bottom:24px;}
    #login_form{position:static;height:auto;min-height:auto;max-height:auto;padding-top:40px;padding-bottom:60px;background:none;}
    #login_wrapper{position:static;width:calc(100% - 64px);margin-left:32px;height:auto;padding:1px 0;}
    #login_social{position:static;width:100%;}
    #login_social .socialbtn{width:100%;}
    #login_message{position:static;top:0;left:0;width:calc(100% - 64px);margin-left:32px;}
    /* ヘッダーメニュー */
    #menu_header_settings{left:calc(100% - 300px);margin-left:0;}
    /* サイドメニュー */
    #menu_side{left:-174px;height:calc(100% - 44px);background-color:#1e3a61;padding-left:8px;transition:left .3s ease-in;}
    #menu_side .menu_item{padding-left:178px;white-space:nowrap;}
    #menu_side .menu_toggle_btn{position:absolute;bottom:0px;left:0;width:100%;display:block;padding-left:186px;font-size:14px;}
    #menu_side.open{left:0;}
    #menu_side.open .menu_item{padding-left:32px;}
    #menu_side.open .menu_item_title{padding-left:6px;}
    #menu_side.open .menu_toggle_btn{padding-left:16px;}
    /* appコンテンツ */
    #app_content{width:100%;margin-left:0;}
}
/*
 * スマホ(xs)
 */
@media (max-width: 639px) {
    /* debug * /
    #header_logo::after{content:"xs";display:block;position:fixed;top:0;left:0;z-index:9;}
    */
    /* app */
    #app_content{padding-left:28px;}
}
/*
 * pwa
 */
@media (display-mode: standalone) {
    
}