/*	Utility
------------------------------*/
/*-- Display --*/
.dis_blo { display:block!important; }
.dis_inl { display:inline!important; }
.dis_inb { display:inline-block!important; }
.dis_tbl { display:table; width:100%!important; }
.dis_tbc { display:table-cell!important; }
.dis_non { display:none!important; }
.vis_hid { visibility:hidden!important; }
.vis_vis { visibility:visible!important; }
.hide { position:absolute; width:0; height:0; overflow:hidden!important; }
.fixed { position:fixed!important; }

/*-- Img --*/
.full_img { width:100%; max-width:none!important; }

/*-- Text --*/
.fs10 {font-size:1.0rem!important; }
.fs12 {font-size:1.2rem!important; }
.fs14 {font-size:1.4rem!important; }
.fs16 {font-size:1.6rem!important; }
.fs18 {font-size:1.8rem!important; }
.fs20 {font-size:2.0rem!important; }
.fs22 {font-size:2.2rem!important; }
.fs24 {font-size:2.4rem!important; }
.fc_rd {color:#d70839!important; }
.fc_wt {color:#fff!important; }
.fc_bk {color:#333!important; }
.fc_gy {color:#f6f4f1!important; }
.fc_bl {color:#0952a1!important; }
.fc_bl_d {color:#094986!important; }
.fw_n { font-weight:normal!important; }
b,.fw_b { font-weight:bold!important; }
.nowrap { white-space:nowrap!important; }
.br_all { word-break:break-all!important; }
.of_hid { overflow:hidden!important; }
.fs_bg { font-size: 20px; } /*-- sp=> 18px--*/

/*-- Layout --*/
.float_l { float:left!important; }
.float_r { float:right!important; }

.al_l { text-align:left!important; }
.al_c { text-align:center!important; }
.al_r { text-align:right!important; }
.indt_di {display:inline-block; text-indent: 1em;}

.va_t { vertical-align:top!important; }
.va_m { vertical-align:middle!important; }
.va_b { vertical-align:bottom!important; }
.va_bl { vertical-align:baseline!important; }

/*-- Border --*/
.brdr_non { border:none!important; }
.brdr_t { border-top: 1px solid #333; }

/*-- Margin --*/
.mgt0  { margin-top:0px!important; }
.mgt2  { margin-top:2px!important; }
.mgt5  { margin-top:5px!important; }
.mgt10 { margin-top:10px!important; }
.mgt15 { margin-top:15px!important; }
.mgt20 { margin-top:20px!important; }
.mgt25 { margin-top:25px!important; }
.mgt30 { margin-top:30px!important; }
.mgt35 { margin-top:35px!important; }
.mgt40 { margin-top:40px!important; }
.mgt45 { margin-top:45px!important; }
.mgt50 { margin-top:50px!important; }
.mgt60 { margin-top:60px!important; }
.mgt70 { margin-top:70px!important; }
.mgt80 { margin-top:80px!important; }
.mgt90 { margin-top:90px!important; }
.mgt100 { margin-top:100px!important; }
.mgt1em { margin-top:1em!important; }
.mgr0  { margin-right:0px!important; }
.mgr5  { margin-right:5px!important; }
.mgr10 { margin-right:10px!important; }
.mgr15 { margin-right:15px!important; }
.mgr20 { margin-right:20px!important; }
.mgr25 { margin-right:25px!important; }
.mgr30 { margin-right:30px!important; }
.mgr35 { margin-right:35px!important; }
.mgr40 { margin-right:40px!important; }
.mgr45 { margin-right:45px!important; }
.mgr50 { margin-right:50px!important; }
.mgb0  { margin-bottom:0px!important; }
.mgb5  { margin-bottom:5px!important; }
.mgb10 { margin-bottom:10px!important; }
.mgb15 { margin-bottom:15px!important; }
.mgb20 { margin-bottom:20px!important; }
.mgb25 { margin-bottom:25px!important; }
.mgb30 { margin-bottom:30px!important; }
.mgb35 { margin-bottom:35px!important; }
.mgb40 { margin-bottom:40px!important; }
.mgb45 { margin-bottom:45px!important; }
.mgb50 { margin-bottom:50px!important; }
.mgl0  { margin-left:0px!important; }
.mgl5  { margin-left:5px!important; }
.mgl10 { margin-left:10px!important; }
.mgl15 { margin-left:15px!important; }
.mgl20 { margin-left:20px!important; }
.mgl25 { margin-left:25px!important; }
.mgl30 { margin-left:30px!important; }
.mgl35 { margin-left:35px!important; }
.mgl40 { margin-left:40px!important; }
.mgl45 { margin-left:45px!important; }
.mgl50 { margin-left:50px!important; }

/*-- Padding --*/
.pdt0  { padding-top:0px!important; }
.pdt5  { padding-top:5px!important; }
.pdt10 { padding-top:10px!important; }
.pdt15 { padding-top:15px!important; }
.pdt20 { padding-top:20px!important; }
.pdt25 { padding-top:25px!important; }
.pdt30 { padding-top:30px!important; }
.pdt35 { padding-top:35px!important; }
.pdt40 { padding-top:40px!important; }
.pdt45 { padding-top:45px!important; }
.pdt50 { padding-top:50px!important; }
.pdr0  { padding-right:0px!important; }
.pdr5  { padding-right:5px!important; }
.pdr10 { padding-right:10px!important; }
.pdr15 { padding-right:15px!important; }
.pdr20 { padding-right:20px!important; }
.pdr25 { padding-right:25px!important; }
.pdr30 { padding-right:30px!important; }
.pdr35 { padding-right:35px!important; }
.pdr40 { padding-right:40px!important; }
.pdr45 { padding-right:45px!important; }
.pdr50 { padding-right:50px!important; }
.pdb0  { padding-bottom:0px!important; }
.pdb5  { padding-bottom:5px!important; }
.pdb10 { padding-bottom:10px!important; }
.pdb15 { padding-bottom:15px!important; }
.pdb20 { padding-bottom:20px!important; }
.pdb25 { padding-bottom:25px!important; }
.pdb30 { padding-bottom:30px!important; }
.pdb35 { padding-bottom:35px!important; }
.pdb40 { padding-bottom:40px!important; }
.pdb45 { padding-bottom:45px!important; }
.pdb50 { padding-bottom:50px!important; }
.pdl0  { padding-left:0px!important; }
.pdl5  { padding-left:5px!important; }
.pdl10 { padding-left:10px!important; }
.pdl15 { padding-left:15px!important; }
.pdl20 { padding-left:20px!important; }
.pdl25 { padding-left:25px!important; }
.pdl30 { padding-left:30px!important; }
.pdl35 { padding-left:35px!important; }
.pdl40 { padding-left:40px!important; }
.pdl45 { padding-left:45px!important; }
.pdl50 { padding-left:50px!important; }

/*-- width --*/
.wid_auto { width:auto!important; }

.wid10   { width:10px!important; }
.wid20   { width:20px!important; }
.wid30   { width:30px!important; }
.wid40   { width:40px!important; }
.wid50   { width:50px!important; }
.wid60   { width:60px!important; }
.wid70   { width:70px!important; }
.wid80   { width:80px!important; }
.wid90   { width:90px!important; }
.wid100  { width:100px!important; }
.wid110  { width:110px!important; }
.wid120  { width:120px!important; }
.wid130  { width:130px!important; }
.wid140  { width:140px!important; }
.wid150  { width:150px!important; }
.wid160  { width:160px!important; }
.wid170  { width:170px!important; }
.wid180  { width:180px!important; }
.wid190  { width:190px!important; }
.wid200  { width:200px!important; }

.wid1em  { width:1em!important; }
.wid2em  { width:2em!important; }
.wid3em  { width:3em!important; }
.wid4em  { width:4em!important; }
.wid5em  { width:5em!important; }
.wid6em  { width:6em!important; }
.wid7em  { width:7em!important; }
.wid8em  { width:8em!important; }
.wid9em  { width:9em!important; }
.wid10em { width:10em!important; }

.w1p  { width:1%!important; }
.w2p  { width:2%!important; }
.w3p  { width:3%!important; }
.w4p  { width:4%!important; }
.w5p  { width:5%!important; }
.w6p  { width:6%!important; }
.w7p  { width:7%!important; }
.w8p  { width:8%!important; }
.w9p  { width:9%!important; }
.w10p { width:10%!important; }
.w11p { width:11%!important; }
.w12p { width:12%!important; }
.w13p { width:13%!important; }
.w14p { width:14%!important; }
.w15p { width:15%!important; }
.w16p { width:16%!important; }
.w17p { width:17%!important; }
.w18p { width:18%!important; }
.w19p { width:19%!important; }
.w20p { width:20%!important; }
.w21p { width:21%!important; }
.w22p { width:22%!important; }
.w23p { width:23%!important; }
.w24p { width:24%!important; }
.w25p { width:25%!important; }
.w26p { width:26%!important; }
.w27p { width:27%!important; }
.w28p { width:28%!important; }
.w29p { width:29%!important; }
.w30p { width:30%!important; }
.w31p { width:31%!important; }
.w32p { width:32%!important; }
.w33p { width:33%!important; }
.w34p { width:34%!important; }
.w35p { width:35%!important; }
.w36p { width:36%!important; }
.w37p { width:37%!important; }
.w38p { width:38%!important; }
.w39p { width:39%!important; }
.w40p { width:40%!important; }
.w41p { width:41%!important; }
.w42p { width:42%!important; }
.w43p { width:43%!important; }
.w44p { width:44%!important; }
.w45p { width:45%!important; }
.w46p { width:46%!important; }
.w47p { width:47%!important; }
.w48p { width:48%!important; }
.w49p { width:49%!important; }
.w50p { width:50%!important; }
.w51p { width:51%!important; }
.w52p { width:52%!important; }
.w53p { width:53%!important; }
.w54p { width:54%!important; }
.w55p { width:55%!important; }
.w56p { width:56%!important; }
.w57p { width:57%!important; }
.w58p { width:58%!important; }
.w59p { width:59%!important; }
.w60p { width:60%!important; }
.w61p { width:61%!important; }
.w62p { width:62%!important; }
.w63p { width:63%!important; }
.w64p { width:64%!important; }
.w65p { width:65%!important; }
.w66p { width:66%!important; }
.w67p { width:67%!important; }
.w68p { width:68%!important; }
.w69p { width:69%!important; }
.w70p { width:70%!important; }
.w71p { width:71%!important; }
.w72p { width:72%!important; }
.w73p { width:73%!important; }
.w74p { width:74%!important; }
.w75p { width:75%!important; }
.w76p { width:76%!important; }
.w77p { width:77%!important; }
.w78p { width:78%!important; }
.w79p { width:79%!important; }
.w80p { width:80%!important; }
.w81p { width:81%!important; }
.w82p { width:82%!important; }
.w83p { width:83%!important; }
.w84p { width:84%!important; }
.w85p { width:85%!important; }
.w86p { width:86%!important; }
.w87p { width:87%!important; }
.w88p { width:88%!important; }
.w89p { width:89%!important; }
.w90p { width:90%!important; }
.w91p { width:91%!important; }
.w92p { width:92%!important; }
.w93p { width:93%!important; }
.w94p { width:94%!important; }
.w95p { width:95%!important; }
.w96p { width:96%!important; }
.w97p { width:97%!important; }
.w98p { width:98%!important; }
.w99p { width:99%!important; }
.w100p{ width:100%!important; }

/*-- [Class] --*/
.ta_r { text-align: right!important; }
.ta_c { text-align: center!important; }
.ta_l { text-align: left!important; }
.va_t { vertical-align: top!important; }
.va_b {vertical-align: bottom!important; }
.mg_t10 { margin-top: 10px!important; }
.mg_b10 { margin-bottom: 10px!important; }
.ws_n { white-space: nowrap;}
.sm_type { font-size: 1.2rem!important; }
.mm_type { font-size: 1.6rem!important; }
.bold_type { font-weight: bold!important; }
.spNon { display: none!important; }
.spNon_blc { display: none!important; }
.pcNon { display: inline-block!important; }
.pcNon_blc { display: block!important; }

/*-- [for br] --*/
br.br_spOnly {
  display: none!important;
}
br.br_pcOnly {
  display: inline!important;
}
  
/*-- Icon class --*/
.icon_pdf {
  display: inline-block;
  padding-right: 28px;
  background: url(/n_common/img/icon/icon_pdf.png) center right no-repeat;
}

.icon_external_link {
  display: inline-block;
  padding-right: 28px;
  background: url(/n_common/img/icon/icon_link.png) center right no-repeat;
}
/*-- [/Class] --*/

/*-- [Mediaquery] --*/
@media screen and (min-width: 768px) {
  .spNon {
    display: block!important;
  }
  .pcNon, .pcNon_blc {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .fs_bg {
    font-size: 18px;
  }
  br.br_spOnly {
    display: inline!important;
  }
  br.br_pcOnly {
    display: none!important;
  }
}
/*-- [Mediaquery] --*/

/*-- [Base] --*/
html {
  color: #000;
  font-size: 62.5%;
}
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, MS PGothic, "ＭＳ Ｐゴシック", MS Gothic, Sans-serif, Arial;
  color: #333;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
}
section+section {
  margin-top: 60px;
}
.section_mgt {
  margin-top: 60px;
}

/*-- [/Base] --*/
/*-- [IE bagfix] --*/
select::-ms-value {
  background: none;
  color: #000;
}
/*-- [/IE bagfix] --*/
