@charset "UTF-8";
/* --------------------------------------------

	FileName	:	style.css

-------------------------------------------- */
/* --------------------------------------------

	FileName	:	common.css

-------------------------------------------- */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/** Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video {
  display: inline-block;
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */
[hidden], template {
  display: none;
}

/* ========================================================================== Base ========================================================================== */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/** Remove default margin. */
body {
  margin: 0;
}

/* ========================================================================== Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a {
  background: transparent;
}

/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted;
}

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover {
  outline: 0;
}

/* ========================================================================== Typography ========================================================================== */
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong {
  font-weight: bold;
}

/** Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/** Address differences between Firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/** Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/** Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/** Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap;
}

/** Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/** Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ========================================================================== Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9. */
img {
  border: 0;
}

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/* ========================================================================== Forms ========================================================================== */
/** Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input {
  line-height: normal;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select {
  text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default;
}

/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, section, header, footer, nav, menu, aside, figure, figcaption, main {
  display: block;
  padding: 0;
  margin: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var, u {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

a {
  outline: 0;
  vertical-align: baseline;
}

a > * {
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

.pc_none {
  display: none;
}

body {
  position: relative;
  font: 16px/1.6 'メイリオ','ＭＳ Ｐゴシック','MS P Gothic', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka, sans-serif;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  color: #222;
}

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

a, a:visited {
  color: #0070cb;
}

img {
  max-width: 100%;
}

/* sp header
------------------------------------*/
@media only screen and (max-width: 767px) {
  #head01_wrapper #head01_inner {
    width: 100% !important;
  }

  /*
  #head01_wrapper #head01_inner .head01_link { padding:0 !important; line-height: 1.8 !important; font-size: 11.2px !important; }
  #head01_wrapper #head01_inner .head_left { display: inline-block; float: left; margin-left: 3%; width: 30%; }
  #head01_wrapper #head01_inner #head01_logo { margin-right:0 !important; }
  #head01_wrapper #head01_inner .head_left img { width:100%; height:auto; }
  #head01_wrapper #head01_inner .head_right { float: right; background-color: #0070cb; border-radius: 6px; padding: 5px 10px; display: inline-block; margin-right: 3%; }
  */
  #head02_wrapper #head02_inner {
    width: 100% !important;
  }

  /*
  #head02_wrapper #head02_inner .head_left { width: 30%; margin-left: 3%; }
  #head02_wrapper #head02_inner .head_left img { width:100%; height:auto; }
  #head02_wrapper #head02_inner .head_right { margin:0 3% 0 0 !important; }
  */
}
/* contents
---------------------------------------------------------------------------*/
#contents {
  padding: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0 0 30px;
  }
}
#contents .inner {
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #contents .inner {
    padding: 0 10px;
  }
}
#contents *.txtL {
  text-align-last: auto;
}
#contents *.txtR {
  text-align: right;
}
#contents *.txtC {
  text-align: center;
}
#contents strong {
  font-weight: bold;
}
#contents p.category {
  font-weight: bold;
  font-size: 100%;
  background: #f2f2f2;
  line-height: 1.2;
  padding: 7px 10px;
  margin: 0 0 10px;
  color: #777;
}
@media only screen and (max-width: 479px) {
  #contents p.category {
    font-size: 93.75%;
  }
}
#contents h1.ttl {
  font-weight: bold;
  font-size: 175%;
  color: #005BAB;
  line-height: 1.2;
  text-align: center;
  margin: 0.8em 0 1.4em;
  position: relative;
}
#contents h1.ttl:before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 46px;
  position: relative;
  top: 12px;
  margin-right: 4px;
}
#contents h1.ttl.login_er:before {
  background: url("../../img/common/pass/160824/icon_login_er.png") no-repeat 0 0;
}
#contents h1.ttl.change:before {
  background: url("../../img/common/pass/160824/icon_change.png") no-repeat 0 0;
}
#contents h1.ttl.reissue:before {
  background: url("../../img/common/pass/160824/icon_reissue.png") no-repeat 0 0;
}
@media only screen and (max-width: 479px) {
  #contents h1.ttl {
    font-size: 112.5%;
    margin: 1em 0 0.6em;
    padding-right: 10px;
  }
  #contents h1.ttl:before {
    width: 30px;
    height: 30px;
    background-size: 30px !important;
    margin-right: 2px;
    top: 8px;
  }
  #contents h1.ttl br {
    display: block;
  }
  #contents h1.ttl + h2 {
    margin-top: 1.5em;
  }
}
#contents h2 {
  font-weight: bold;
  font-size: 125%;
  border-top: 3px solid #005BAB;
  background: #fafbdd;
  line-height: 1.3;
  padding: 10px 12px 9px;
  margin: 2em 0 0.8em;
}
#contents h3 {
  font-weight: bold;
  font-size: 106.25%;
  color: #777;
  padding: 0 0 4px;
  margin: 1.4em 0 0.6em;
  border-bottom: 1px dotted #bbb;
  line-height: 1.4;
}
#contents h3 .small {
  font-size: 81.25%;
}
#contents p {
  margin: 1em 0;
}
#contents p img {
  max-width: 100%;
}
#contents p.note, #contents p.noteR {
  font-size: 81.25%;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin: 0.6em 0;
}
#contents p.note:before, #contents p.noteR:before {
  content: "※";
  display: inline;
  position: static;
  margin-right: 0.2em;
  background: none;
}
#contents p.noteR {
  color: #c1272d;
  font-weight: bold;
}
#contents p.linkBtn {
  text-align: center;
  margin: 1.6em 0;
}
#contents p.linkBtn a {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 106.25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  border: 1px solid #005BAB;
  padding: 15px 25px 14px 25px;
  border-radius: 6px;
  color: #005BAB;
  text-decoration: none;
  position: relative;
  line-height: 1.2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#contents p.linkBtn a:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 15px;
  background: url("../../img/common/pass/160824/arrow_link.png") no-repeat 0 0;
}
@media only screen and (max-width: 767px) {
  #contents p.linkBtn a:after {
    background: url("../../img/common/pass/160824/arrow_link_2x.png") no-repeat 0 0;
    -moz-background-size: 10px 15px;
    -o-background-size: 10px 15px;
    -webkit-background-size: 10px 15px;
    background-size: 10px 15px;
  }
}
#contents p.linkBtn a:hover {
  background: #eaf2fb;
}
#contents p.linkBtn span.note {
  display: block;
  font-size: 75%;
  font-weight: normal;
  margin-top: 0.3em;
}
#contents p.linkBtn span.note:before {
  content: "※";
  display: inline;
  position: static;
  margin-right: 0.2em;
}
#contents p.linkBtn span.note.not_before {
  display: block;
  margin-bottom:0.3em;
}
#contents p.linkBtn span.note.not_before:before {
  display: none;
}
#contents ul {
  margin: 1em 0;
  padding: 0 0 0 4px;
}
#contents ul li {
  margin: 0.2em 0;
  padding: 0 0 0 14px;
  position: relative;
}
#contents ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #005BAB;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#contents ul.notes li {
  font-size: 81.25%;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
#contents ul.notes li:before {
  content: "※";
  display: inline;
  position: static;
  margin-right: 0.2em;
  background: none;
}
#contents .mainNav {
  margin: 0;
  padding: 0;
}
#contents .mainNav:after {
  content: "";
  display: block;
  clear: both;
}
#contents .mainNav li {
  float: left;
  width: 33.3%;
  margin: 0;
  padding: 0;
}
#contents .mainNav li:before {
  content: none;
}
#contents .mainNav li a {
  display: block;
}
#contents .ancNav {
  padding: 12px;
  background: #f2f2f2;
  list-style-type: none;
  counter-reset: num;
}
#contents .ancNav li {
  margin-top: 7px;
  position: relative;
}
#contents .ancNav li:first-child {
  margin-top: 0;
}
#contents .ancNav li:before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  z-index: 10;
  text-align: center;
  left: 15px;
  top: 13px;
  width: 1.54em;
  font-weight: bold;
  font-size: 106.25%;
  line-height: 1.3;
  color: #005BAB;
}
#contents .ancNav li a {
  position: relative;
  display: block;
  line-height: 1.3;
  font-size: 106.25%;
  font-weight: bold;
  color: #005BAB;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  padding: 12px 35px 12px 40px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
#contents .ancNav li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 19px;
  height: 19px;
  background: url("../../img/common/pass/160824/arrow_anc.png") no-repeat 0 0;
}
@media only screen and (max-width: 767px) {
  #contents .ancNav li a:after {
    background: url("../../img/common/pass/160824/arrow_anc_2x.png") no-repeat 0 0;
    -moz-background-size: 19px;
    -o-background-size: 19px;
    -webkit-background-size: 19px;
    background-size: 19px;
  }
}
#contents .ancNav li a:hover {
  background: #eaf2fb;
}
#contents .ancNav li a span {
  font-weight: normal;
  font-size: 85%;
  display: block;
  margin-top: 0.3em;
  color: #222;
}
#contents .bottomNav {
  background: #f2f2f2;
  padding: 5px;
  margin: 1.8em 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .bottomNav:after {
  content: "";
  display: block;
  clear: both;
}
#contents .bottomNav li {
  float: left;
  width: 33.3%;
  margin: 0;
  padding: 0;
}
#contents .bottomNav li:before {
  content: none;
}
#contents .bottomNav li a {
  display: block;
}
#contents figure {
  text-align: center;
}
#contents img.border {
  border: 1px solid #ddd;
}
#contents .cautionBox {
font-size: 81.25%;	
  border: 2px solid #c1272d;
  border-radius: 6px;
  padding: 15px 10px;
  margin: 1.2em 0 0.4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .cautionBox > *:first-child {
  margin-top: 0;
}
#contents .cautionBox > *:last-child {
  margin-bottom: 0;
}
#contents .cautionBox dl {
  margin: 1em 0;
}
#contents .cautionBox dl dt {
  font-weight: bold;
  /*font-size: 112.5%;*/
  color: #c1272d;
  padding: 0 0 3px 30px;
  border-bottom: 1px solid #c1272d;
  position: relative;
}
#contents .cautionBox dl dt:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 23px;
  height: 20px;
  background: url("../../img/common/pass/160824/icon_caution.png") no-repeat 0 0;
}
#contents .cautionBox dd ul {
  margin: 0.8em 0 0;
}
#contents .cautionBox dd ul li:before {
  background-color: #333;
}

/* width設定
-------------------------------------------------------------------- */
#main .wid5 {
  width: 5% !important;
}

#main .wid6 {
  width: 6% !important;
}

#main .wid7 {
  width: 7% !important;
}

#main .wid8 {
  width: 8% !important;
}

#main .wid9 {
  width: 9% !important;
}

#main .wid10 {
  width: 10% !important;
}

#main .wid11 {
  width: 11% !important;
}

#main .wid12 {
  width: 12% !important;
}

#main .wid13 {
  width: 13% !important;
}

#main .wid14 {
  width: 14% !important;
}

#main .wid15 {
  width: 15% !important;
}

#main .wid16 {
  width: 16% !important;
}

#main .wid17 {
  width: 17% !important;
}

#main .wid18 {
  width: 18% !important;
}

#main .wid19 {
  width: 19% !important;
}

#main .wid20 {
  width: 20% !important;
}

#main .wid21 {
  width: 21% !important;
}

#main .wid22 {
  width: 22% !important;
}

#main .wid23 {
  width: 23% !important;
}

#main .wid24 {
  width: 24% !important;
}

#main .wid25 {
  width: 25% !important;
}

#main .wid26 {
  width: 26% !important;
}

#main .wid27 {
  width: 27% !important;
}

#main .wid28 {
  width: 28% !important;
}

#main .wid29 {
  width: 29% !important;
}

#main .wid30 {
  width: 30% !important;
}

#main .wid31 {
  width: 31% !important;
}

#main .wid32 {
  width: 32% !important;
}

#main .wid33 {
  width: 33% !important;
}

#main .wid34 {
  width: 34% !important;
}

#main .wid35 {
  width: 35% !important;
}

#main .wid36 {
  width: 36% !important;
}

#main .wid37 {
  width: 37% !important;
}

#main .wid38 {
  width: 38% !important;
}

#main .wid39 {
  width: 39% !important;
}

#main .wid40 {
  width: 40% !important;
}

#main .wid41 {
  width: 41% !important;
}

#main .wid42 {
  width: 42% !important;
}

#main .wid43 {
  width: 43% !important;
}

#main .wid44 {
  width: 44% !important;
}

#main .wid45 {
  width: 45% !important;
}

#main .wid46 {
  width: 46% !important;
}

#main .wid47 {
  width: 47% !important;
}

#main .wid48 {
  width: 48% !important;
}

#main .wid49 {
  width: 49% !important;
}

#main .wid50 {
  width: 50% !important;
}

#main .wid51 {
  width: 51% !important;
}

#main .wid52 {
  width: 52% !important;
}

#main .wid53 {
  width: 53% !important;
}

#main .wid54 {
  width: 54% !important;
}

#main .wid55 {
  width: 55% !important;
}

#main .wid56 {
  width: 56% !important;
}

#main .wid57 {
  width: 57% !important;
}

#main .wid58 {
  width: 58% !important;
}

#main .wid59 {
  width: 59% !important;
}

#main .wid60 {
  width: 60% !important;
}

#main .wid61 {
  width: 61% !important;
}

#main .wid62 {
  width: 62% !important;
}

#main .wid63 {
  width: 63% !important;
}

#main .wid64 {
  width: 64% !important;
}

#main .wid65 {
  width: 65% !important;
}

#main .wid66 {
  width: 66% !important;
}

#main .wid67 {
  width: 67% !important;
}

#main .wid68 {
  width: 68% !important;
}

#main .wid69 {
  width: 69% !important;
}

#main .wid70 {
  width: 70% !important;
}

#main .wid71 {
  width: 71% !important;
}

#main .wid72 {
  width: 72% !important;
}

#main .wid73 {
  width: 73% !important;
}

#main .wid74 {
  width: 74% !important;
}

#main .wid75 {
  width: 75% !important;
}

#main .wid76 {
  width: 76% !important;
}

#main .wid77 {
  width: 77% !important;
}

#main .wid78 {
  width: 78% !important;
}

#main .wid79 {
  width: 79% !important;
}

#main .wid80 {
  width: 80% !important;
}

#main .wid81 {
  width: 81% !important;
}

#main .wid82 {
  width: 82% !important;
}

#main .wid83 {
  width: 83% !important;
}

#main .wid84 {
  width: 84% !important;
}

#main .wid85 {
  width: 85% !important;
}

#main .wid86 {
  width: 86% !important;
}

#main .wid87 {
  width: 87% !important;
}

#main .wid88 {
  width: 88% !important;
}

#main .wid89 {
  width: 89% !important;
}

#main .wid90 {
  width: 90% !important;
}

#main .wid91 {
  width: 91% !important;
}

#main .wid92 {
  width: 92% !important;
}

#main .wid93 {
  width: 93% !important;
}

#main .wid94 {
  width: 94% !important;
}

#main .wid95 {
  width: 95% !important;
}

#main .wid96 {
  width: 96% !important;
}

#main .wid97 {
  width: 97% !important;
}

#main .wid98 {
  width: 98% !important;
}

#main .wid99 {
  width: 99% !important;
}

#main .wid100 {
  width: 100% !important;
}

#main .wid101 {
  width: 101% !important;
}

#main .wid102 {
  width: 102% !important;
}

#main .wid103 {
  width: 103% !important;
}

#main .wid104 {
  width: 104% !important;
}

#main .wid105 {
  width: 105% !important;
}

@media print {
  #pagetop {
    display: none !important;
  }
}
