@charset "UTF-8";
/* Scss Document */
/* normalize CSS */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 共通CSS */
html {
  font-size: 62.5%;
  /*10px*/
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  *zoom: 1;
}

/* Hides from IE-mac ＼*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.left_al {
  text-align: left !Important;
}

.center_al {
  text-align: center !Important;
}

.right_al {
  text-align: right !Important;
}

.noimg {
  background-image: none !Important;
}

.nobackcolor {
  background-color: transparent !Important;
}

.noborder {
  border: none !Important;
}

.noborder_top {
  border-top: none !Important;
}

.noborder_bottom {
  border-bottom: none !Important;
}

.noborder_left {
  border-left: none !Important;
}

.noborder_right {
  border-right: none !Important;
}

.strong {
  font-weight: bold !important;
}

/*margin*/
.mg00 {
  margin: 0px !Important;
}

.mt00 {
  margin-top: 0px !Important;
}

.mt05 {
  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;
}

.mb00 {
  margin-bottom: 0px !Important;
}

.mb05 {
  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;
}

.mb100 {
  margin-bottom: 100px !Important;
}

.mb150 {
  margin-bottom: 150px !Important;
}

.mb200 {
  margin-bottom: 200px !Important;
}

.ml00 {
  margin-left: 0px !Important;
}

.ml05 {
  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;
}

.mr00 {
  margin-right: 0px !Important;
}

.mr05 {
  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;
}

/*padding*/
.pg00 {
  padding: 0px !Important;
}

.pg03 {
  padding: 3px !Important;
}

.pg05 {
  padding: 5px !Important;
}

.pg10 {
  padding: 10px !Important;
}

.pg15 {
  padding: 15px !Important;
}

.pg20 {
  padding: 20px !Important;
}

.pg25 {
  padding: 25px !Important;
}

.pg30 {
  padding: 30px !Important;
}

.pt00 {
  padding-top: 0px !Important;
}

.pt05 {
  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;
}

.pb00 {
  padding-bottom: 0px !Important;
}

.pb05 {
  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;
}

.pl00 {
  padding-left: 0px !Important;
}

.pl05 {
  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;
}

.pr00 {
  padding-right: 0px !Important;
}

.pr05 {
  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;
}

.inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}

a:hover img {
  opacity: 0.8;
}

/* フォームリセットCSS */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* フォームCSS */
input[type="text"] {
  padding: 2px;
  border: 1px solid #4A4A4A;
  border-radius: 0;
  outline: none;
  background: none;
}

/* 共通スタイル */
.container {
  padding-bottom: 64px;
}
.container section + section {
  margin-top: 80px;
}

/* 矢印 */
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  color: #333;
  text-decoration: none;
  font-size: 1.5rem;
}
.arrow:hover {
  text-decoration: underline;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.before_gray_arrow::before {
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ボタン */
.btn {
  text-align: center;
  margin: 30px auto;
  display: table;
}
.btn a {
  color: #fff;
  text-align: center;
  border-radius: 2.7rem;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  display: table-cell;
  height: 54px;
  vertical-align: middle;
}
.btn a:hover {
  opacity: 0.8;
}

.btn01 {
  text-align: center;
}
.btn01 a {
  font-size: 2.0rem;
  font-weight: 700;
  padding: 10px 40px;
  width: 100%;
  max-width: 260px;
  border-radius: 27px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

.btn02 {
  text-align: center;
}
.btn02 a {
  font-size: 2.0rem;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 27px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

.btn_green a {
  background: #009FA8;
}

.btn_orange a {
  background: #ED7106;
}

.btn_red a {
  background: #DB3D3B;
}

a {
  color: #001D6A;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* テンプレート用スタイル */
.templete_title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  background: #000;
  margin-bottom: 50px;
  padding: 10px;
  text-align: center;
}

.templete_note {
  position: relative;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: left;
  margin: 150px auto 1em;
  background: #eee;
  padding: 20px 20px;
  border-radius: 5px;
  line-height: 1.4;
}
.templete_note:first-child {
  margin-top: 2em;
}
.templete_note::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eee;
}
.templete_note span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.templete_note span.red {
  font-size: 2.0rem;
  display: inline;
  line-height: 1.4;
  font-weight: 700;
}

.source_btn {
  /*text-align: center;*/
  max-width: 1080px;
  margin: 0 auto 10px;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
.source_btn:hover {
  opacity: 0.8;
}
.source_btn span {
  position: relative;
  padding-right: 30px;
  display: inline-block;
}
.source_btn span::before {
  display: block;
  content: '';
  background-color: #333;
  border-radius: 1px;
  position: absolute;
  width: 2px;
  height: 18px;
  top: 3px;
  right: 8px;
}
.source_btn span::after {
  display: block;
  content: '';
  background-color: #333;
  border-radius: 1px;
  position: absolute;
  width: 18px;
  height: 2px;
  top: 11px;
  right: 0;
}
.source_btn.open span::before {
  display: none;
}

pre.prettyprint + .templete_note {
  margin-top: 100px;
}

pre.prettyprint {
  display: none;
}

.mt150 {
  margin-top: 150px !important;
}

/*h1+h1 {
  margin-top: 20px;
}*/
/*h2+h2 {
  margin-top: 20px;
}
h3+h3 {
  margin-top: 20px;
}*/
/* タイトル */
.headline_1a {
  background: url("/service/pfw/image/common/bg_headline_1.png") right top no-repeat #0D1B48;
  height: 172px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 4.0rem;
  line-height: 1.2;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 1em;
}
.headline_1a span {
  font-size: 2.0rem;
  display: block;
  width: 100%;
  line-height: 1.6;
}

.headline_1b {
  background: url("/service/pfw/image/common/bg_headline_1.png") right top no-repeat #6286E8;
  height: 172px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 4.0rem;
  line-height: 1.2;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 1em;
}
.headline_1b span {
  font-size: 2.0rem;
  display: block;
  width: 100%;
  line-height: 1.6;
}

.headline_2a {
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #C7C7C7;
  padding: 0.15em 0;
  margin-bottom: 0.7em;
}

.headline_2b {
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #C7C7C7;
  padding: .15em 0 .15em 38px;
  margin-bottom: 0.7em;
  position: relative;
}
.headline_2b .step_no {
  display: inline-block;
  background: #333333;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 5px 5px 3px;
  margin-right: 3px;
  position: absolute;
  left: 0;
  top: 15px;
}
.headline_2b .step_no span {
  display: block;
}
.headline_2b .step_no span.big {
  font-size: 1.4rem;
  line-height: 1.2;
}
.headline_2b .step_no span.small {
  font-size: 1.0rem;
  line-height: 1.2;
}

.headline_2c {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #C7C7C7;
  padding: 0.15em 0;
  margin: 0 auto 0.5em;
}

.headline_2d {
  font-size: 2.5rem;
  line-height: 1.2;
  padding: 0 0 0 10px;
  color: #001D6A;
  font-weight: 700;
  border-left: 7px solid #0D1B48;
  margin-bottom: 1em;
}

.headline_3a {
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 2px 10px 1px;
  background: #001D6A;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1em;
}

.headline_3b {
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 7px 10px 5px;
  background: #004898;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}

.headline_3c {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #001D6A;
  margin-bottom: 1em;
}

.headline_3d {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #001D6A;
  margin-bottom: 1em;
  position: relative;
  padding-left: 80px;
}
.headline_3d .text_no {
  position: absolute;
  left: 0;
  top: 3px;
  width: 2.8em;
  background: #001D6A;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  padding: 3px 0px 2px;
  margin-right: 5px;
}
.headline_3d .text_no span.small {
  font-size: .9rem;
  margin-right: 0.5em;
}
.headline_3d .text_no span.big {
  font-size: 1.8rem;
}

.headline_3e {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #001D6A;
  margin-bottom: 1em;
  position: relative;
  padding-left: 55px;
}
.headline_3e .no {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 2.0em;
  text-align: center;
  background: #001D6A;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 3px 0px 2px;
  margin-right: 5px;
}

.headline_3f {
  font-size: 2.0rem;
  line-height: 1.4;
  padding: 2px 10px 1px;
  color: #001D6A;
  font-weight: 700;
  padding-top: 50px;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}
.headline_3f .sub {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  display: inline-block;
  border-bottom: 1px solid #001D6A;
}
.headline_3f .sub .sub_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.headline_3f .sub .sub_inner .small {
  font-size: 1.0rem;
  margin: 0 2px;
}
.headline_3f .sub .sub_inner .big {
  font-size: 2.0rem;
  margin: 0 2px;
}

.headline_3g {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 2px 10px 1px;
  background: #001D6A;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1em;
}

.headline_4a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #001D6A;
  margin-bottom: 0.7em;
}

.headline_4b {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #001D6A;
  margin-bottom: 0.7em;
  /*text-indent: -50px;*/
  padding-left: 80px;
  position: relative;
}
.headline_4b .no {
  position: absolute;
  left: 0;
  top: 0;
}
.headline_4b .no::after {
  content: "．";
}

.headline_4c {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #001D6A;
  margin-bottom: 1.25em;
  display: inline-block;
  padding-left: 1.2em;
  position: relative;
}
.headline_4c::after {
  position: absolute;
  content: "■";
  left: 0;
  top: 0;
}

.headline_5a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 0.5em;
}

.headline_5b {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  background: #004898;
  padding: 3px 10px 2px;
  color: #fff;
  margin-bottom: 1.0em;
}

p {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 1em;
}
p.copy {
  font-size: 2.5rem;
  color: #004898;
  margin-bottom: 0.5em;
}
p.note {
  font-size: 1.4rem;
  margin-bottom: .5em;
}
p.mark {
  text-indent: -1em;
  padding-left: 1em;
}
p .note {
  font-size: 1.4rem;
  margin-bottom: .5em;
}

ul li .list_img {
  margin: 10px 0 30px;
}
ul.list_1a {
  margin: .5em auto .5em;
}
ul.list_1a li {
  text-indent: -0.8em;
  padding-left: 1.0em;
  margin-bottom: .5em;
  font-size: 1.6rem;
  line-height: 1.4;
}
ul.list_1b {
  margin: .5em auto .5em;
}
ul.list_1b li {
  text-indent: -1.0em;
  padding-left: 1.0em;
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 1.4;
}

ul.list_1b li i {
    padding-right: 4px;
}

.mark {
  text-indent: -1em;
  padding-left: 1em;
}

.strong {
  font-weight: 700;
}

.red {
  color: #E5100D;
}

.bg_blue {
  background: #EBF5FF;
  padding: 20px;
  margin-bottom: 0.5em;
}
.bg_blue ul:last-child {
  margin-bottom: 0;
}
.bg_blue ul:last-child li:last-child {
  margin-bottom: 0;
}
.bg_blue p:last-child {
  margin-bottom: 0;
}

.bg_pink {
  background: #FCEBEB;
  padding: 10px;
  margin-bottom: 0.5em;
}
.bg_pink ul:last-child {
  margin-bottom: 0;
}
.bg_pink ul:last-child li:last-child {
  margin-bottom: 0;
}
.bg_pink p:last-child {
  margin-bottom: 0;
}

.border_black_1px {
  border: 1px solid #707070;
  padding: 20px;
}
.border_black_1px ul:last-child {
  margin-bottom: 0;
}
.border_black_1px ul:last-child li:last-child {
  margin-bottom: 0;
}
.border_black_1px p:last-child {
  margin-bottom: 0;
}

.border_red_1px {
  border: 1px solid #CC0000;
  padding: 10px;
}
.border_red_1px ul:last-child {
  margin-bottom: 0;
}
.border_red_1px ul:last-child li:last-child {
  margin-bottom: 0;
}
.border_red_1px p:last-child {
  margin-bottom: 0;
}

.border_red_3px {
  border: 3px solid #DB3D3B;
  padding: 25px;
}
.border_red_3px ul:last-child {
  margin-bottom: 0;
}
.border_red_3px ul:last-child li:last-child {
  margin-bottom: 0;
}
.border_red_3px p:last-child {
  margin-bottom: 0;
}

/* メンテナンスのお知らせ */
.border_red_1px.mentebox {
	padding: 1.5em;
}

/* ボタン */
.btn {
  text-align: center;
  margin: 30px auto;
  display: table;
}
.btn a {
  color: #fff;
  text-align: center;
  border-radius: 2.7rem;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  display: table-cell;
  height: 54px;
  vertical-align: middle;
}
.btn a:hover {
  opacity: 0.8;
}

.btn01 {
  text-align: center;
}
.btn01 a {
  font-size: 2.0rem;
  font-weight: 700;
  padding: 10px 40px;
  width: 100%;
  max-width: 260px;
  border-radius: 27px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

.btn02 {
  text-align: center;
}
.btn02 a {
  font-size: 2.0rem;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 27px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

.btn_green a {
  background: #009FA8;
}

.btn_orange a {
  background: #ED7106;
}

.btn_red a {
  background: #DB3D3B;
}

.btn_1a {
  text-align: center;
  margin: 30px auto;
  display: table;
  width: 100%;
  max-width: 260px;
}
.btn_1a a {
  background: #009FA8;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  border-radius: 27px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  display: table-cell;
  width: 100%;
  height: 54px;
  vertical-align: middle;
}
.btn_1a a span {
  font-size: 1.0rem;
  line-height: 1.2;
  display: block;
}
.btn_1a a:hover {
  opacity: 0.8;
}

.btn_1b {
  text-align: center;
  margin: 30px auto;
  display: table;
  width: 100%;
  max-width: 260px;
}
.btn_1b a {
  background: #009FA8;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  border-radius: 27px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  display: table-cell;
  width: 100%;
  height: 54px;
  vertical-align: middle;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}
.btn_1b a span {
  font-size: 1.0rem;
  line-height: 1.2;
  display: block;
}
.btn_1b a:hover {
  opacity: 0.8;
}

.btn_1c {
  text-align: center;
  margin: 30px auto;
  display: table;
  width: 100%;
  max-width: 230px;
}
.btn_1c a {
  background: #009FA8;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 15px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  display: table-cell;
  width: 100%;
  height: 30px;
  vertical-align: middle;
}
.btn_1c a:hover {
  opacity: 0.8;
}

.btn_1d {
  text-align: center;
  margin: 30px auto;
  display: table;
  width: 100%;
  max-width: 230px;
}
.btn_1d a {
  background: #009FA8;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 15px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  display: table-cell;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}
.btn_1d a:hover {
  opacity: 0.8;
}

.btn_1e {
  text-align: center;
  margin: 30px auto;
  display: table;
  width: 100%;
  max-width: 290px;
}
.btn_1e a {
  background: #009FA8;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  border-radius: 27px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  display: table-cell;
  width: 100%;
  height: 54px;
  vertical-align: middle;
}
.btn_1e a span {
  font-size: 1.0rem;
  line-height: 1.2;
  display: block;
}
.btn_1e a:hover {
  opacity: 0.8;
}

.btn_1f {
  text-align: center;
  margin: 30px auto;
  display: table;
  width: 100%;
  max-width: 290px;
}
.btn_1f a {
  background: #009FA8;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  border-radius: 27px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  display: table-cell;
  width: 100%;
  height: 54px;
  vertical-align: middle;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}
.btn_1f a span {
  font-size: 1.0rem;
  line-height: 1.2;
  display: block;
}
.btn_1f a:hover {
  opacity: 0.8;
}

.btn_1g {
  text-align: center;
  margin: 30px auto;
  display: table;
  width: 100%;
  max-width: 590px;
}
.btn_1g a {
  background: #009FA8;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  border-radius: 38px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  display: table-cell;
  width: 100%;
  height: 76px;
  vertical-align: middle;
}
.btn_1g a span {
  font-size: 1.0rem;
  line-height: 1.2;
  display: block;
}
.btn_1g a:hover {
  opacity: 0.8;
}

.btn_1h {
  text-align: center;
  margin: 30px auto;
  display: table;
  width: 100%;
  max-width: 590px;
}
.btn_1h a {
  background: #009FA8;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  border-radius: 38px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  display: table-cell;
  width: 100%;
  height: 76px;
  vertical-align: middle;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}
.btn_1h a span {
  font-size: 1.0rem;
  line-height: 1.2;
  display: block;
}
.btn_1h a:hover {
  opacity: 0.8;
}

/* テキストリンク */
.link_1a {
  margin-top: .5em;
  margin-bottom: .5em;
}
.link_1a a {
  text-decoration: underline;
  font-size: 1.6rem;
  display: inline-block;
}
.link_1a a:hover {
  text-decoration: none;
}

.link_1b {
  margin-top: .5em;
  margin-bottom: .5em;
}
.link_1b a {
  text-decoration: underline;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  padding: 0 0 0 12px;
  vertical-align: middle;
}
.link_1b a:hover {
  text-decoration: none;
}
.link_1b a::before {
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 8px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 8px solid #001D6A;
}

.link_1c {
  margin-top: .5em;
  margin-bottom: .5em;
}
.link_1c a {
  text-decoration: underline;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  padding: 0 0 0 18px;
  vertical-align: middle;
}
.link_1c a:hover {
  text-decoration: none;
}
.link_1c a::before {
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 14px;
  height: 13px;
  background: url("/service/pfw/image/common/Icon_metro-download@2x.png") left top no-repeat;
  background-size: cover;
}

.link_1d {
  margin-top: .5em;
  margin-bottom: .5em;
}
.link_1d a {
  text-decoration: underline;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  padding: 0 0 0 16px;
  vertical-align: middle;
}
.link_1d a:hover {
  text-decoration: none;
}
.link_1d a::before {
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background: url("/service/pfw/image/common/Icon_ionic-md-information-circle@2x.png") left top no-repeat;
  background-size: cover;
}

.link_2a {
  margin-top: .5em;
  margin-bottom: .5em;
}
.link_2a a {
  text-decoration: underline;
  font-size: 1.6rem;
  display: inline;
  position: relative;
  padding: 0;
  vertical-align: middle;
}
.link_2a a:hover {
  text-decoration: none;
}
.link_2a a::after {
  /* position: absolute;
   botoom: 0;
   right: 0;*/
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 2px;
  width: 16px;
  height: 20px;
  background: url("/service/pfw/image/common/PDF_icon@2x.png") left top no-repeat;
  background-size: cover;
  margin-top: -2px;
}

.link_2b {
  /*margin-top: .5em;
  margin-bottom: .5em;*/
}
.link_2b a {
  text-decoration: underline;
  font-size: 1.4rem;
  display: inline;
  position: relative;
  padding: 0;
  vertical-align: middle;
  /*color: #000000;*/
}
.link_2b a:hover {
  text-decoration: none;
}
.link_2b a::after {
  /* position: absolute;
   botoom: 0;
   right: 0;*/
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 2px;
  width: 15px;
  height: 15px;
  background: url("/service/pfw/image/common/Icon_feather-external-link@2x.png") left top no-repeat;
  background-size: cover;
  margin-top: -2px;
}

/* table */
.table_1a {
  margin: .5em auto .5em;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
.table_1a td, .table_1a th {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}
.table_1a tr th {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  padding: 10px 10px;
}
.table_1a tr th .note {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
.table_1a tr td {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.7;
  padding: 20px 10px;
}
.table_1a tr td:first-child {
  width: 45%;
}
.table_1a tr td:last-child {
  padding: 20px 10px 20px 30px;
  width: 45%;
}
.table_1a tr td.center {
  text-align: center;
  padding: 20px 10px;
  width: 10%;
}
.table_1a thead tr th {
  background: #004898;
  font-size: 2.4rem;
  padding: 5px;
  text-align: left;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.table_1b {
  width: auto;
  margin: .5em 0 2.0em;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
.table_1b td, .table_1b th {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}
.table_1b tr th {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  padding: 5px 10px;
}
.table_1b tr td {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.7;
  padding: 5px 15px;
}
.table_1b thead tr th {
  background: #5885FF;
  font-size: 1.4rem;
  padding: 10px;
  text-align: left;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.table_1c {
  width: auto;
  margin: .5em 0 2.0em;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
.table_1c td, .table_1c th {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}
.table_1c tr th {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  padding: 5px 10px;
}
.table_1c tr td {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.7;
  padding: 5px 15px;
}
.table_1c tr td .link_2a {
  margin: 0;
}
.table_1c tr td .link_2a a {
  font-size: 1.4rem;
}
.table_1c tr td .no_link {
  display: inline-block;
  width: 102px;
  height: 24px;
  text-align: center;
}
.table_1c tr td .no_link::after {
  content: "ー";
}
.table_1c thead tr th {
  background: #959595;
  font-size: 1.4rem;
  padding: 10px;
  text-align: left;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

/*テーブルの下に余白無しにする場合*/
.table_1c.table_1c_2 {
	margin-bottom: 0.5em;
}

/* アコーディオン */
.ac {
  cursor: pointer;
}

.ac_1a {
  background: #D5E6FC;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 5px 10px 3px 10px;
  border-left: 35px solid #004898;
  position: relative;
  color: #001D6A;
  margin: 10px auto 0;
}
.ac_1a::before {
  display: block;
  content: '';
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  width: 2px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  margin-left: -18px;
}
.ac_1a::after {
  display: block;
  content: '';
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  width: 12px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  margin-left: -23px;
}
.ac_1a.open::before {
  display: none;
}

.ac_inner {
  display: none;
  background: #F8FBFF;
  padding: 30px;
  margin-bottom: 10px;
  border-bottom: 2px solid #004898;
}

/* フローチャート */
.flow_1a {
  overflow: hidden;
  /*display: flex;*/
  margin: 0 auto 50px;
}
.flow_1a li {
  width: 25%;
  float: left;
}
.flow_1a li a {
  background-color: #C7C7C7;
  height: 70px;
  color: #FFFFFF;
  display: block;
  align-items: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 10px;
}
.flow_1a li a::after {
  background-color: #C7C7C7;
  border-right: 2px solid #FFFFFF;
  content: " ";
  display: block;
  height: 35px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: skew(-40deg);
  -o-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -webkit-transform: skew(-40deg);
  width: 35px;
  z-index: 100;
  margin-right: -18px;
}
.flow_1a li a::before {
  background-color: #C7C7C7;
  border-right: 2px solid #FFFFFF;
  content: " ";
  display: block;
  float: right;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  transform: skew(40deg);
  -o-transform: skew(40deg);
  -ms-transform: skew(40deg);
  -moz-transform: skew(40deg);
  -webkit-transform: skew(40deg);
  width: 35px;
  z-index: 100;
  margin-right: -18px;
}
.flow_1a li a:hover {
  background-color: #004898;
}
.flow_1a li a:hover::after, .flow_1a li a:hover::before {
  background-color: #004898;
}
.flow_1a li a .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  position: relative;
  z-index: 200;
}
.flow_1a li a .no {
  font-size: 3.2rem;
  line-height: 1.0;
  margin-right: .2em;
}
.flow_1a li a .flow {
  font-size: 3.0rem;
  line-height: 1.2;
}
.flow_1a li a .flow span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
}
.flow_1a li.active a {
  cursor: default;
  background-color: #004898;
}
.flow_1a li.active a::after, .flow_1a li.active a::before {
  background-color: #004898;
}
.flow_1a li:nth-child(2) a, .flow_1a li:nth-child(3) a {
  padding-left: 38px;
}


.list_1b .pop-up-text ul li {
    text-indent: -0.5em;
    padding-left: 1em;
}

.p_subject {
	margin-left: 1em;
    margin-bottom: 0;
    padding-left: 1em;
	font-weight: bold;
}

.p_subject2 {
	margin-bottom: 0;
    margin-left: 1em;
	font-weight: bold;
}

.bl_example {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top: 0.3em;
    padding-bottom: 0.5em;
    margin-top: 1em;
}

.bl_example2 {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin: 1em;
}

.bl_example_last {
	margin-bottom: 32px;
}


/* +で開閉ブロックの位置変更で追加 */

.bl_notice {
	margin-top: 10px;
	margin-bottom: 20px;
}

.ac_1a.bl_notice {
	border-left-color: #c00;
}

.ac_1a.bl_notice {
	background: #EFEAEA;
	color: #c00;
}

.ac_1a.bl_notice i {
	padding-left: 4px;
}



@media screen and (min-width: 768px) and (max-width: 1080px) {
  .flow_1a li a .no {
    font-size: 3.0vw;
  }
  .flow_1a li a .flow {
    font-size: 2.8vw;
  }
  .flow_1a li a .flow span {
    font-size: 1.1vw;
  }
}
/* PC限定CSS */
@media screen and (min-width: 768px) {
  /* Scss Document */
  .pc_none {
    display: none;
  }

  /* ヘッダーCSS */
  header {
    width: 100%;
    position: relative;
  }
  header .header_inner {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    height: 85px;
  }
  header .header_inner .header_inner_left {
    display: flex;
    align-items: center;
  }
  header .header_inner .header_logo {
    width: 138px;
    padding: 10px 0;
    margin-right: 10px;
  }
  header .header_inner .header_logo img {
    width: 100%;
  }
  header .header_inner .header_title {
    font-size: 2.0rem;
  }
  /*header .header_inner_right {
    width: 244px;
	 width: 335px;
    height: 85px;
  }*/
  header .header_inner_right .header_btn_block {
    display: flex;
    justify-content: space-between;
	width: 274px;
  }
  header .header_inner_right .header_btn_block .btn {
    width: 49%;
    font-size: 1.5rem;
    margin: 10px 0 10px;
    padding: 2px;
  }
  header .header_inner_right .header_btn_block .btn a {
    width: 100%;
    font-weight: 700;
    height: 30px;
  }

	
	
/* mars　検索 */
  header .mf_finder_container input[type="text"] {
    width: 222px;
    font-size: 14px;
	border: 1px solid #ddd;
    border-radius: 0;
    padding: .5rem;
  }

	header .mf_finder_searchBox_items {
		padding-top: 0;
		/*width: 222px;*/
		width: 245px;
		left: 5px;
		top: -5px;
		z-index: 1000;
	}	
  header .header_inner_right {
	/*width: 340px;*/
    height: 85px;
    margin-bottom: 10px;
    /* margin-top: 0; */
	}
	
	header .mf_finder_container button {
		/*margin-top: 1px;*/
		margin-left: 0;
	}
	
  /* グローバルメニュー */
  .mega_menu {
    background: #004898;
  }
  .mega_menu .inner {
    padding: 0;
  }

  .gnav a {
    color: #fff;
    text-decoration: none;
  }

  .gnav > ul {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 100;
    /*z-index: 1000;*/
  }

  .gnav > ul > li {
    display: table;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    font-size: 1.8rem;
  }

  .gnav > ul > li:hover {
    color: #fff;
    background-color: #003772;
  }

  .gnav > ul > li:hover > a {
    color: #fff;
  }

  .gnav > ul > li:hover .menu {
    max-height: 9999px;
    opacity: 1;
  }

  .gnav > ul > li > a {
    display: table-cell;
    transition: all .2s ease-in;
    height: 40px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
  }

  .gnav > ul .menu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 40px;
    text-align: left;
    position: absolute;
  }
  .gnav > ul .menu .flex {
    background-color: #fff;
    border-bottom: 2px solid #003772;
    border-left: 2px solid #003772;
    border-right: 2px solid #003772;
    z-index: -10;
    display: flex;
    color: #003772;
    width: 100%;
  }
  .gnav > ul .menu .menu_title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-left: 50px;
    margin-top: 50px;
    width: 200px;
  }
  .gnav > ul .menu .menu_inner {
    margin-left: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: left;
  }
  .gnav > ul .menu .menu_inner li {
    font-size: 2.0rem;
    font-weight: 700;
  }
  .gnav > ul .menu .menu_inner li ul {
    padding-left: 15px;
  }
  .gnav > ul .menu .menu_inner li a {
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    vertical-align: middle;
    text-decoration: none;
  }
  .gnav > ul .menu .menu_inner li a:hover {
    opacity: 0.8;
  }
  .gnav > ul .menu .menu_inner li a::before {
    position: absolute;
    top: 9px;
    left: 4px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 8px solid #003772;
  }

  .gnav > ul .menu a {
    color: #003772;
  }

  /* フッターCSS */
  .footer_top_block_01 {
    padding: 50px 0;
    background: #0D1B48 !important;
    position: relative;
  }
  .footer_top_block_01 .footer_top_copy {
    color: #fff;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
  }

  .footer_top_block_02 {
    padding: 50px 0;
    background: #fff !important;
  }

  .footer_top_block_03 {
    padding: 50px 0;
    background: #F5F5F5 !important;
  }
  .footer_top_block_03 .link_icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_top_block_03 .link_icon li {
    margin: 0px 5px;
  }
  .footer_top_block_03 .link_icon li img {
    max-width: 63px;
  }
  .footer_top_block_03 .link_icon li.secom_icon {
    margin-left: 50px;
  }
  .footer_top_block_03 .link_icon li.secom_icon img {
    max-width: 70px;
  }

  .footer_btn_col2 {
    display: flex;
    justify-content: space-between;
  }
  .footer_btn_col2 .btn {
    width: 48%;
    max-width: 520px;
    margin: 30px 0 10px;
    display: table;
  }
  .footer_btn_col2 .btn a {
    font-size: 3.0rem;
    border-radius: 66px;
    font-weight: 700;
    padding: 20px 50px;
    display: table-cell;
    height: 132px;
    width: 100%;
    line-height: 1.4;
    vertical-align: middle;
  }

  .footer_btn_col3 {
    display: flex;
    justify-content: center;
  }
  .footer_btn_col3 .btn {
    width: 30%;
    max-width: 250px;
    margin: 0px 10px;
  }
  .footer_btn_col3 .btn a {
    font-size: 2.0rem;
    font-weight: 700;
    padding: 10px 10px;
    width: 100%;
    max-width: 260px;
    border-radius: 27px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
  }
	
/* このサイトについて
==============================================  */
	p.link_about {
		margin-bottom: 0;
	}
	
	.link_about a {
	font-size: 1.2rem;
    text-align: center;
    color: #fff;
    margin: 50px 0 0;
    text-decoration: none;
	}
	
	
	

  #totop {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -64px;
  }

  #totop a {
    background-image: url("/service/pfw/image/common/pagetop@2x.png");
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: 64px 64px;
    /*background-color: #17bef5;*/
    display: block;
    text-indent: -9999px;
    width: 64px;
    height: 64px;
  }

  footer {
    background: #0D1B48;
    color: #fff;
    padding: 40px 0 10px;
  }
  footer .footer_nav_block {
    display: flex;
    justify-content: space-between;
  }
  footer .footer_nav_block .footer_block {
    width: 24%;
  }
  footer .footer_nav_block .footer_block .footer_nav_title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 10px 0 0;
  }
  footer .footer_nav_block .footer_block .footer_nav li {
    font-size: 1.2rem;
    font-weight: 500;
  }
  footer .footer_nav_block .footer_block .footer_nav li ul {
    padding-left: 10px;
  }
  footer .footer_nav_block .footer_block .footer_nav li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
  }
  footer .footer_nav_block .footer_block .footer_nav li a:hover {
    opacity: 0.8;
  }
  footer .footer_nav_block .footer_block .footer_nav li a::before {
    position: absolute;
    top: 7px;
    left: 4px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
  }
  footer .copyright {
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    margin: 50px 0 0;
  }

  /* パンくずリスト */
  .breadcrumbs_block {
    padding: 3px 0;
  }
  .breadcrumbs_block .breadcrumbs_list li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
  }
  .breadcrumbs_block .breadcrumbs_list li a {
    text-decoration: none;
  }
  .breadcrumbs_block .breadcrumbs_list li a:hover {
    text-decoration: underline;
  }
  .breadcrumbs_block .breadcrumbs_list li + li {
    margin-left: 1em;
  }
  .breadcrumbs_block .breadcrumbs_list li + li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    margin-left: -1.2em;
    margin-bottom: auto;
    margin-right: auto;
    margin-top: auto;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #9A9A9A;
    border-right: 1px solid #9A9A9A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* SP限定CSS */
@media screen and (max-width: 767px) {
  /* Scss Document */
  .sp_none {
    display: none;
  }

  img {
    width: 100%;
  }

  /* ヘッダーCSS */
  header {
    width: 100%;
    position: relative;
    position: fixed;
    z-index: 800;
    background: #fff;
  }
  header .header_inner {
    margin: 0 auto;
    width: 100%;
    height: 45px;
  }
  header .header_inner .header_inner_left {
    width: 70px;
    padding-top: 5px;
  }

  .button_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
  }

  .button_container {
    position: absolute;
    top: 12px;
    right: 8px;
    height: 21px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
  }
  .button_container:hover {
    opacity: .7;
  }
  .button_container.active .top {
    transform: translateY(9px) translateX(0) rotate(45deg);
    background: #707070;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #707070;
  }
  .button_container.active .bottom {
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    background: #707070;
  }
  .button_container span {
    background: #707070;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
    top: 9px;
  }
  .button_container span:nth-of-type(3) {
    top: 18px;
  }

  .overlay {
    background: #004898;
    color: #fff;
    position: fixed;
    z-index: 100;
    top: 45px;
    right: 0;
    width: 0%;
    height: 100%;
    /*opacity: 0;*/
    visibility: hidden;
    transition: opacity .15s, visibility .15s, width .15s;
    overflow: hidden;
    display: block;
    justify-content: center;
    /*align-items: center;*/
  }
  .overlay a {
    color: #fff;
    text-decoration: none;
  }
  .overlay.open {
    /*opacity: 1.0;*/
    visibility: visible;
    width: 100%;
  }
  .overlay .gnav {
    overflow: auto;
    padding: 0 15px 45px;
    height: 100vh;
    /*width: 245px;
    float: right;*/
    margin-left: auto;
    margin-right: auto;
  }
  .overlay .gnav .header_btn_block {
    display: flex;
    justify-content: space-between;
  }
  .overlay .gnav .header_btn_block .btn {
    width: 48%;
    font-size: 1.3rem;
    margin: 10px 0 30px;
    padding: 2px;
  }
  .overlay .gnav .header_btn_block .btn a {
    width: 100%;
    font-weight: 700;
    height: 25px;
  }

  .gnav > ul > li > a {
    font-size: 1.8rem;
    padding: 5px;
    border-top: 1px solid #fff;
    display: block;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
  }
  .gnav > ul > li > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: 0;*/
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.15s;
  }
  .gnav > ul > li > a.open::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .gnav > ul > li:first-child > a {
    border: none;
  }
  .gnav > ul > li:first-child > a::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav > ul > li:first-child > a.open::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .gnav > ul > li:last-child {
    border-bottom: 1px solid #fff;
  }

  .gnav > ul .menu {
    display: none;
  }
  .gnav > ul .menu .menu_title {
    display: none;
  }
  .gnav > ul .menu .menu_inner {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .gnav > ul .menu .menu_inner li {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .gnav > ul .menu .menu_inner li ul {
    padding-left: 15px;
  }
  .gnav > ul .menu .menu_inner li a {
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    padding: 0 0 0 14px;
    vertical-align: middle;
    text-decoration: none;
  }
  .gnav > ul .menu .menu_inner li a:hover {
    opacity: 0.8;
  }
  .gnav > ul .menu .menu_inner li a::before {
    position: absolute;
    top: 8px;
    left: 4px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
  }

  /* フッターCSS */
  .footer_top_block_01 {
    background: #0D1B48 !important;
    padding: 20px 0 !important;
    position: relative;
  }
  .footer_top_block_01 .footer_top_copy {
    color: #fff;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
  }

  .footer_top_block_02 {
    background: #fff !important;
    padding: 20px 0 !important;
  }

  .footer_top_block_03 {
    background: #F5F5F5 !important;
    padding: 20px 0 !important;
  }
  .footer_top_block_03 .link_icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_top_block_03 .link_icon li {
    margin: 0px 5px;
  }
  .footer_top_block_03 .link_icon li img {
    max-width: 63px;
  }
  .footer_top_block_03 .link_icon li.secom_icon {
    margin-left: 20px;
  }
  .footer_top_block_03 .link_icon li.secom_icon img {
    max-width: 70px;
  }

  .footer_btn_col2 .btn {
    width: 100%;
    max-width: 360px;
    margin: 10px auto 0px;
    display: table;
  }
  .footer_btn_col2 .btn a {
    font-size: 2.1rem;
    border-radius: 30px;
    font-weight: 700;
    padding: 10px 30px;
    display: table-cell;
    height: 60px;
    width: 100%;
    line-height: 1.4;
    vertical-align: middle;
  }

  .footer_btn_col3 {
    display: flex;
    justify-content: center;
  }
  .footer_btn_col3 .btn {
    width: 30%;
    max-width: 150px;
    margin: 0px 1%;
  }
  .footer_btn_col3 .btn a {
    font-size: 1.0rem;
    font-weight: 700;
    padding: 10px 10px;
    width: 100%;
    max-width: 260px;
    height: 33px;
    border-radius: 27px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
  }

  #totop {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -40px;
  }

  #totop a {
    background-image: url("/service/pfw/image/common/pagetop@2x.png");
    background-position: 0 top;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    /*background-color: #17bef5;*/
    display: block;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
  }

  footer {
    background: #0D1B48;
    color: #fff;
    padding: 10px 0 10px;
  }
  footer .inner {
    text-align: center;
  }
  footer .footer_nav_block {
    /*padding-top: 20px;*/
    text-align: left;
    display: inline-block;
  }
  footer .footer_nav_block .footer_block .footer_nav_title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 20px 0 0;
  }
  footer .footer_nav_block .footer_block .footer_nav li {
    font-size: 1.3rem;
    font-weight: 500;
  }
  footer .footer_nav_block .footer_block .footer_nav li ul {
    padding-left: 10px;
  }
  footer .footer_nav_block .footer_block .footer_nav li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
  }
  footer .footer_nav_block .footer_block .footer_nav li a:hover {
    opacity: 0.8;
  }
  footer .footer_nav_block .footer_block .footer_nav li a::before {
    position: absolute;
    top: 7px;
    left: 4px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
  }
  footer .copyright {
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    margin: 30px 0 0;
  }

  /* 共有CSS */
  .container {
    padding-top: 45px;
  }

  /* 共通スタイル */
  .container {
    padding-bottom: 40px;
  }
  .container section + section {
    margin-top: 50px;
  }

  .btn a {
    height: 48px;
  }

  .btn01 a {
    font-size: 1.6rem;
    padding: 5px 40px;
  }

  .btn02 a {
    font-size: 1.6rem;
    padding: 5px 20px;
  }

  /* タイトル */
  .headline_1a {
    background: url("/service/pfw/image/common/bg_headline_1.png") right top no-repeat #0D1B48;
    background-size: 236px 100px;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 2.1rem;
    line-height: 1.2;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 1em;
  }
  .headline_1a span {
    font-size: 1.1rem;
    display: block;
    width: 100%;
    line-height: 1.6;
  }

  .headline_1b {
    background: url("/service/pfw/image/common/bg_headline_1.png") right top no-repeat #6286E8;
    background-size: 236px 100px;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 2.1rem;
    line-height: 1.2;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 1em;
  }
  .headline_1b span {
    font-size: 1.1rem;
    display: block;
    width: 100%;
    line-height: 1.6;
  }

  .headline_2a {
    font-size: 2.1rem;
    padding: 0.15em 0;
    margin-bottom: 0.5em;
  }

  .headline_2b {
    font-size: 2.1rem;
    padding: .15em 0 .15em 32px;
    margin-bottom: 0.7em;
  }
  .headline_2b .step_no {
    padding: 2px 5px 1px;
    margin-right: 3px;
    top: 4px;
  }
  .headline_2b .step_no span.big {
    font-size: 1.2rem;
  }
  .headline_2b .step_no span.small {
    font-size: 0.8rem;
  }

  .headline_2c {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.4;
    border-bottom: 2px solid #C7C7C7;
    padding: 0.15em 0;
    margin: 0 auto 0.5em;
  }

  .headline_2d {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 0 0 0 10px;
    color: #001D6A;
    font-weight: 700;
    border-left: 7px solid #0D1B48;
    margin-bottom: 1em;
  }

  .headline_3a {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 2px 5px 1px;
    background: #001D6A;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1em;
  }

  .headline_3b {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 7px 10px 5px;
    background: #004898;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
  }

  .headline_3c {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    color: #001D6A;
    margin-bottom: 1em;
  }

  .headline_3d {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    color: #001D6A;
    margin-bottom: 1em;
    position: relative;
    padding-left: 60px;
  }
  .headline_3d .text_no {
    position: absolute;
    left: 0;
    top: 1px;
    width: 2.6em;
    background: #001D6A;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    padding: 3px 0px 2px;
    margin-right: 5px;
  }
  .headline_3d .text_no span.small {
    font-size: .7rem;
    margin-right: 0.5em;
  }
  .headline_3d .text_no span.big {
    font-size: 1.4rem;
  }

  .headline_3e {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    color: #001D6A;
    margin-bottom: 1em;
    position: relative;
    padding-left: 38px;
  }
  .headline_3e .no {
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-block;
    width: 2.0em;
    text-align: center;
    background: #001D6A;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 3px 0px 2px;
    margin-right: 5px;
  }

  .headline_3f {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 2px 0px 1px;
    color: #001D6A;
    font-weight: 700;
    padding-top: 40px;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    position: relative;
  }
  .headline_3f .sub {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    display: inline-block;
    border-bottom: 1px solid #001D6A;
  }
  .headline_3f .sub .sub_inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .headline_3f .sub .sub_inner .small {
    font-size: 0.8rem;
    margin: 0 2px;
  }
  .headline_3f .sub .sub_inner .big {
    font-size: 1.6rem;
    margin: 0 2px;
  }

  .headline_3g {
    display: inline-block;
    font-size: 2.5rem;
    line-height: 1.4;
    padding: 2px 10px 1px;
    background: #001D6A;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1em;
  }

  .headline_4a {
    font-size: 1.6rem;
  }

  .headline_4b {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #001D6A;
    margin-bottom: 1em;
    /*text-indent: -50px;*/
    padding-left: 3em;
    position: relative;
  }
  .headline_4b .no {
    position: absolute;
    left: 0;
    top: 0;
  }
  .headline_4b .no::after {
    content: "．";
  }

  .headline_4c {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #001D6A;
    margin-bottom: .5em;
    display: inline-block;
    padding-left: 1.2em;
    position: relative;
  }
  .headline_4c::after {
    position: absolute;
    content: "■";
    left: 0;
    top: 0;
  }

  .headline_5a {
    font-size: 1.3rem;
  }

  .headline_5b {
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 2px 5px 1px;
    margin-bottom: 1.0em;
  }

  p {
    font-size: 1.3rem;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 1em;
  }
  p.copy {
    font-size: 1.8rem;
    color: #004898;
    margin-bottom: 0.5em;
  }
  p.note {
    font-size: 1.2rem;
    margin-bottom: .5em;
  }
  p.mark {
    text-indent: -1em;
    padding-left: 1em;
  }

  ul li .list_img {
    margin: 10px 0 10px;
  }
  ul.list_1a {
    margin: .5em auto .5em;
  }
  ul.list_1a li {
    text-indent: -0.8em;
    padding-left: 1.0em;
    margin-bottom: .5em;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  ul.list_1b {
    margin: .5em auto .5em;
  }
  ul.list_1b li {
    /*text-indent: -1.0em;
    padding-left: 1.0em;*/
    margin-bottom: 1.2em;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .strong {
    font-weight: 700;
  }

  .red {
    color: #E5100D;
  }

  .bg_blue {
    background: #EBF5FF;
    padding: 10px;
    margin-bottom: 0.5em;
  }
  .bg_blue ul:last-child {
    margin-bottom: 0;
  }
  .bg_blue ul:last-child li:last-child {
    margin-bottom: 0;
  }
  .bg_blue p:last-child {
    margin-bottom: 0;
  }

  .bg_pink {
    background: #FCEBEB;
    padding: 5px;
    margin-bottom: 0.5em;
  }
  .bg_pink ul:last-child {
    margin-bottom: 0;
  }
  .bg_pink ul:last-child li:last-child {
    margin-bottom: 0;
  }
  .bg_pink p:last-child {
    margin-bottom: 0;
  }

  .border_black_1px {
    border: 1px solid #707070;
    padding: 10px;
  }
  .border_black_1px ul:last-child {
    margin-bottom: 0;
  }
  .border_black_1px ul:last-child li:last-child {
    margin-bottom: 0;
  }
  .border_black_1px p:last-child {
    margin-bottom: 0;
  }

  .border_red_1px {
    border: 1px solid #CC0000;
    padding: 10px;
  }
  .border_red_1px ul:last-child {
    margin-bottom: 0;
  }
  .border_red_1px ul:last-child li:last-child {
    margin-bottom: 0;
  }
  .border_red_1px p:last-child {
    margin-bottom: 0;
  }

  .border_red_3px {
    border: 3px solid #DB3D3B;
    padding: 15px;
  }
  .border_red_3px ul:last-child {
    margin-bottom: 0;
  }
  .border_red_3px ul:last-child li:last-child {
    margin-bottom: 0;
  }
  .border_red_3px p:last-child {
    margin-bottom: 0;
  }

  /* ボタン */
  .btn_1a, .btn_1b {
    margin: 20px auto;
    max-width: 240px;
  }
  .btn_1a a, .btn_1b a {
    font-size: 1.6rem;
    border-radius: 22px;
    height: 44px;
  }
  .btn_1a a span, .btn_1b a span {
    font-size: 0.8rem;
  }

  .btn_1c, .btn_1d {
    margin: 20px auto;
    max-width: 240px;
  }

  .btn_1e, .btn_1f {
    margin: 20px auto;
    max-width: 240px;
  }
  .btn_1e a, .btn_1f a {
    font-size: 1.6rem;
    border-radius: 22px;
    height: 44px;
  }
  .btn_1e a span, .btn_1f a span {
    font-size: 0.8rem;
  }

  .btn_1g, .btn_1h {
    margin: 20px auto;
    max-width: 100%;
  }
  .btn_1g a, .btn_1h a {
    font-size: 1.6rem;
    border-radius: 39px;
    padding: 0 5%;
    height: 78px;
  }
  .btn_1g a span, .btn_1h a span {
    font-size: 0.8rem;
  }

  /* テキストリンク */
  .link_1a {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .link_1a a {
    font-size: 1.3rem;
  }

  .link_1b {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .link_1b a {
    font-size: 1.3rem;
    padding: 0 0 0 10px;
  }
  .link_1b a::before {
    top: 6px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 6px solid #001D6A;
  }

  .link_1c {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .link_1c a {
    font-size: 1.3rem;
    display: inline-block;
    position: relative;
    padding: 0 0 0 14px;
  }
  .link_1c a::before {
    top: 6px;
    width: 10px;
    height: 9px;
  }

  .link_1d {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .link_1d a {
    font-size: 1.3rem;
    padding: 0 0 0 14px;
  }
  .link_1d a::before {
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
  }

  .link_2a {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .link_2a a {
    text-decoration: underline;
    font-size: 1.3rem;
    display: inline;
    position: relative;
    padding: 0;
    vertical-align: middle;
  }
  .link_2a a:hover {
    text-decoration: none;
  }
  .link_2a a::after {
    /* position: absolute;
     botoom: 0;
     right: 0;*/
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 2px;
    width: 12px;
    height: 15px;
    background: url("/service/pfw/image/common/PDF_icon@2x.png") left top no-repeat;
    background-size: cover;
    margin-top: -2px;
  }

  .link_2b {
    /*margin-top: .5em;
    margin-bottom: .5em;*/
  }
  .link_2b a {
    text-decoration: underline;
    font-size: 1.1rem;
    display: inline;
    position: relative;
    padding: 0;
    vertical-align: middle;
  }
  .link_2b a:hover {
    text-decoration: none;
  }
  .link_2b a::after {
    /* position: absolute;
     botoom: 0;
     right: 0;*/
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 2px;
    width: 12px;
    height: 12px;
    background: url("/service/pfw/image/common/Icon_feather-external-link@2x.png") left top no-repeat;
    background-size: cover;
    margin-top: -2px;
  }

  /* table */
  .table_1a {
    margin: .5em auto .5em;
  }
  .table_1a tr th {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 10px 1.5%;
  }
  .table_1a tr th .note {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .table_1a tr td {
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 10px 1.5%;
  }
  .table_1a tr td:first-child {
    width: 42%;
  }
  .table_1a tr td:last-child {
    padding: 10px 1.5%;
    width: 42%;
  }
  .table_1a tr td.center {
    padding: 10px 1%;
    width: 16%;
  }
  .table_1a thead tr th {
    font-size: 1.4rem;
    padding: 5px 1.5%;
    line-height: 1.2;
  }

  .table_1b {
    width: 100%;
    margin: .5em 0 2.0em;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
  }
  .table_1b td, .table_1b th {
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .table_1b tr th {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    padding: 5px 1.5%;
    width: 60%;
  }
  .table_1b tr td {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.7;
    padding: 5px 1.5%;
  }
  .table_1b thead tr th {
    background: #5885FF;
    font-size: 1.1rem;
    padding: 5px 2%;
    text-align: left;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
  }

  .table_1c {
    width: 100%;
    margin: .5em 0 2.0em;
  }
  .table_1c tr th {
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 5px 1.5%;
  }
  .table_1c tr td {
    font-size: 1.1rem;
    line-height: 1.7;
    padding: 5px 1.5%;
  }
  .table_1c tr td .link_2a {
    margin: 0;
  }
  .table_1c tr td .link_2a a {
    font-size: 1.1rem;
  }
  .table_1c tr td .no_link {
    display: inline-block;
    width: 80px;
    height: 20px;
    text-align: center;
  }
  .table_1c tr td .no_link::after {
    content: "ー";
  }
  .table_1c thead tr th {
    font-size: 1.1rem;
    padding: 5px 2%;
    font-weight: 700;
    line-height: 1.2;
  }

  /* アコーディオン */
  .ac_1a {
    font-size: 1.3rem;
    padding: 5px 10px 3px 10px;
    margin: 10px auto 0;
    border-left-width: 30px;
  }
  .ac_1a::before {
    border-radius: 1px;
    width: 2px;
    height: 12px;
    margin-left: -15px;
  }
  .ac_1a::after {
    border-radius: 1px;
    width: 12px;
    height: 2px;
    margin-left: -20px;
  }

  .ac_inner {
    padding: 10px;
    margin-bottom: 10px;
  }

  /* フローチャート */
  .flow_1a {
    overflow: hidden;
    margin: 0 auto 30px;
  }
  .flow_1a li {
    width: 25%;
    float: left;
  }
  .flow_1a li a {
    background-color: #C7C7C7;
    height: 36px;
    color: #FFFFFF;
    display: block;
    align-items: center;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding: 0 0 0 10px;
  }
  .flow_1a li a::after {
    background-color: #C7C7C7;
    border-right: 2px solid #FFFFFF;
    content: " ";
    display: block;
    height: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    width: 18px;
    z-index: 100;
    margin-right: -9px;
  }
  .flow_1a li a::before {
    background-color: #C7C7C7;
    border-right: 2px solid #FFFFFF;
    content: " ";
    display: block;
    float: right;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(40deg);
    -o-transform: skew(40deg);
    -ms-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -webkit-transform: skew(40deg);
    width: 18px;
    z-index: 100;
    margin-right: -9px;
  }
  .flow_1a li a .no {
    font-size: 1.1rem;
    line-height: 1.0;
    margin-right: .2em;
  }
  .flow_1a li a .flow {
    font-size: 1.1rem;
    line-height: 1.0;
  }
  .flow_1a li a .flow span {
    display: block;
    font-size: .7rem;
    line-height: 1.0;
  }
  .flow_1a li.active a {
    cursor: default;
    background-color: #004898;
  }
  .flow_1a li.active a::after, .flow_1a li.active a::before {
    background-color: #004898;
  }
  .flow_1a li:nth-child(2) a, .flow_1a li:nth-child(3) a {
    padding-left: 19px;
  }
}

/*  登録例ポップアップ
-------------------------------------------------------------*/
.ly_before_pop-up {
        margin-bottom: 0;
    }    

.bl_open {
    cursor: pointer;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1em;
    display: inline-block;
    margin-left: 1em;
}

.bl_open > span {
    margin-bottom: 16px;
}

.bl_open2 {
    margin: 0 0 0 1em;
}

.bl_open2 > span {
    margin-bottom: 0;
}

.bl_open1_1 {
    margin-bottom: 0;
}



#pop-up_state,
#pop-up_locality {
    display: none;
}

.bl_overlay {
    display: none;
}

#pop-up_state:checked + .bl_overlay,
#pop-up_locality:checked + .bl_overlay {
    display: block;
    z-index: 9999;
    background-color: rgba(0,0,0,0.3);;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.window {
    width: 90vw;
    max-width: 600px;
    height: 200px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);    
}

.window2 {
    /*height: 420px;*/
    height: auto;
}

.pop-up-text {
    font-size: 16px;
    margin: 0;
    padding: 1em 2em;
}

.pop-up-text li {
    margin: 0 0 0.8em 2em;
}


.pop-up-text span.ly_pfef {
    margin-left: 2em;
    display: inline-block;
    text-indent: 0;
}

.pop-up-text2 span.ly_pfef {
    margin-left: 3em;
}

.close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 4px;
    font-size: 20px;
}

.ly_after_popup {
    margin: 0 0 1em 1em;
}

.ly_after_popup2 {
   padding-left: 2em;
}

.ban_example {
    padding: 1em;
    background-color: #eee;
}

.ly_h_ST-L {
    text-indent: 0;
    margin-bottom: .8em;
}

.under_ul_ban_example {
    color: #c00;
    margin-left: 15px;
}

.under_ul_ban_example {
    margin-left: 15px;
    margin-bottom: 0;
}

.ban_example i {
    padding-right: 4px;
}

/*  登録例ポップアップ削除でページ内に表示
-------------------------------------------------------------*/
.example_state-locality {
	margin-top: 5px;
	margin-left: 1em;
}

.example_state-locality > p {
	margin-bottom: 0;
	margin-left: 1em;
}

.example_state-locality h5 > i {
	font-size: 0.75em;
	color: #16447c;
}

.example_state-locality .ly_h_ST-L {
    margin-bottom: .3em;
}


.example_state-locality > ul li,
.example_state-locality .ban_example li {
    margin: 0 0 0.8em 1em;
	text-indent: -0.5em;
    padding-left: 1em;
}


.example_state-locality .ban_example {
    background-color: #f1f1f1;;
}


.example_state-locality span.ly_pfef {
    margin-left: 2em;
    display: inline-block;
    text-indent: 0;
}

.example_state-locality .example_note {
	text-indent: -1em;
    padding-left: 1em;
	font-size: 1.4rem;
}

/* 証明書内に組み込む識別名(DN)情報 sr/1_2_BIG-IP.htmlなど */
.dn-info {
	margin-top: 1em;
}

/* ※注意点 */
ul.list_1b.list_note {
	margin-left: 1em;
}


ul.list_1b.list_note li {
	margin-bottom: .5em;
}


ul.list_1b.list_note li:last-of-type {
	margin-bottom: 1.5em;
}

/* ※注意点などの次の段落の前のブロック */
.last_block_example {
	margin-bottom: 30px;
}

.input_notice {
	margin-top: 3em;
	margin-bottom: 0;
}



/* お客様専用ページへのログイン　リスト内※
-------------------------------------------------------- */
.text_in_list_s {
    font-size: 1.3rem;
    margin-left: 1em;
}


.sr1-1_5 > img {
	margin-bottom: 3em;
}

/* ログイン > お知らせ */
.text_red {
	color: #c00;
}

.head_3_info {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    background: aliceblue;
    padding: 0.5em;
    color: #001D6A;
    text-align: center;
    width: 98%;
    margin: 0 auto .3em;
}

.info_p01 {
    width: 98%;
	margin: 0 auto 1em;
}

.info_p01.text_red a {
	color: #c00 !important;
}

.bg_gray > .bg_white {
	padding: .5em;
	background: #fff;
}

.bg_gray > .bg_white .info_p01{
	margin-bottom: 2em;
}

/* PC限定CSS */



@media screen and (max-width: 767px) {

.bl_open {
    font-size: 1.3rem;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 1em;
      }
    

    .bl_open2 {
        margin: 0 0 0 1em;
    }

    .pop-up-text {
        font-size: 1.3rem;
        margin: 0;
        padding: 1em;
    }

    .window {
    max-width: 100%;
    height: auto;
    /*height: 240px;*/
}
    
    .window2 {
        height: auto;
        /*height: 460px;*/
    }
    
    
.under_ul_ban_example {
    text-indent: 0;
    margin-left: 0em;
}

	
	
		
/* このサイトについて
==============================================  */
	p.link_about {
	margin: 10px 0 0;
	}
	
	.link_about a {
	color: #fff;
    text-decoration: none;
	}

    
  }