<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* プレスリリースが無いとき */
.press_off{display:none}


.clearfix:after{
  content: "";
  clear: both;
  display: block
}
img{
  height: auto;
  max-width: 100% !important;
}
a{
  transition: 0.3s;
  color: #006CD8;
}
a img{
  transition: 0.3s;
}
a:hover img{
  opacity: 0.7;
}
a:hover{
  text-decoration: none;
}
p{
  word-wrap: break-word;
}
.mt10{
  margin-top:10px;
}
.mt20{
  margin-top:20px;
}
.mt30{
  margin-top:30px;
}
.mt50{
  margin-top:50px !important;
}
.mb5{
  margin-bottom:5px;
}
.mb10{
  margin-bottom:10px;
}
.mb20{
  margin-bottom:20px;
}
.mb30{
  margin-bottom:30px;
}
.mb40{
  margin-bottom:40px;
}
.mb50{
  margin-bottom:50px !important;
}
.bold{
  font-weight:bold;
}
.blue{
  color: #067ECC;
}
.black{
  color:#333 !important;
}
.fs10{
  font-size:10px;
}
.fs11{
  font-size:11px;
}
.fs12{
  font-size:12px;
}
.fs14{
  font-size:14px;
}
.fs16{
  font-size:16px;
}
.fs18{
  font-size:18px;
}
.right{
  text-align:right;
 }
 .red{
 color:#B20000;
 }
html,body{
  height: 100%;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #333;
  word-wrap: break-word;
}
.tar{
  text-align: right;
}
.mark{
  color:#B20000 !important;
  font-weight:bold;
}
/* option */
.fwb{
  font-weight: 900;
}

@media screen and (max-width: 767px){
  .pc{
    display: none !important;
  }
  body{
    font-size: 14px;
    color: #333;
    position: relative;
    padding-top: 65px;
    word-wrap: break-word;
  }
  .inner,.sinner{
    width: 90%;
    margin: 0 auto;
  }
  
  /* header */
  header{
    height: 65px;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    z-index: 10000;
  }
  header .inner{
    width: 100%;
  }
  .logo{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    width: 50%;
  }
  
  .headerBtns ul{display:flex;right: 0;position: relative;justify-content: flex-end;}
  .headerBtns li{width:32%;margin-right:1%;}
  .headerBtns li:last-of-type{margin-right:0;}
  
  
  /*　.headerBtns{
    float: right;
    width: 122px;
  }
  .headerBtns li{
    float: left;
    margin-left: 1px;
  }　*/
  
  /* nav */
  nav{
    position: fixed;
    top: 65px;
    background: #FFF;
    width: 100%;
    border-top: 1px solid #DADBDD;
    display: none;
    z-index: 10000;
  }
  nav li{
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: left;
    border-bottom: 1px solid #DADBDD;
  }
  nav li a{
    color: #333;
    font-size: 13px;
    display: block;
    text-decoration: none;
    padding: 10px;
  }
  nav li:last-child{
    border-right: 1px solid #DADBDD;
  }
  
  #smv{
    background: url(../img/smvbg_sp.png) no-repeat top center;
    width: 100%;
    padding: 25px 10px;
    margin: 0 auto;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #smv h1{
    font-size: 22px;
    font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #003F99;
    font-weight: bold;
    text-shadow: 2px 2px 1px #FFF,-2px 2px 1px #FFF,2px -2px 1px #FFF,-2px -2px 1px #FFF;
  }
  #breadcrumb{
    display: none;
  }
  
  /* footer */
  footer{
    font-size: 13px;
  }
  .footerSitemap{
  }
  .footerSitemap ul{
    border-top: 1px solid #AAA;
    border-left: 1px solid #AAA;
  }
  .footerSitemap ul li{
    display: block;
    width: 50%;
    float: left;
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #AAA;
  }
  /* .footerSitemap ul li:first-child{
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #AAA;
  } */
  .footerSitemap ul li a{
    color: #333;
    display: block;
    padding: 10px;
    text-decoration: none;
  }
  .footerSitemap ul li a:hover{
    text-decoration: underline;
  }
  .footerSitemap ul li:last-child a{
    border-right: none;
  }
  .footerBottom{
    background: #F3F3F3;
    padding: 30px 0 15px;
  }
  .footerLogo{
    text-align: center;
    margin-bottom: 10px;
  }
  .siteinfo{
    float: none;
    text-align: left;
  }
  .footerBottom .sinner{
    position: relative;
  }
  .footerLogo{
    margin-bottom: 15px;
  }
  .footerLogo img{
    width: 70%;
  }
  .corpLogo{
    text-align: center;
    margin-top: 20px;
  }
  footer .outline{
    margin: 0 0 0 30px;
    font-size: 13px;
  }
  /* parts */
  .contentsWap{
    padding: 30px 0 10px;
  }
  .eTtl{
    text-align: center;
    color: #003F99;
    margin-bottom: 15px;
    font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 20px;
  }
  #submv .inner,#submv .sinner{
    width: 100%;
  }
  .contentsTtl{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  .cotnentsText p{
    margin-bottom: 15px;
  }
  .cotnentsText p span{
    color: #008CD6;
  }
  .cotnentsText2{
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 10px 0 0 0;
    padding: 20px 20px 0 20px;
    position: relative;
  }
  .cotnentsText2::before {
    background-color: #fff;
    color: #da4033;
    content: "認定職業訓練とは";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
  }
  .cotnentsText2 p{
    margin-bottom: 15px;
  }
  .cotnentsText2 p span{
    color: #008CD6;
  }
  .btext{
    font-weight: bold;
    color: #008CD6;
  }
  .wideBnr{
    width: 100%;
    margin-bottom: 20px;
  }
  .bottomContent{
    background: #F4FBFE;
    padding: 20px 0;
  }
  .bottomTtl{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .bottomTtl strong{
    font-size: 18px;
  }
  .bottomCotnentText p span{
    color: #067ECC;
  }
  .bottomCotnentText p{
    margin-bottom: 15px;
  }
  
  .contentsArea{
    margin-bottom: 40px;
  }
  .cbgTtl{
    font-size: 18px;
    background: #014099;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 10px 15px;
  }
  .cbgTtl2{
    font-size: 18px;
    background: #008CD6;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 10px 15px;
  }
  .bTtl{
    font-size: 18px;
    font-weight: bold;
    color: #008CD6;
    margin-bottom: 15px;
  }
  .ntable{
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    margin-bottom: 15px;
    background: #FFF;
  }
  .ntable th,.ntable td{
    padding: 10px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
  }
  .ntable th{
    background: #EEE;
    text-align: center;
    vertical-align: middle;
  }
  .ntable .vam{
    vertical-align: middle;
  }
  .ntable .center{
    text-align: center;
  }
  .ntable span{
    color: #067ECC;
  }
  .otable{
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    margin-bottom: 15px;
    background: #FFF;
  }
  .otable th,.otable td{
    padding: 10px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
  }
  .otable th{
    background: #EEE;
    text-align: center;
  }
  .otable .vam{
    vertical-align: middle;
  }
  .otable span{
    color: #067ECC;
  }
  .centerBtn{
    text-align: center;
  }
  .tableLabel{
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #008CD6;
    padding: 10px 15px;
  }
  span.requiredLabel{
    padding: 2px 12px;
    background: #B20000;
    font-size: 12px;
    color: #FFF !important;
  }
  .attention{
    font-weight:bold;
    color:#B20000;
  }
  .outline{
    font-size:14px;
  }
  
}
@media print, screen and (min-width: 768px){
  .sp{
    display: none !important;
  }
  body{
    font-size: 18px;
    color: #333;
    word-wrap: break-word;
  }
  .inner{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .sinner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  /* header */
  header{}
  header .logo{
    float: left;
    margin: 10px 0;
    width: 380px;
  }
  
  .headerBtns ul{display:flex;right: 0;position: relative;justify-content: flex-end;}
  .headerBtns li{width:23.5%;margin-right:1%;}
  .headerBtns li:nth-of-type(2){margin-right:0;}
  
  /* header .headerBtns{
    float: right;
  } */
  
  /* nav */
  nav{
    width: 100%;
    max-width: 1400px;
    margin: 15px auto 20px;
    padding: 0 20px;
  }
  nav ul{
    display: table;
    width: 100%;
  }
  nav li{
    width: 11.111111%;/* 9コンテンツの場合 */
    /* width: 12.5%;8コンテンツの場合 */
    /* width: 14%; 7コンテンツの場合 */
    /* width: 16.6%; 6コンテンツの場合 */
    /* width: 20%; 5コンテンツの場合 */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 120%;
    padding-bottom: 10px;
    border-left: 1px solid #DADBDD;
    transition: 0.3s;
    box-sizing: border-box;
  }
  nav li:first-child{
    border-left: unset;
  }
  nav li a{
    color: #333;
    font-size: 14px;
    font-weight:bold !important;
    display: block;
    text-decoration: none;
  }
  
  /* breadcrumb */
  #breadcrumb{
    background: #F3F3F3;
    padding: 10px 0;
    font-size: 13px;
  }
  #breadcrumb ul li{
    display: inline;
    margin-right: 10px;
  }
  #breadcrumb ul li a{
    color: #333;
  }
  #breadcrumb ul li span{
    margin-left: 10px;
  }
  
  
  /* footer */
  footer{
    font-size: 13px;
  }
  .footerSitemap{
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
  }
  .footerSitemap ul li{
    display: inline-block;
  }
  .footerSitemap ul li:first-child{
    border-left: 1px solid #333;
  }
  .footerSitemap ul li a{
    color: #333;
    display: block;
    padding: 0 13px 0 10px;
    text-decoration: none;
    border-right: 1px solid #333;
  }
  .footerSitemap ul li a:hover{
    text-decoration: underline;
  }
  .footerSitemap ul li:last-child a{
    border-right: none;
  }
  .footerBottom{
    background: #F3F3F3;
    padding: 30px 0;
  }
  .siteinfo{
    float: left;
    width:80%;
  }
  .footerBottom .sinner{
    position: relative;
  }
  .footerLogo{
    margin-bottom: 15px;
  }
  .footerLogo img{
    width: 30%;
  }
  .corpLogo{
    position: absolute;
    right: 0;
    bottom: 0;
    width:20%;
  }
  footer .outline{
    margin: 0 0 0 30px;
    font-size: 13px;
  }
  
  /* parts */
  .contentsWap{
    padding: 50px 0 30px;
  }
  .eTtl{
    text-align: center;
    color: #003F99;
    margin-bottom: 20px;
    font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 18px;
  }
  #submv{
    background: url(../img/sub_mvbg.png) no-repeat top center;
    width: 100%;
    max-width: 1920px;
    height: 400px;
    margin: 0 auto;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    overflow: hidden;
  }
  #smv{
    background: url(../img/smvbg.png) no-repeat top center;
    width: 100%;
    max-width: 1920px;
    height: 200px;
    margin: 0 auto;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #smv h1{
    font-size: 32px;
    font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #FFF;
    text-shadow: 2px 2px 10px rgba(1,64,153,1);
  }
  .contentsTtl{
    font-size: 24px;
    font-weight: bold !important;
    margin-bottom: 30px;
  }
  .cotnentsText p{
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .cotnentsText p span{
    color: #008CD6;
  }
  .cotnentsText2{
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 10px 0 0 0;
    padding: 20px 20px 0 20px;
    position: relative;
  }
  .cotnentsText2::before {
    background-color: #fff;
    color: #da4033;
    content: "認定職業訓練とは";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
  }
  .cotnentsText2 p{
    margin-bottom: 20px;
  }
  .cotnentsText2 p span{
    color: #008CD6;
  }
  .btext{
    font-weight: bold;
    color: #008CD6;
  }
  .wideBnr{
    width: 100%;
    margin-bottom: 30px;
  }
  .bottomContent{
    background: #F4FBFE;
    padding: 30px 0;
  }
  .bottomTtl{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .bottomTtl strong{
    font-size: 18px;
  }
  .bottomCotnentText p span{
    color: #067ECC;
  }
  .bottomCotnentText p{
    margin-bottom: 15px;
  }
  .center{
    text-align: center;
  }
  .contentsArea{
    margin-bottom: 40px;
  }
  .cbgTtl{
    font-size: 21px;
    background: #014099;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 10px 15px;
  }
  .cbgTtl2{
    font-size: 18px;
    background: #008CD6;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 10px 15px;
  }
  .bTtl{
    font-size: 24px;
    font-weight: bold;
    color: #008CD6;
    margin-bottom: 15px;
  }
  .ntable{
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    margin-bottom: 15px;
    background: #FFF;
    font-size: 16px;
  }
  .ntable th,.ntable td{
    padding: 10px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
  }
  .ntable th{
    background: #EEE;
    text-align: center;
    vertical-align: middle;
  }
  .ntable .vam{
    vertical-align: middle;
  }
  .ntable span{
    color: #067ECC;
  }
  .otable{
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    margin-bottom: 15px;
    background: #FFF;
    font-size: 16px;
  }
  .otable th,.otable td{
    padding: 10px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
  }
  .otable th{
    background: #EEE;
    text-align: center;
  }
  .otable .vam{
    vertical-align: middle;
  }
  .otable span{
    color: #067ECC;
  }
  .centerBtn{
    text-align: center;
  }
  .tableLabel{
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #008CD6;
    padding: 10px 15px;
  }
  span.requiredLabel{
    padding: 2px 12px;
    background: #B20000;
    font-size: 12px;
    color: #FFF !important;
  }
  .attention{
    font-weight:bold;
    color:#B20000;
  }
  .outline{
    font-size:14px;
  }
  .fixedBnr {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 9999;
    max-width: 300px;
  }
}</pre></body></html>