@charset "UTF-8";

/*--------------------------------------------------------------------------------------------------------
  ベーススタイル
---------------------------------------------------------------------------------------------------------*/
*:before,
*:after,
* { box-sizing:border-box; }
body { font:15px "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; line-height:1.5; text-rendering:optimizeLegibility; font-kerning:normal; font-variant-ligatures:common-ligatures contextual; font-feature-settings:"kern", "liga", "clig", "calt"; background-color:#00518F; }

/*------------------------------
  a
-------------------------------*/
a,
button { color:#000000; text-decoration:none; transition:opacity 0.3s ease-out, background-color 0.3s ease-out; }
a img { transition:opacity 0.3s ease-out; }
a:hover { text-decoration:underline; text-decoration-color:#AAAAAA; }
a:hover img { opacity:0.7; }
a:hover img.rollOver { opacity:1; }
a:focus,
*:focus { outline:none; }
a[href^="tel:"]{ pointer-events:none; }

a.txtLink { text-decoration:underline; }
a.txtLink:hover { text-decoration:none; }

/*------------------------------
  img
-------------------------------*/
img { vertical-align:bottom; }

/*------------------------------
  button
-------------------------------*/
input[type="text"],
input[type="password"] { padding:0; border:none; border-radius:0; outline:none; background:none; -webkit-appearance:none; appearance:none; }
/* input[type="radio"] { display:none; }
input[type="checkbox"] { display:none; } */
/* select { appearance:none; border:none; outline:none; background:transparent; } */
textarea { appearance:none; resize:none; padding:0; border:0; outline:none; background:transparent; }
button,
input[type="submit"] { appearance:none; padding:0; border:none; outline:none; background:transparent; transition:background-color 0.2s; }

/*------------------------------
  text
-------------------------------*/
/* text-align */
.txtCenter { text-align:center !important; }
.txtRight { text-align:right !important; }
.txtLeft { text-align:left !important; }
.centering { margin-left:auto !important; margin-right:auto !important; }

/* font-weight */
strong { font-weight:normal; }
.txtBold { font-weight:bold !important; }
.txtNormal { font-weight:normal !important; }

/* text-indent,text-decoration */
.txtIndent { text-indent:1em !important; }
.txtUnderLine { text-decoration:underline !important; }

/* color */
.txtColor01 { color:#FF0000 !important; }
.txtColor02 { color:#000000 !important; }

/* bgcolor */
.bgColor01 { background-color:#EEEEEE !important; }
.bgColor02 { background-color:#ADB2B6 !important; }
.bgColor03 { background-color:#FCDD0B !important; }

/* whitespace */
.wsNowrap { white-space:nowrap !important; }

/*------------------------------
  font-size
-------------------------------*/
.f10 { font-size:72% !important; }
.f11 { font-size:79% !important; }
.f12 { font-size:86% !important; }
.f13 { font-size:93% !important; }
.f14 { font-size:100% !important; }
.f15 { font-size:108% !important; }
.f16 { font-size:115% !important; }
.f17 { font-size:122% !important; }
.f18 { font-size:129% !important; }
.f19 { font-size:136% !important; }
.f20 { font-size:143% !important; }
.f21 { font-size:150% !important; }
.f22 { font-size:158% !important; }
.f23 { font-size:165% !important; }
.f24 { font-size:172% !important; }
.f25 { font-size:179% !important; }
.f26 { font-size:186% !important; }

/*------------------------------
  float
-------------------------------*/
/* float */
.fLeft { float:left !important; }
.fRight { float:right !important; }
.fNone { float:none !important; }

/* clearfix */
.cf:before,
.cf:after { display:table; content:""; }
.cf:after { clear:both; }
.cf { zoom:1; }
.cb { clear:both; }

/*------------------------------
  position
-------------------------------*/
.posRel { position:relative; }
.posAbs { position:absolute; }

/*------------------------------
  sup,sub
-------------------------------*/
sup { font-size:86%; vertical-align:top; }
sub { font-size:86%; vertical-align:bottom; }

/*------------------------------
  valign
-------------------------------*/
.vTop { vertical-align:top !important; }
.vMiddle { vertical-align:middle !important; }
.vBottom { vertical-align:bottom !important; }

/*------------------------------
  line-height
-------------------------------*/
.lh1_0 { line-height:1; }
.lh1_1 { line-height:1.1; }
.lh1_2 { line-height:1.2; }
.lh1_3 { line-height:1.3; }
.lh1_4 { line-height:1.4; }
.lh1_5 { line-height:1.5; }
.lh1_6 { line-height:1.6; }
.lh1_7 { line-height:1.7; }
.lh1_8 { line-height:1.8; }
.lh1_9 { line-height:1.9; }
.lh2_0 { line-height:2; }

/*------------------------------
  word-break
-------------------------------*/
.wbBa { word-break:break-all; }

/*------------------------------
  line-height
-------------------------------*/
.lh1_0 { line-height:1 !important; }
.lh1_1 { line-height:1.1 !important; }
.lh1_2 { line-height:1.2 !important; }
.lh1_3 { line-height:1.3 !important; }
.lh1_4 { line-height:1.4 !important; }
.lh1_5 { line-height:1.5 !important; }
.lh1_6 { line-height:1.6 !important; }
.lh1_7 { line-height:1.7 !important; }
.lh1_8 { line-height:1.8 !important; }
.lh1_9 { line-height:1.9 !important; }
.lh2_0 { line-height:2 !important; }

/*------------------------------
  display
-------------------------------*/
.displayBlock { display:block !important; }
.displayInlineBlock { display:inline-block !important; }
.displayInline { display:inline !important; }
.displayNone { display:none !important; }

/*------------------------------
  visibility
-------------------------------*/
.vHidden { visibility:hidden; }
.vVisible { visibility:visible; }

/*------------------------------
  margin
-------------------------------*/
.mt0 { margin-top:0px !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt35 { margin-top:35px !important; }
.mt40 { margin-top:40px !important; }
.mt45 { margin-top:45px !important; }
.mt50 { margin-top:50px !important; }
.mt55 { margin-top:55px !important; }
.mt60 { margin-top:60px !important; }
.mt65 { margin-top:65px !important; }
.mt70 { margin-top:70px !important; }
.mt75 { margin-top:75px !important; }
.mt80 { margin-top:80px !important; }
.mt85 { margin-top:85px !important; }
.mt90 { margin-top:90px !important; }
.mt95 { margin-top:95px !important; }
.mt100 { margin-top:100px !important; }

.mr0 { margin-right:0px !important; }
.mr1 { margin-right:1px !important; }
.mr2 { margin-right:2px !important; }
.mr3 { margin-right:3px !important; }
.mr4 { margin-right:4px !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }
.mr35 { margin-right:35px !important; }
.mr40 { margin-right:40px !important; }
.mr45 { margin-right:45px !important; }
.mr50 { margin-right:50px !important; }
.mr55 { margin-right:55px !important; }
.mr60 { margin-right:60px !important; }
.mr65 { margin-right:65px !important; }
.mr70 { margin-right:70px !important; }
.mr75 { margin-right:75px !important; }
.mr80 { margin-right:80px !important; }
.mr85 { margin-right:85px !important; }
.mr90 { margin-right:90px !important; }
.mr95 { margin-right:95px !important; }
.mr100 { margin-right:100px !important; }

.mb0 { margin-bottom:0px !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }
.mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !important; }
.mb55 { margin-bottom:55px !important; }
.mb60 { margin-bottom:60px !important; }
.mb65 { margin-bottom:65px !important; }
.mb70 { margin-bottom:70px !important; }
.mb75 { margin-bottom:75px !important; }
.mb80 { margin-bottom:80px !important; }
.mb85 { margin-bottom:85px !important; }
.mb90 { margin-bottom:90px !important; }
.mb95 { margin-bottom:95px !important; }
.mb100 { margin-bottom:100px !important; }

.ml0 { margin-left:0px !important; }
.ml1 { margin-left:1px !important; }
.ml2 { margin-left:2px !important; }
.ml3 { margin-left:3px !important; }
.ml4 { margin-left:4px !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }
.ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }
.ml45 { margin-left:45px !important; }
.ml50 { margin-left:50px !important; }
.ml55 { margin-left:55px !important; }
.ml60 { margin-left:60px !important; }
.ml65 { margin-left:65px !important; }
.ml70 { margin-left:70px !important; }
.ml75 { margin-left:75px !important; }
.ml80 { margin-left:80px !important; }
.ml85 { margin-left:85px !important; }
.ml90 { margin-left:90px !important; }
.ml95 { margin-left:95px !important; }
.ml100 { margin-left:100px !important; }
.mlrAuto { margin-left:auto !important; margin-right:auto !important; }

/*------------------------------
  padding
-------------------------------*/
.pt0 { padding-top:0px !important; }
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt25 { padding-top:25px !important; }
.pt30 { padding-top:30px !important; }
.pt35 { padding-top:35px !important; }
.pt40 { padding-top:40px !important; }
.pt45 { padding-top:45px !important; }
.pt50 { padding-top:50px !important; }

.pr0 { padding-right:0px !important; }
.pr5 { padding-right:5px !important; }
.pr10 { padding-right:10px !important; }
.pr15 { padding-right:15px !important; }
.pr20 { padding-right:20px !important; }
.pr25 { padding-right:25px !important; }
.pr30 { padding-right:30px !important; }
.pr35 { padding-right:35px !important; }
.pr40 { padding-right:40px !important; }
.pr45 { padding-right:45px !important; }
.pr50 { padding-right:50px !important; }

.pb0 { padding-bottom:0px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb25 { padding-bottom:25px !important; }
.pb30 { padding-bottom:30px !important; }
.pb35 { padding-bottom:35px !important; }
.pb40 { padding-bottom:40px !important; }
.pb45 { padding-bottom:45px !important; }
.pb50 { padding-bottom:50px !important; }

.pl0 { padding-left:0px !important; }
.pl5 { padding-left:5px !important; }
.pl10 { padding-left:10px !important; }
.pl15 { padding-left:15px !important; }
.pl20 { padding-left:20px !important; }
.pl25 { padding-left:25px !important; }
.pl30 { padding-left:30px !important; }
.pl35 { padding-left:35px !important; }
.pl40 { padding-left:40px !important; }
.pl45 { padding-left:45px !important; }
.pl50 { padding-left:50px !important; }

/*------------------------------
  width
-------------------------------*/
.wAuto { width:auto !important; }
.w5 { width:5px !important; }
.w10 { width:10px !important; }
.w15 { width:15px !important; }
.w20 { width:20px !important; }
.w25 { width:25px !important; }
.w30 { width:30px !important; }
.w35 { width:35px !important; }
.w40 { width:40px !important; }
.w45 { width:45px !important; }
.w50 { width:50px !important; }
.w55 { width:55px !important; }
.w60 { width:60px !important; }
.w65 { width:65px !important; }
.w70 { width:70px !important; }
.w75 { width:75px !important; }
.w80 { width:80px !important; }
.w85 { width:85px !important; }
.w90 { width:90px !important; }
.w95 { width:95px !important; }
.w100 { width:100px !important; }
.w110 { width:110px !important; }
.w120 { width:120px !important; }
.w130 { width:130px !important; }
.w140 { width:140px !important; }
.w150 { width:150px !important; }
.w160 { width:160px !important; }
.w170 { width:170px !important; }
.w180 { width:180px !important; }
.w190 { width:190px !important; }
.w200 { width:200px !important; }
.w210 { width:210px !important; }
.w220 { width:220px !important; }
.w230 { width:230px !important; }
.w240 { width:240px !important; }
.w250 { width:250px !important; }
.w260 { width:260px !important; }
.w270 { width:270px !important; }
.w280 { width:280px !important; }
.w290 { width:290px !important; }
.w300 { width:300px !important; }
.w310 { width:310px !important; }
.w320 { width:320px !important; }
.w330 { width:330px !important; }
.w340 { width:340px !important; }
.w350 { width:350px !important; }
.w360 { width:360px !important; }
.w370 { width:370px !important; }
.w380 { width:380px !important; }
.w390 { width:390px !important; }
.w400 { width:400px !important; }
.w410 { width:410px !important; }
.w420 { width:420px !important; }
.w430 { width:430px !important; }
.w440 { width:440px !important; }
.w450 { width:450px !important; }
.w460 { width:460px !important; }
.w470 { width:470px !important; }
.w480 { width:480px !important; }
.w490 { width:490px !important; }
.w500 { width:500px !important; }
.w510 { width:510px !important; }
.w520 { width:520px !important; }
.w530 { width:530px !important; }
.w540 { width:540px !important; }
.w550 { width:550px !important; }
.w560 { width:560px !important; }
.w570 { width:570px !important; }
.w580 { width:580px !important; }
.w590 { width:590px !important; }
.w600 { width:600px !important; }
.w610 { width:610px !important; }
.w620 { width:620px !important; }
.w630 { width:630px !important; }
.w640 { width:640px !important; }
.w650 { width:650px !important; }
.w660 { width:660px !important; }
.w670 { width:670px !important; }
.w680 { width:680px !important; }
.w690 { width:690px !important; }
.w700 { width:700px !important; }
.w710 { width:710px !important; }
.w720 { width:720px !important; }
.w730 { width:730px !important; }
.w740 { width:740px !important; }
.w750 { width:750px !important; }
.w760 { width:760px !important; }
.w770 { width:770px !important; }
.w780 { width:780px !important; }
.w790 { width:790px !important; }
.w800 { width:800px !important; }
.w810 { width:810px !important; }
.w820 { width:820px !important; }
.w830 { width:830px !important; }
.w840 { width:840px !important; }
.w850 { width:850px !important; }
.w860 { width:860px !important; }
.w870 { width:870px !important; }
.w880 { width:880px !important; }
.w890 { width:890px !important; }
.w900 { width:900px !important; }
.w910 { width:910px !important; }
.w920 { width:920px !important; }
.w930 { width:930px !important; }
.w940 { width:940px !important; }
.w950 { width:950px !important; }
.w960 { width:960px !important; }
.w970 { width:970px !important; }
.w980 { width:980px !important; }
.w990 { width:990px !important; }
.w1000 { width:1000px !important; }

.w1per { width:1% !important; }
.w2per { width:2% !important; }
.w3per { width:3% !important; }
.w4per { width:4% !important; }
.w5per { width:5% !important; }
.w6per { width:6% !important; }
.w7per { width:7% !important; }
.w8per { width:8% !important; }
.w9per { width:9% !important; }
.w10per { width:10% !important; }
.w11per { width:11% !important; }
.w12per { width:12% !important; }
.w13per { width:13% !important; }
.w14per { width:14% !important; }
.w15per { width:15% !important; }
.w16per { width:16% !important; }
.w17per { width:17% !important; }
.w18per { width:18% !important; }
.w19per { width:19% !important; }
.w20per { width:20% !important; }
.w21per { width:21% !important; }
.w22per { width:22% !important; }
.w23per { width:23% !important; }
.w24per { width:24% !important; }
.w25per { width:25% !important; }
.w26per { width:26% !important; }
.w27per { width:27% !important; }
.w28per { width:28% !important; }
.w29per { width:29% !important; }
.w30per { width:30% !important; }
.w31per { width:31% !important; }
.w32per { width:32% !important; }
.w33per { width:33% !important; }
.w34per { width:34% !important; }
.w35per { width:35% !important; }
.w36per { width:36% !important; }
.w37per { width:37% !important; }
.w38per { width:38% !important; }
.w39per { width:39% !important; }
.w40per { width:40% !important; }
.w41per { width:41% !important; }
.w42per { width:42% !important; }
.w43per { width:43% !important; }
.w44per { width:44% !important; }
.w45per { width:45% !important; }
.w46per { width:46% !important; }
.w47per { width:47% !important; }
.w48per { width:48% !important; }
.w49per { width:49% !important; }
.w50per { width:50% !important; }
.w51per { width:51% !important; }
.w52per { width:52% !important; }
.w53per { width:53% !important; }
.w54per { width:54% !important; }
.w55per { width:55% !important; }
.w56per { width:56% !important; }
.w57per { width:57% !important; }
.w58per { width:58% !important; }
.w59per { width:59% !important; }
.w60per { width:60% !important; }
.w61per { width:61% !important; }
.w62per { width:62% !important; }
.w63per { width:63% !important; }
.w64per { width:64% !important; }
.w65per { width:65% !important; }
.w66per { width:66% !important; }
.w67per { width:67% !important; }
.w68per { width:68% !important; }
.w69per { width:69% !important; }
.w70per { width:70% !important; }
.w71per { width:71% !important; }
.w72per { width:72% !important; }
.w73per { width:73% !important; }
.w74per { width:74% !important; }
.w75per { width:75% !important; }
.w76per { width:76% !important; }
.w77per { width:77% !important; }
.w78per { width:78% !important; }
.w79per { width:79% !important; }
.w80per { width:80% !important; }
.w81per { width:81% !important; }
.w82per { width:82% !important; }
.w83per { width:83% !important; }
.w84per { width:84% !important; }
.w85per { width:85% !important; }
.w86per { width:86% !important; }
.w87per { width:87% !important; }
.w88per { width:88% !important; }
.w89per { width:89% !important; }
.w90per { width:90% !important; }
.w91per { width:91% !important; }
.w92per { width:92% !important; }
.w93per { width:93% !important; }
.w94per { width:94% !important; }
.w95per { width:95% !important; }
.w96per { width:96% !important; }
.w97per { width:97% !important; }
.w98per { width:98% !important; }
.w99per { width:99% !important; }
.w100per { width:100% !important; }

/*------------------------------
  min/max width
-------------------------------*/
.minWAuto { min-width:initial !important; min-width:auto !important; }
.maxWAuto { max-width:initial !important; max-width:auto !important; }

/*--------------------------------------------------------------------------------------------------------
  共通パーツ
---------------------------------------------------------------------------------------------------------*/
/* アイコン */
.home_black::before { content: "home_black"; }
.info_black::before { content: "info_black"; }
.storefront_black::before { content: "storefront_black"; }
.wysiwyg_black::before { content: "wysiwyg_black"; }
.chat_black::before { content: "chat_black"; }
.meeting_room_black::before { content: "meeting_room_black"; }
.assignment_black::before { content: "assignment_black"; }
.arrow_right_black::before { content: "arrow_right_black"; }
.arrow_left_black::before { content: "arrow_left_black"; }
.arrow_drop_down::before { content: "arrow_drop_down"; }
.preview_black::before { content: "preview_black"; }
.exit_to_app_black::before { content: "exit_to_app_black"; }
.edit_black::before { content: "edit_black"; }
.delete_black::before { content: "delete_black"; }
.add_circle_outline_black::before { content: "add_circle_outline_black"; }
.link_black::before { content: "link_black"; }
.library_books_black::before { content: "library_books_black"; }
.account_tree_black::before { content: "account_tree_black"; }
.view_compact_black::before { content: "view_compact_black"; }
.account_balance::before { content: "account_balance"; }
.record_voice_over::before { content: "record_voice_over"; }
.article::before { content: "article"; }
.account_box::before { content: "account_box"; }
.wysiwyg_black::before { content: "wysiwyg_black"; }
.storefront_black::before { content: "storefront_black"; }
.record_voice_over::before { content: "record_voice_over"; }
.library_books::before { content: "library_books"; }
.supervised_user_circle::before { content: "supervised_user_circle"; }
.delete_sweep::before { content: "delete_sweep"; }
.save_alt::before { content: "save_alt"; }
.note_add::before { content: "note_add"; }
.library_books::before { content: "library_books"; }
.add::before { content: "add"; }
.remove::before { content: "remove"; }
.drag_handle::before { content: "drag_handle"; }
.search::before { content: "search"; }
.text_rotation_none::before { content: "text_rotation_none"; }
.arrow_back_ios::before { content: "arrow_back_ios"; }
.arrow_forward_ios::before { content: "arrow_forward_ios"; }
.groups::before { content: "groups"; }
.help_outline::before { content: "help_outline"; }
.info::before { content: "info"; }
.margin::before { content: "margin"; }
.login::before { content: "login"; }
.settings::before { content: "settings"; }
.assessment::before { content: "assessment"; }

/* ボタン */
.btn { border-radius: 5px; background: #004173; color: #FFFFFF; }
.btn:hover { text-decoration: none; background: #006fc4; }

/* フォーム */
input[type="text"],
textarea { font:15px "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
input[type="text"],
textarea,
select { border: solid 1px #CCCCCC; background: #FFFFFF; padding: 8px 10px; font-size: 100%; width: 100%; }
input { box-sizing: border-box; }
input.inputW01 { width: 325px; }
select { width: auto; }
input[type="radio"] { font-size: 100%; margin-right: 10px; }

textarea { resize: vertical; }

ul.radioList { display: flex; flex-wrap: wrap; }
ul.radioList li { margin-right: 20px; }

/*------------------------------------------------------------
  コンテンツ
-------------------------------------------------------------*/
#mainWrap { background-color:#FFFFFF; min-width:1200px; }
#mainWrap .column { width:1200px; padding-top: 45px; margin: 0 auto; }
#mainWrap .singleColumn { padding: 0; }
#mainWrap .twoColumn { display: flex; justify-content: space-between; padding-bottom: 70px; }

/*-------------------------------------
  サイドメニュー
--------------------------------------*/
#mainWrap .twoColumn .sideMenu { width: 220px; }
#mainWrap .twoColumn .sideMenu h1 { width: 220px; height: 58px; position: relative; overflow: hidden; background-color: #FFFFFF; }
#mainWrap .twoColumn .sideMenu h1 img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: auto; height: auto; max-width: 100%; max-height: 100%; }
#mainWrap .twoColumn .sideMenu ul#sideMenuList { border-bottom: solid 1px #E1E1E1; }
#mainWrap .twoColumn .sideMenu ul#sideMenuList li { border-top: solid 1px #E1E1E1; }
#mainWrap .twoColumn .sideMenu ul#sideMenuList li a.current,
#mainWrap .twoColumn .sideMenu ul#sideMenuList li a:hover { background: #EFF3F7; text-decoration: none; }
#mainWrap .twoColumn .sideMenu ul#sideMenuList li [role="link"],
#mainWrap .twoColumn .sideMenu ul#sideMenuList li a { display: block; padding: 14px 0 13px 32px; position: relative; }
#mainWrap .twoColumn .sideMenu ul#sideMenuList li [role="link"]::before,
#mainWrap .twoColumn .sideMenu ul#sideMenuList li a::before { font-family: "Material Icons"; position: absolute; left: 8px; top: 50%; transform: translateY(-50%); font-size: 129%; color: #176098; }
#mainWrap .twoColumn .sideMenu ul#sideMenuList li ul { border-top: solid 1px #E1E1E1; }
#mainWrap .twoColumn .sideMenu ul#sideMenuList li ul li { margin-left: 23px; }
#mainWrap .twoColumn .sideMenu ul#sideMenuList li ul li:first-child { border-top: none;}
#mainWrap .twoColumn .sideMenu ul#sideMenuList li ul li a { padding-left: 20px; font-size: 93%; }
#mainWrap .twoColumn .sideMenu ul#sideMenuList li ul li a::before { left: 0; font-size: 134%; }

/*-------------------------------------
  メインコンテンツ
--------------------------------------*/
#mainWrap .twoColumn .mainContents { width: 900px; }

/* タイトル */
#mainWrap .twoColumn .mainContents .titleArea { display: flex; justify-content: space-between; border-bottom: solid 2px #00518F; padding-bottom: 10px; }
#mainWrap .twoColumn .mainContents .titleArea h2 { font-size: 187%; }
#mainWrap .twoColumn .mainContents .titleArea ul { display: flex; justify-content: flex-end; font-size: 93%; }
#mainWrap .twoColumn .mainContents .titleArea ul li { width: 135px; text-align: center; margin-left: 10px; }
#mainWrap .twoColumn .mainContents .titleArea ul li:first-child { margin-left: 0; }
#mainWrap .twoColumn .mainContents .titleArea ul li a { display: block; padding: 10px 0 8px 12px; position: relative; }
#mainWrap .twoColumn .mainContents .titleArea ul li a::before { font-family: "Material Icons"; max-width: 100%; padding-left: 10px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 146%; color: #FFFFFF; overflow: hidden; }

/* パンくず */
#mainWrap .twoColumn .mainContents #breadcrumbList { margin-top: 10px; font-size: 80%; color: #666666; }
#mainWrap .twoColumn .mainContents #breadcrumbList ul { display: flex; flex-wrap: wrap; }
#mainWrap .twoColumn .mainContents #breadcrumbList ul li { position: relative; margin-left: 3px; padding-left: 15px; }
#mainWrap .twoColumn .mainContents #breadcrumbList ul li::before { content: "chevron_right"; font-family: "Material Icons"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
#mainWrap .twoColumn .mainContents #breadcrumbList ul li:first-child { margin-left: 0; padding-left: 0; }
#mainWrap .twoColumn .mainContents #breadcrumbList ul li:first-child::before { display: none; }

/*------------------------------------------------------------
  フッター
-------------------------------------------------------------*/
#footerWrap { font-size: 14px; width:100%;  min-width:1200px; background-color:#00518F; position:relative; z-index:100; }
#footerWrap p#pageTopBtn { position:fixed; right:25px; bottom:25px; z-index:101; transition:transform 0.5s ease; transform:translateY(200%); }
#footerWrap p#pageTopBtn.show { transform:translateY(0); }
#footerWrap p#pageTopBtn a { display:inline-block; font-family:"Material Icons"; color:#ffffff; background-color:#919BA2; opacity:0.8; font-size:165%; padding:9px 14px; font-weight:bold; }
#footerWrap p#pageTopBtn a:hover { opacity:1; text-decoration:none; }
#footerWrap #footerSection #footerLinkArea { background-color:#044475; padding:15px 0; }
#footerWrap #footerSection #footerLinkArea ul { display:flex; justify-content:center; }
#footerWrap #footerSection #footerLinkArea ul li { border-left:1px solid #EEEEEE; padding:0 20px; line-height:1; }
#footerWrap #footerSection #footerLinkArea ul li:first-child { border-left:none; }
#footerWrap #footerSection #footerLinkArea ul li a { color:#FFFFFF; font-size:93%; }
#footerWrap #footerSection #copyrightArea { color:#FFFFFF; padding:20px 0; display:flex; justify-content:center; position:relative; line-height:1; }
#footerWrap #footerSection #copyrightArea p#txtPowerdBy { position:absolute; left:15px; top:50%; transform:translateY(-75%); font-size:93%; }
#footerWrap #footerSection #copyrightArea p#txtPowerdBy img { margin-left:10px; width:72px; }
#footerWrap #footerSection #copyrightArea p#txtCopyright { font-size:79%; }
#footerWrap #footerSection #copyrightArea p#txtCopyright span { font-family:Verdana; }

