@charset 'UTF-8';
html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
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: .67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000000;
  background: #ffff00;
}
/**
 * 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: -.5em;
}
sub {
  bottom: -.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 {
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  color: inherit;
  /* 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'] {
  /* 2 */
  cursor: pointer;
  -webkit-appearance: button;
  /* 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 {
  padding: 0;
  border: 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-box-sizing: content-box;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
/**
 * 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 {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}
/**
 * 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 {
  /* 1 */
  padding: 0;
  border: 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-spacing: 0;
  border-collapse: collapse;
}
td, th {
  padding: 0;
}
html {
  font-family: Verdana, Arial, Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS P Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  color: #333333;
}
* {
  box-sizing: border-box;
}
ul, ol {
  line-height: 1.4;
  padding-left: 1.6em;
  /*IE7*/
  *margin-left: 0;
}
ul li, ol li {
  /*IE7*/
  *margin-left: 0;
}
a {
  color: #3c71b3;
}
a:hover {
  text-decoration: none;
  color: #3c71b3;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 10px;
}
body {
  font-size: 13px;
  font-size: .8125rem;
}
p {
  line-height: 1.4;
}
em {
  font-weight: bold;
  font-style: normal;
}
/*
Site Layout
-----------------------------*/
body {
  background: url(../images/bg_header.png) 0 0 repeat-x;
}
#content-header {
  width: 940px;
  margin: 0 auto;
}
.content-title {
  margin: 0 0 20px;
}
#content-wrap {
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
}
#content-wrap #content-main {
  float: right;
  width: 700px;
}
.column-one #content-wrap #content-main {
  float: none;
  width: 940px;
}
#content-wrap #content-nav {
  float: left;
  width: 220px;
}
#content-footer {
  width: 940px;
  margin: 0 auto;
}
#content-header {
  height: 90px;
}
#content-header h1 {
  margin: 11px 0 0;
}
#content-topicpath {
  font-size: 11px;
  font-size: .6875rem;
  margin-bottom: 20px;
}
#content-topicpath ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content-topicpath li {
  display: inline-block;
  /*IE6,7対応*/
  *display: inline;
  *zoom: 1;
}
.nav-local ul, .nav-local li {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-local ul a, .nav-local li a {
  line-height: 1.1;
  display: block;
  padding: 10px 8px 10px 0;
  text-decoration: none;
  color: #333333;
}
.nav-local > ul > li > em a {
  font-weight: bold;
  padding-left: 25px;
  background: url(../images/ico_arrow-nav.png) 10px center no-repeat;
}
.nav-local > ul > li.is-active > em a {
  background: url(../images/ico_arrow-nav-open.png) 7px center no-repeat;
}
.nav-local > ul > li > ul > li a {
  background: url(../images/ico_arrow-link_off.png) 30px center no-repeat;
}
.nav-local > ul > li > ul > li a.is-active {
  background-color: #ebf2f7;
  background-image: url(../images/ico_arrow-link_on.png);
}
.nav-local > ul > li > ul > li > a {
  padding-left: 42px;
}
.nav-local > ul > li > ul > li > ul > li > a {
  padding-left: 56px;
  background-position: 40px center;
}
.nav-local > ul {
  border: 1px solid #c0c2cb;
}
.nav-local > ul > li {
  border-bottom: 1px solid #c0c2cb;
}
.nav-local > ul > li em {
  display: block;
  background: #eeeeee;
  background: gradient;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eeeef0));
  background: -moz-linear-gradient(top, #fdfdfd, #eeeef0);
  background: -ms-linear-gradient(top, #fdfdfd, #eeeef0);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fdfdfd\', endColorstr=\'#eeeef0\', GradientType=0)';
  /* IE5.5-7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eeeef0', GradientType=0);
}
.nav-local > ul > li.is-active em {
  background: #cccccc;
  background: gradient;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeef0), to(#fdfdfd));
  background: -moz-linear-gradient(top, #eeeef0, #fdfdfd);
  background: -ms-linear-gradient(top, #eeeef0, #fdfdfd);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#eeeef0\', endColorstr=\'#fdfdfd\', GradientType=0)';
  /* IE5.5-7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeef0', endColorstr='#fdfdfd', GradientType=0);
}
.nav-local > ul > li:last-child {
  border-bottom: none;
}
.nav-local > ul > li > ul {
  border-top: 1px solid #c0c2cb;
}
.nav-local > ul > li > ul > li {
  border-bottom: 1px solid #c0c2cb;
}
.nav-local > ul > li > ul > li:last-child {
  border-bottom: none;
}
.nav-local > ul > li > ul > li > ul {
  border-top: 1px solid #c0c2cb;
}
.nav-local > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #c0c2cb;
}
.nav-local > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.nav-local > ul > li > ul {
  display: none;
}
.nav-local > ul > li > ul > li ul {
  display: none;
}
.nav-local > ul > li.is-active > ul {
  display: block;
}
.nav-local > ul > li.is-active > ul > li.is-active > ul {
  display: block;
}
.nav-local ul, .nav-local li {
  *zoom: 1;
}
.nav-local .list-nav .list-nav-item .list-nav-item_em a {
  font-weight: bold;
  padding-left: 25px;
  background: url(../images/ico_arrow-nav.png) 10px center no-repeat;
}
.nav-local .list-nav .list-nav-item.is-active .list-nav-item_em a {
  background: url(../images/ico_arrow-nav-open.png) 7px center no-repeat;
}
.nav-local .list-nav .list-nav-item .list-nav-child .list-nav-child_item a {
  background: url(../images/ico_arrow-link_off.png) 30px center no-repeat;
}
.nav-local .list-nav .list-nav-item .list-nav-child .list-nav-child_item a.is-active {
  background-color: #ebf2f7;
  background-image: url(../images/ico_arrow-link_on.png);
}
.nav-local .list-nav .list-nav-item .list-nav-child .list-nav-child_item .list-nav-child_item-link {
  padding-left: 42px;
}
.nav-local .list-nav .list-nav-item .list-nav-child .list-nav-child_item ul li a {
  padding-left: 56px;
  background-position: 40px center;
}
.nav-local .list-nav {
  border: 1px solid #c0c2cb;
}
.nav-local .list-nav .list-nav-item {
  border-bottom: 1px solid #c0c2cb;
}
.nav-local .list-nav .list-nav-item .list-nav-item_em {
  display: block;
  background-color: #f9f9f9;
}
.nav-local .list-nav .list-nav-item.is-active .list-nav-item_em {
  background-color: #eeeeee;
}
.nav-local .list-nav .list-nav-item:last-child {
  border-bottom: none;
}
.nav-local .list-nav .list-nav-item .list-nav-child {
  border-top: 1px solid #c0c2cb;
}
.nav-local .list-nav .list-nav-item .list-nav-child .list-nav-child_item {
  border-bottom: 1px solid #c0c2cb;
}
.nav-local .list-nav .list-nav-item .list-nav-child .list-nav-child_item:last-child {
  border-bottom: none;
}
.nav-local .list-nav .list-nav-item .list-nav-child .list-nav-child_item ul {
  border-top: 1px solid #c0c2cb;
}
.nav-local .list-nav .list-nav-item .list-nav-child .list-nav-child_item ul li {
  border-bottom: 1px solid #c0c2cb;
}
.nav-local .list-nav .list-nav-item .list-nav-child .list-nav-child_item ul li:last-child {
  border-bottom: none;
}
.nav-local .list-nav .list-nav-item .list-nav-child {
  display: none;
}
.nav-local .list-nav .list-nav-item .list-nav-child .list-nav-child_item ul {
  display: none;
}
.nav-local .list-nav .list-nav-item.is-active .list-nav-child {
  display: block;
}
.nav-local .list-nav .list-nav-item.is-active .list-nav-child .list-nav-child_item.is-active ul {
  display: block;
}
/* 見出し */
h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 15px 0 15px 64px;
  vertical-align: middle;
  border-bottom: 2px solid #c6d8ee;
  background-repeat: no-repeat;
  background-position: 0 center;
}
h2 small {
  font-size: 14px;
  font-size: .875rem;
}
#content-main header {
  margin-bottom: 24px;
}
#content-main header .ico-group {
  font-size: 12px;
  font-size: .75rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: right;
}
#content-main header .ico-group i[class^=ico] {
  vertical-align: -7px;
}
.column-one #content-main section {
  overflow: hidden;
  margin-bottom: 0;
}
.column-one #content-main section .list-link-arrow {
  margin-left: 20px;
}
#content-main .content-section-wrapper {
  overflow: hidden;
}
#content-main section.content-section-2col {
  float: left;
  width: 460px;
}
#content-main section.content-section-2col:first-child {
  margin-right: 10px;
}
#content-main section.content-section-2col:last-child {
  margin-left: 10px;
}
#content-main section > h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 24px 0;
  padding: 5px 8px;
  border-bottom: 1px solid #245086;
  background-color: #e2e8ee;
}
#content-main section section {
  margin: 0 10px;
  padding-top: 45px;
}
#content-main section section:first-child, #content-main section section#section01, #content-main section section.is-primary {
  padding-top: 0;
}
#content-main section section.is_not-primary {
  padding-top: 45px;
}
#content-main section section h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 15px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #245086;
  background-color: transparent;
}
#content-main section section h3:before {
  display: inline-block;
  width: 5px;
  height: 20.8px;
  margin-right: 8px;
  content: '';
  vertical-align: -3px;
  background-color: #245086;
}
#content-main section section h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 40px 0 15px;
  color: #245086;
}
#content-main section section h4:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  content: '';
  vertical-align: 1px;
  background-color: #245086;
}
#content-main section section h4:first-child {
  margin-top: 0;
}
#content-main section section h3, #content-main section section h4 {
  margin-right: -10px;
  margin-left: -10px;
}
h3, h4, .block-column h1 {
  overflow: hidden;
}
h3 .title-caption, h4 .title-caption, .block-column h1 .title-caption {
  font-size: 12px;
  font-size: .75rem;
  font-weight: bold;
  float: right;
  color: #333333;
}
.list-row-three {
  overflow: hidden;
  margin: 1em 0;
}
.list-row-three .list-col {
  float: left;
  width: 33.333%;
  margin: 0;
}
.list-row-two {
  overflow: hidden;
  margin: 1em 0;
}
.list-row-two .list-col {
  float: left;
  width: 50%;
  margin: 0;
}
ul.list-link-arrow {
  margin: 0;
  margin: 12px 0 20px;
  padding: 0;
  list-style: none;
}
ul.list-link-arrow li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-link-arrow li a {
  padding-left: 14px;
  color: #336ccd;
  background: url(../images/ico_arrow-link.png) 0 5px no-repeat;
}
ul.list-link-arrow.list-link-2col {
  float: left;
  width: 450px;
}
.c00 ul.list-link-arrow {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.list-flow {
  font-size: 12px;
  font-size: .75rem;
  text-align: right;
}
.list-flow li {
  display: inline-block;
  padding-left: 10px;
  /*IE6,7*/
  *display: inline;
  *zoom: 1;
}
.list-flow li.is-current {
  font-weight: bold;
}
.list-flow li:before {
  padding-right: 10px;
  content: '>';
}
.list-flow li:first-child:before {
  content: '';
}
.list-data {
  margin: 1em 0;
}
.list-data dt a:before {
  display: inline-block;
  width: 5px;
  height: 7px;
  margin-right: 5px;
  content: '';
  vertical-align: 1px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -180px -189px;
}
.list-data dd {
  margin-bottom: 5px;
}
/* ボタン */
.btn-next {
  display: block;
  overflow: hidden;
  width: 146px;
  height: 36px;
  margin: 0 auto;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: 0 0;
  /* IE6,7でTooltipが吹っ飛ぶ対策 */
  *txt-indent: -9999px;
}
.btn-next:hover {
  width: 146px;
  height: 36px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: 0 -56px;
}
#content-main article h2.title-category_task {
  background-image: url(../images/ico_ttl-task.png);
}
.c01 #content-main article h2, #content-main article h2.title-category01 {
  background-image: url(../images/ico_ttl-01.png);
}
.c02 #content-main article h2, #content-main article h2.title-category02 {
  background-image: url(../images/ico_ttl-02.png);
}
.c03 #content-main article h2, #content-main article h2.title-category03 {
  background-image: url(../images/ico_ttl-03.png);
}
.c04 #content-main article h2, #content-main article h2.title-category04 {
  background-image: url(../images/ico_ttl-04.png);
}
.c05 #content-main article h2, #content-main article h2.title-category05 {
  background-image: url(../images/ico_ttl-05.png);
}
.c06 #content-main article h2, #content-main article h2.title-category06 {
  background-image: url(../images/ico_ttl-06.png);
}
.c07 #content-main article h2, #content-main article h2.title-category07 {
  background-image: url(../images/ico_ttl-07.png);
}
.c08 #content-main article h2, #content-main article h2.title-category08 {
  background-image: url(../images/ico_ttl-08.png);
}
.c09 #content-main article h2, #content-main article h2.title-category09 {
  background-image: url(../images/ico_ttl-09.png);
}
.waku_g {
  width: 100%;
  border: 1px solid #aaaaaa;
  padding: 0.1em 1.3em;
}
.waku_r {
  width: 100%;
  border: 1px solid #ce0606;
  padding: 0.1em 1.3em;
}
.waku_r_title {
  width: 100%;
  border: 1px solid #ce0606;
  background-color: #ce0606;
}
.waku_r_title p {
  color: #fff;
  font-size: 0.92rem;
  text-align: center;
  font-weight: 700;
}
.table-file {
  width: 100%;
  border: 1px solid #aaaaaa;
}
.table-file td, .table-file th {
  padding: 5px;
  border: 1px solid #aaaaaa;
}
.table-file thead th {
  background-color: #eeeeee;
}
.bgc_b {
  background-color: #dcf1ff;
}
.bgc_g {
  background-color: #f0f0f0;
}
.bgc_w {
  background-color: #fff;
}
#content-footer {
  padding: 30px;
  text-align: center;
}
#content-footer .footer-page_top {
  font-size: 12px;
  font-size: .75rem;
  margin-bottom: 30px;
  text-align: right;
}
#content-footer .footer-page_top a {
  display: inline-block;
  padding-left: 10px;
  background: url(../images/img_pagetop_arrow.png) 0 center no-repeat;
}
#content-footer .footer-copyright {
  font-size: 11px;
  font-size: .6875rem;
}
/*
Site Components
-----------------------------*/
/* text module */
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.txt-sm {
  font-size: 11px;
  font-size: .6875rem;
}
.txt-notes {
  font-size: 10px;
  font-size: .625rem;
  line-height: 1.6;
  display: table;
  overflow: hidden;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  word-wrap: break-word;
  word-break: break-all;
  color: #666666;
}
.txt-notes .txt-notes-mark {
  display: table-cell;
  margin: 0;
  padding-right: .3333em;
  white-space: nowrap;
}
.txt-lg {
  font-size: 14px;
  font-size: .875rem;
}
.txt-15 {
  font-size: 15px;
}
.txt-17 {
  font-size: 17px;
}
.txt-bold {
  font-weight: bold;
}
.txt-focus {
  color: #51ad13;
}
.txt-color-red {
  color: #ce0606;
}
.txt-color-blue {
  color: #0c6eb7;
}
.txt-normal {
  font-weight: normal !important;
  font-style: normal !important;
}
.txt-indent, ul.txt-indent {
  display: table;
  overflow: hidden;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  word-wrap: break-word;
}
.txt-indent li, ul.txt-indent li {
  display: table;
  margin-left: 0;
}
.txt-indent li label, ul.txt-indent li label {
  display: table;
}
.txt-indent .txt-indent-mark, ul.txt-indent .txt-indent-mark {
  font-style: normal;
  display: table-cell;
  margin: 0;
  padding-right: .3333em;
  white-space: nowrap;
}
/* icon module */
/*
Icons
-----------------------------*/
.ico-csv {
  display: inline-block;
  overflow: hidden;
  width: 22px;
  height: 24px;
  margin-left: 4px;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -226px -117px;
  /* IE6,7でTooltipが吹っ飛ぶ対策 */
  *txt-indent: -9999px;
}
.ico-pdf {
  display: inline-block;
  overflow: hidden;
  width: 21px;
  height: 24px;
  margin-left: 4px;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -226px -161px;
  /* IE6,7でTooltipが吹っ飛ぶ対策 */
  *txt-indent: -9999px;
}
.ico-question {
  display: inline-block;
  overflow: hidden;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -108px -112px;
  /* IE6,7でTooltipが吹っ飛ぶ対策 */
  *txt-indent: -9999px;
}
.ico-zoom {
  display: inline-block;
  overflow: hidden;
  width: 88px;
  height: 27px;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: 0 -112px;
  /* IE6,7でTooltipが吹っ飛ぶ対策 */
  *txt-indent: -9999px;
}
a.ico-blank, .block-footer-link .list-link-footer li a.ico-blank {
  display: inline-block;
  padding-left: 15px;
  background: url(../images/ico_blank.png) 0 50% no-repeat;
  /*IE6,7*/
  *display: inline;
  *zoom: 1;
}
.ico-mr5 {
  margin-right: 5px;
  vertical-align: -4px;
}
/* tooltip module */
.tooltip-hide {
  display: none;
}
/*IE8以下向け視覚補完*/
.js-tooltip-wrapper {
  padding: 0;
  list-style-type: none;
  border: 3px solid #dddddd;
}
.js-tooltip-content {
  line-height: 1.4;
  position: relative;
  z-index: 1100;
  width: 360px;
  padding: 15px 15px 5px;
  border: 1px solid #cfa972;
  background-color: #f8f4e6;
  box-shadow: 0 1px 8px #999999;
}
.js-tooltip-content dt {
  /* IE6,7対策 */
  *position: relative;
  /* IE6 背景色 ボーダーが消える対策 */
  *overflow: hidden;
}
.js-tooltip-content dd {
  /* IE6,7対策 */
  *clear: both;
  *margin-left: 0;
}
.js-tooltip-content > dl {
  margin: 0;
  text-align: left;
}
.js-tooltip-content > dl > dt {
  font-size: 108%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.js-tooltip-content > dl > dd {
  margin-bottom: 1em;
  margin-left: 0;
  /* IE6,7対策 */
  *clear: both;
}
.js-tooltip-content > dl > dd dd {
  margin-bottom: 10px;
}
.js-tooltip-content a.js-tooltip-close {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  overflow: hidden;
  width: 17px;
  width: 17px;
  height: 17px;
  height: 17px;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -166px -120px;
  *zoom: 1;
  /* IE6,7でTooltipが吹っ飛ぶ対策 */
  *txt-indent: -9999px;
}
.js-tooltip-content .list-link-arrow {
  margin: 12px 0;
}
.js-tip01, .js-tip01_new, .js-tip02, .js-tip03, .js-tip04, .js-tip05, .js-tip06, .js-tip-q, .js-tip-plus {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  /* IE6,7でTooltipが吹っ飛ぶ対策 */
  *txt-indent: -9999px;
}
.js-tip01 {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -166px -60px;
}
.js-tip01_new {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -166px -60px;
}
.js-tip02 {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -166px 0;
}
.js-tip03 {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -226px 0;
}
.js-tip04 {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -120px -159px;
}
.js-tip05 {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -60px -159px;
}
.js-tip06 {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: 0 -159px;
}
.js-tip-q {
  width: 37px;
  height: 37px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -226px -60px;
}
.js-tip-plus {
  width: 88px;
  height: 27px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: 0 -112px;
}
.title-tip01, .title-tip02, .title-tip03, .title-tip04, .title-tip05, .title-tip06 {
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 100%;
  /* IE6,7でTooltipが吹っ飛ぶ対策 */
  *txt-indent: -9999px;
  /* IE6,7でTooltipが吹っ飛ぶ対策 */
  *display: block;
  *float: left;
}
.title-tip01 {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -166px -60px;
}
.title-tip02 {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -166px 0;
}
.title-tip03 {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -226px 0;
}
.title-tip04 {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -120px -159px;
}
.title-tip05 {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: -60px -159px;
}
.title-tip06 {
  width: 40px;
  height: 40px;
  background-image: url(../images/bg_tsr_web-guide-sprite.png);
  background-position: 0 -159px;
}
#dummy-capture01 #ico_tip0101 {
  top: 0;
  left: 0;
}
#dummy-capture01 #ico_tip0102 {
  top: 360px;
  left: 20px;
}
#dummy-capture01 #ico_tip0103 {
  top: 400px;
  left: 560px;
}
#dummy-capture01 #ico_tip0104 {
  top: 240px;
  left: 480px;
}
#dummy-capture01 #ico_tip0105 {
  top: 430px;
  left: 600px;
}
#dummy-capture01 #ico_tip0106 {
  top: 320px;
  left: 320px;
}
#dummy-capture02 #ico_tip0201 {
  top: 20px;
  left: 100px;
}
#dummy-capture02 #ico_tip0202 {
  top: 400px;
  left: 560px;
}
/* tab module */
/* タブ */
.nav-tab {
  width: 700px;
  height: 53.5px;
  margin: 32px auto;
}
section section .nav-tab {
  margin: 32px -10px;
}
.nav-tab ul {
  display: table;
  width: 100%;
  height: 53.5px;
  margin: 0;
  margin: 0 0 -1px;
  padding: 0;
  table-layout: fixed;
  list-style: none;
}
.nav-tab ul li {
  font-size: 14px;
  font-size: .875rem;
  display: table-cell;
  vertical-align: middle;
}
.nav-tab ul li a {
  font-weight: bold;
  display: table-cell;
  width: 350px;
  height: 53.5px;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #333333;
  background-image: url(../images/bg_tab2.png);
  background-repeat: no-repeat;
  background-position: 0 -53.5px;
}
.nav-tab ul li a.is-active {
  background-position: 0 0;
}
.nav-tab ul li:last-child a {
  background-position: -350px 0;
}
.nav-tab ul li:last-child a.is-active {
  background-position: -350px -53.5px;
}
.nav-tab.three-column {
  height: 52.3px;
}
.nav-tab.three-column ul {
  height: 52.3px;
}
.nav-tab.three-column ul li a {
  width: 233.33px;
  height: 52.3px;
  background-image: url(../images/bg_tab3.png);
  background-position: 0 -53.33px;
}
.nav-tab.three-column ul li a.is-active {
  background-position: 0 0;
}
.nav-tab.three-column ul li a.is-inactive {
  background-position: 0 -106.66px;
}
.nav-tab.three-column ul li:nth-child(2) a {
  background-position: -233.33px 0;
}
.nav-tab.three-column ul li:nth-child(2) a.is-active {
  background-position: -233.33px -53.33px;
}
.nav-tab.three-column ul li:nth-child(2) a.is-inactive {
  background-position: -233.33px -106.66px;
}
.nav-tab.three-column ul li:last-child a {
  background-position: -466.66px 0;
}
.nav-tab.three-column ul li:last-child a.is-active {
  background-position: -466.66px -106.66px;
}
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}
/* accordion module */
.faq-accordion {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.faq-accordion dt {
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-accordion dt a {
  display: block;
  width: 100%;
  padding: 8px 47px 8px 5px;
  border: 1px solid #d9d9d9;
  background: url(../images/ico_arrow-down.png) right 50% no-repeat;
}
.faq-accordion dt a .ico-question {
  margin-right: 15px;
}
.faq-accordion dt a.is-active {
  background-image: url(../images/ico_arrow-up.png);
}
.faq-accordion dd {
  display: none;
  margin: 0;
  padding: 0;
  padding: 20px;
  list-style: none;
  background-color: #f0f6ff;
}
.faq-accordion dd h3:first-child, .faq-accordion dd h4:first-child, .faq-accordion dd h5:first-child, .faq-accordion dd p:first-child, .faq-accordion dd ul:first-child, .faq-accordion dd ol:first-child, .faq-accordion dd dl:first-child, .faq-accordion dd div:first-child {
  margin-top: 0;
}
.faq-accordion dd h3:last-child, .faq-accordion dd h4:last-child, .faq-accordion dd h5:last-child, .faq-accordion dd p:last-child, .faq-accordion dd ul:last-child, .faq-accordion dd ol:last-child, .faq-accordion dd dl:last-child, .faq-accordion dd div:last-child {
  margin-bottom: 0;
}
/* block module */
.block_figure {
  position: relative;
  width: 680px;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.block_figure > img {
  display: none;
}
.block_figure a {
  position: absolute;
  clear: both;
}
.block-column .block_figure {
  width: 636px;
}
.block_figure .ico-zoom {
  top: 10px;
  right: 10px;
}
.block-column {
  margin: 24px 0;
  padding: 10px 20px;
  background-color: #dcf1ff;
}
.block-column h1 {
  font-size: 15px;
  font-size: .9375rem;
  margin: 8px -10px;
}
.block-column h1:first-child {
  margin-top: 0;
}
.block-column h2 {
  font-size: 16px;
  font-size: 1rem;
  margin: 20px -10px 15px;
  padding: 0;
  color: #245086;
  border: none;
  background-image: none !important;
}
.block-column h2:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  content: '';
  vertical-align: 1px;
  background-color: #245086;
}
.block-column .list-link-arrow {
  margin: 12px 0;
}
.block-column .list-link-arrow:last-child {
  margin-bottom: 0;
}
.block-point {
  margin: 24px 0;
  padding: 10px 20px;
  background-color: #ffe893;
}
.block-point span {
  font-size: 16px;
  font-weight: bold;
  color: #ff9300;
}
/* 関連項目 */
.block-footer-link {
  clear: both;
  overflow: hidden;
  margin-top: 24px;
  padding: 10px 20px;
  border: 1px solid #c0c2cb;
  background: #f3f8fe;
}
.block-footer-link h1 {
  font-size: 15px;
  font-size: .9375rem;
  margin: 0 -10px 8px;
}
.block-footer-link .list-link-arrow {
  margin: 10px 0;
}
.block-footer-link .list-link-footer {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  /*IE6, 7向け*/
  *height: 1%;
}
.block-footer-link .list-link-footer.col2-set li {
  width: 328px;
}
.block-footer-link .list-link-footer li {
  float: left;
  width: 212px;
  padding-left: 24px;
  /*IE6, 7向け*/
  *width: 202px;
}
.block-footer-link .list-link-footer li:nth-child(3n+1) {
  clear: both;
  padding-left: 0;
}
.block-footer-link .list-link-footer li a {
  padding-left: 14px;
  color: #336ccd;
  background: url(../images/ico_arrow-link.png) 0 5px no-repeat;
}
.block-flow {
  margin-bottom: 30px;
  padding-bottom: 50px;
  background: url(../images/bg_flow-level1.png) no-repeat bottom center;
}
.block-flow-child {
  margin-bottom: 20px;
  padding-bottom: 35px;
  background: url(../images/bg_flow-level2.png) no-repeat bottom center;
}
.block-flow-child2 {
  margin-bottom: 20px;
  padding-bottom: 45px;
  background: url(../images/bg_flow-level2.png) no-repeat bottom center;
}
/* フロー型ナビゲーション */
.nav-anchor-wrapper {
  height: 60px;
  margin: 24px 0;
}
section section .nav-anchor-wrapper {
  margin: 24px -10px;
}
.nav-anchor {
  width: 700px;
}
.nav-anchor.is-stick {
  position: fixed;
  z-index: 1000;
  top: 0;
}
@media print {
  .nav-anchor.is-stick {
    position: static;
  }
}
.nav-anchor.is-stick ul {
  margin-bottom: 0;
}
.nav-flow-2step, .nav-flow-2step_long, .nav-flow-3step, .nav-flow-4step, .nav-flow-5step {
  display: table;
  margin: 0;
  margin: 0 auto;
  padding: 0;
  padding: 0;
  table-layout: fixed;
  list-style: none;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.nav-flow-2step li, .nav-flow-2step_long li, .nav-flow-3step li, .nav-flow-4step li, .nav-flow-5step li {
  line-height: 1.1;
  display: table-cell;
  padding-left: 36px;
  vertical-align: middle;
}
.nav-flow-2step a, .nav-flow-2step_long a, .nav-flow-3step a, .nav-flow-4step a, .nav-flow-5step a {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: normal;
  color: #333333;
}
.nav-flow-2step a.is-active, .nav-flow-2step_long a.is-active, .nav-flow-3step a.is-active, .nav-flow-4step a.is-active, .nav-flow-5step a.is-active {
  font-weight: bold;
}
.nav-flow-2step {
  width: 476px;
  height: 50px;
  background-image: url(../images/bg_flow_2step.png);
}
.nav-flow-2step li:first-child {
  padding-left: 42px;
}
.nav-flow-2step li:last-child {
  padding-right: 5px;
}
.nav-flow-2step.is-current02 {
  background-position: 0 -50px;
}
.nav-flow-2step.is-current04 {
  background-position: 0 -50px;
}
#c06_003 .nav-flow-2step.is-current06 {
  background-position: 0 -50px;
}
.nav-flow-2step_long {
  width: 560px;
  height: 50px;
  background-image: url(../images/bg_flow_2step_long.png);
}
.nav-flow-2step_long li:first-child {
  padding-left: 42px;
}
.nav-flow-2step_long li:last-child {
  padding-right: 5px;
}
.nav-flow-2step_long.is-current02 {
  background-position: 0 -50px;
}
.nav-flow-2step_long.is-current04 {
  background-position: 0 -50px;
}
#c06_003 .nav-flow-2step_long.is-current06 {
  background-position: 0 -50px;
}
.nav-flow-3step {
  width: 648px;
  height: 50px;
  background-image: url(../images/bg_flow_3step.png);
}
.nav-flow-3step li {
  padding-left: 42px;
}
.nav-flow-3step li:last-child {
  padding-right: 5px;
  padding-left: 32px;
}
.nav-flow-3step.is-current02 {
  background-position: 0 -50px;
}
.nav-flow-3step.is-current03 {
  background-position: 0 -100px;
}
.nav-flow-3step.is-current05 {
  background-position: 0 -50px;
}
.nav-flow-3step.is-current06 {
  background-position: 0 -100px;
}
.nav-flow-3step.is-current08 {
  background-position: 0 -50px;
}
.nav-flow-3step.is-current09 {
  background-position: 0 -100px;
}
.nav-flow-4step {
  width: 700px;
  height: 50px;
  background-image: url(../images/bg_flow_4step.png);
}
.nav-flow-4step li {
  padding-left: 40px;
}
.nav-flow-4step li:last-child {
  padding-right: 5px;
  padding-left: 34px;
}
.nav-flow-4step.is-current02 {
  background-position: 0 -50px;
}
.nav-flow-4step.is-current03 {
  background-position: 0 -100px;
}
.nav-flow-4step.is-current04 {
  background-position: 0 -150px;
}
.nav-flow-4step.is-current06 {
  background-position: 0 -50px;
}
.nav-flow-4step.is-current07 {
  background-position: 0 -100px;
}
.nav-flow-4step.is-current08 {
  background-position: 0 -150px;
}
.nav-flow-5step {
  width: 700px;
  height: 60px;
  background-image: url(../images/bg_flow_5step.png);
}
.nav-flow-5step li {
  padding-left: 40px;
}
.nav-flow-5step li:first-child, .nav-flow-5step li:nth-child(4) {
  padding-left: 36px;
}
.nav-flow-5step li:last-child {
  padding-left: 34px;
}
.nav-flow-5step.is-current02 {
  background-position: 0 -60px;
}
.nav-flow-5step.is-current03 {
  background-position: 0 -120px;
}
.nav-flow-5step.is-current04 {
  background-position: 0 -180px;
}
.nav-flow-5step.is-current05 {
  background-position: 0 -240px;
}
.mg-t20 {
  margin-top: 20px;
}
.mg-t40 {
  margin-top: 40px;
}
.mg-t50 {
  margin-top: 50px;
}
.mg-t60 {
  margin-top: 60px;
}
.mg-b20 {
  margin-bottom: 20px;
}
.mg-b50 {
  margin-bottom: 50px;
}
.pd-t30 {
  padding-top: 30px;
}
.underline01 {
  text-decoration: underline;
}
.tabletype01 {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #cccccc;
  text-align: left;
}
.tabletype01 th, .tabletype01 td {
  padding: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  vertical-align: top;
}
.tabletype01 .lv01 {
  background: #dfedfb;
  font-weight: bold;
}
.block-column02 {
  padding: 6px 22px;
  background-color: #dcf1ff;
}
.point_title {
  font-size: 1rem; /* 16px */
  font-weight: 900;
  color: #245086;
}
.point_sub {
  font-size: 0.9375rem; /* 15px */
  margin: 20px 0 0;
  padding: 0;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #969696;
}
.bd_g {
  border: 1px solid #c8c8c8;
}
.case_jump_point {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
.flex01 {
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
	gap: 25px;
}
.w45{
	width: 45%;
}