@charset "UTF-8";

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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.
   */

[hidden] {
    display: none;
}

/**
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

template {
    display: none;
}

/* Links
   ========================================================================== */

/**
   * Remove the gray background color from active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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;
    /* Set 1 unit of vertical rhythm on the top and bottom margins. */
    margin: .75em 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: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    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.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */

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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

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+.
 */

/**
 * 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.
   * 3. Remove excess padding in IE 7.
   *    Known issue: excess padding remains in IE 6.
   */

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.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 *//**
   * 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: .35em .625em .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.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

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;
}

/* -----------------------------------------------------------
   Base
----------------------------------------------------------- */

body {
    font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
}

a:link, a:visited {
    color: #0060ae;
}

a:hover, a:active, a:focus {
    color: #0060ae;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

header[tabindex="-1"], div[tabindex="-1"], section[tabindex="-1"] {
    outline: none;
}

/* -----------------------------------------------------------
   Layout
----------------------------------------------------------- */

.st-Header_Inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.st-Header_UtilNav ul {
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.143;
    font-size: .875em;
}

.st-Header_UtilNav li {
    margin-right: 16px;
    padding-right: 17px;
    background: url(/common/images/bg_utilnav_01.png) no-repeat right center;
}

.st-Header_UtilNav li.st-Header_UtilNavItemEn {
    margin-right: 0;
    padding-right: 0;
    background: none;
}

.st-Header_UtilNav a {
    color: #000;
    text-decoration: none;
}

.st-Header_UtilNav a:hover, .st-Header_UtilNav a:active,
.st-Header_UtilNav a:focus {
    text-decoration: underline;
}

.st-Header_Logo {
    margin: 0 20px 0 0;
    width: 256px;
    line-height: 1;
    font-size: 1rem;
}

.tmp-Show {
    display: block !important;
}

.st-Nav_PC .st-Nav_Item-CatHome {
    display: none;
}

.st-Nav_PC a .blt {
    padding-left: 15px;
    background: url(/common/images/blt_gnav_childclose.png) no-repeat left center;
}

.st-Nav_PC a[aria-current="true"] .blt {
    background-image: url(/common/images/blt_gnav_childclose_white.png);
}

.st-Nav_PC .is-childshow a .blt {
    background-image: url(/common/images/blt_gnav_childopen.png);
}

.st-Nav_SP, .st-Nav_SP ul {
    padding: 0;
    list-style: none;
}

.st-Nav_SP {
    margin: 0 15px 0;
    padding: 0 0 15px;
    font-size: 1.077em;
}

.st-Nav_SP .st-Nav_ChildContainer {
    padding-left: 25px;
    border-top: 1px dashed #c1c1c1;
    background-color: #f9f6e5;
}

.st-Nav_SP > li {
    border-bottom: 1px dashed #c1c1c1;
}

.st-Nav_SP > li > ul {
    display: none;
}

.st-Nav_SP > li li:not(:last-child) {
    border-bottom: 1px dashed #c1c1c1;
}

.st-Nav_SP:not(.st-Footer_Links-Etc) > li:not(.st-Header_UtilNavItem) > a::before,
.st-Nav_SP:not(.st-Footer_Links-Etc) > li:not(.st-Header_UtilNavItem) > button::before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    width: 0;
    height: 2.2em;
    vertical-align: middle;
    border-left-width: 5px;
    border-left-style: solid;
}

.st-Nav_SP:not(.st-Footer_Links-Etc) .st-Nav_guide::before {
    border-left-color: #0077c2;
}

.st-Nav_SP:not(.st-Footer_Links-Etc) .st-Nav_start::before {
    border-left-color: #007e89;
}

.st-Nav_SP:not(.st-Footer_Links-Etc) .st-Nav_join::before {
    border-left-color: #6b7a00;
}

.st-Nav_SP:not(.st-Footer_Links-Etc) .st-Nav_retirement::before {
    border-left-color: #857200;
}

.st-Nav_SP:not(.st-Footer_Links-Etc) .st-Nav_owner::before {
    border-left-color: #d13e00;
}

.st-Nav_SP:not(.st-Footer_Links-Etc) .st-Nav_library::before {
    border-left-color: #d23843;
}

.st-Nav_SP:not(.st-Footer_Links-Etc) > li.st-Header_UtilNavItem > a {
    padding: 12px 10px 12px 0;
}

.st-Nav_SP a, .st-Nav_SP button {
    box-sizing: border-box;
    display: block;
    color: #000;
    margin: 0;
    padding: 10px 30px 10px 0;
    width: 100%;
    border-width: 0;
    background: url(/common/images/blt_arrow_right_sp_01.png) no-repeat right 8px center;
    background-size: 8px auto;
    text-decoration: none;
    text-align: left;
}

.st-Nav_SP button[aria-expanded="true"] {
    background: url(/common/images/blt_gnav_childopen_sp.png) no-repeat right 4px center;
    background-size: 16px auto;
}

.st-Nav_SP button[aria-expanded="false"] {
    background: url(/common/images/blt_gnav_childclose_sp.png) no-repeat right 4px center;
    background-size: 16px auto;
}

.st-Header_ToggleGnav {
    margin: 9px 0 0 0;
    padding: 0;
    border-width: 0;
    width: 26px;
    background: none;
}

.st-Header_ToggleGnav img {
    width: auto;
    height: 27px;
}

.st-TopicPath {
    position: relative;
    z-index: 2;
    padding: 10px 0;
    line-height: 1;
    font-size: .875em;
}

.st-TopicPath [aria-current] {
    color: #333;
    text-decoration: none;
}

.st-NavTop {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.st-NavTop a {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 14px 0 9px 85px;
    border-radius: 5px 5px 0 0;
    background-color: #efefef;
    color: #333;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

.st-NavTop a span {
    padding-right: 18px;
    background: url(/common/images/blt_pagetop.png) no-repeat right center;
}

.st-NavTop a::after {
    position: absolute;
    top: -21px;
    left: 15px;
    display: block;
    content: "";
    width: 58px;
    height: 67px;
    background: url(/common/images/pic_character_pagetop.png) no-repeat left top;
}

.st-NavTop a:hover, .st-NavTop a:active, .st-NavTop a:focus {
    text-decoration: none;
}

.st-NavTop a:hover span, .st-NavTop a:active span, .st-NavTop a:focus span {
    background-position: right 20%;
}

.st-NavTop a:hover::after, .st-NavTop a:active::after, .st-NavTop a:focus::after {
    background-image: url(/common/images/pic_character_pagetop_o.png);
}

.st-Footer_RecommendLinksContainer {
    background-color: #efefef;
}

.st-Footer_RecommendLinks {
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.st-Footer_RecommendLinks > li {
    border-radius: 6px;
    box-shadow: .3px 1px 2px rgba(72, 72, 72, .3);
    background-color: white;
}

.st-Footer_RecommendLinks > li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 19px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.st-Footer_RecommendLinks > li a img {
    margin-right: 15px;
    width: 42px;
}

.st-Footer_RecommendLinks > li a span {
    display: block;
    line-height: 1.429;
    font-size: .875em;
}

.st-Footer_RecommendLinks > li a:hover, .st-Footer_RecommendLinks > li a:active,
.st-Footer_RecommendLinks > li a:focus {
    opacity: .7;
}

.st-Footer_RecommendLinks > li.st-Footer_RecommendCM a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 19px;
}

.st-Footer_RecommendLinks > li.st-Footer_RecommendCM img {
    margin-right: 5px;
    width: 78px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.st-Footer_LinksContainer {
    background-color: #efefef;
}

.st-Footer_Links, .st-Footer_Links ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.st-Footer_UtilLinks {
    padding: 0;
    list-style: none;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.st-Footer_UtilLinks li:not(:last-child) {
    margin-right: 16px;
    padding-right: 17px;
    background: url(/common/images/bg_utilnav_01.png) no-repeat right center;
}

.st-Footer_UtilLinks a {
    color: #000;
    text-decoration: none;
}

.st-Footer_Copyright {
    color: #333;
    vertical-align: middle;
}


.cmn-LayoutColumn {
    display: -ms-flexbox;
    display: flex;
}

.cmn-ContentsList2 {
    padding-left: 0;
    list-style: none;
    background-color: #fff;
}

.cmn-ContentsList2 > li:not(:last-child) {
    border-bottom: 1px dashed #7fc5ea;
}

.cmn-ContentsList2 > li a {
    display: block;
    padding: 15px 20px 15px 38px;
    background: url(/common/images/blt_link_01.png) no-repeat 20px center;
    text-decoration: none;
}

.cmn-ContentsList2 > li a:hover, .cmn-ContentsList2 > li a:active,
.cmn-ContentsList2 > li a:focus, .cmn-ContentsList2 > li a[aria-current="true"] {
    background-color: #dbeff9;
}

/* -----------------------------------------------------------
   Modules
----------------------------------------------------------- */

.cmn-ContentsContainer {
    position: relative;
}

.js .cmn-Modal {
    box-sizing: border-box;
    position: relative;
    display: none;
    margin: 0 auto;
    width: 90vw;
    max-width: 880px;
    background-color: #fff;
}

.js .mfp-content .cmn-Modal {
    display: block;
}

.cmn-Modal_Close {
    position: absolute;
    border-width: 0;
    background: none;
    line-height: 1;
}

.cmn-DocHeader {
    margin-top: 0;
}

.cmn-DocHeader img {
    line-height: 1;
    vertical-align: middle;
}

.cmn-LayoutImage + :matches(p):matches(ul):matches(ol):matches(dl):matches(table) {
    margin-top: 0;
}

.cmn_LayoutImage_Container img {
    line-height: 1;
}

.cmn-LayoutImageL1 .cmn-LayoutImage_Image {
    overflow: hidden;
}

.cmn-Hdg2Pt1, .cmn-Wysiwyg1 h2 {
    background: url(/common/images/bg_h2pt1.png) no-repeat center top;
    font-weight: normal;
    text-align: center;
}

.cmn-Hdg2Pt1Library, .cmn-Hdg2Pt1Modal {
    background-position: left top;
    text-align: left;
}

.cmn-Hdg3Pt1, .cmn-Wysiwyg1 h3 {
    position: relative;
    padding: 5px 0 5px 16px;
    border-left-style: solid;
    border-left-color: #0077c2;
    font-weight: normal;
}

.cmn-Hdg3Pt1::after, .cmn-Wysiwyg1 h3::after {
    position: absolute;
    left: -8px;
    display: block;
    content: "";
    width: 100%;
    border-bottom: 1px dashed #0077c2;
}

.cmn-Hdg3Pt1.cmn-Hdg3Pt1Start, .cmn-Wysiwyg1 h3.cmn-Hdg3Pt1Start {
    border-left-color: #007e89;
}

.cmn-Hdg3Pt1.cmn-Hdg3Pt1Start::after, .cmn-Wysiwyg1 h3.cmn-Hdg3Pt1Start::after {
    border-bottom-color: #007e89;
}

.cmn-Hdg3Pt1.cmn-Hdg3Pt1Join, .cmn-Wysiwyg1 h3.cmn-Hdg3Pt1Join {
    border-left-color: #6b7a00;
}

.cmn-Hdg3Pt1.cmn-Hdg3Pt1Join::after, .cmn-Wysiwyg1 h3.cmn-Hdg3Pt1Join::after {
    border-bottom-color: #6b7a00;
}

.cmn-Hdg3Pt1.cmn-Hdg3Pt1Retirement, .cmn-Wysiwyg1 h3.cmn-Hdg3Pt1Retirement {
    border-left-color: #857200;
}

.cmn-Hdg3Pt1.cmn-Hdg3Pt1Retirement::after,
.cmn-Wysiwyg1 h3.cmn-Hdg3Pt1Retirement::after {
    border-bottom-color: #857200;
}

.cmn-Hdg3Pt1.cmn-Hdg3Pt1Owner, .cmn-Wysiwyg1 h3.cmn-Hdg3Pt1Owner {
    border-left-color: #d13e00;
}

.cmn-Hdg3Pt1.cmn-Hdg3Pt1Owner::after, .cmn-Wysiwyg1 h3.cmn-Hdg3Pt1Owner::after {
    border-bottom-color: #d13e00;
}

.cmn-Hdg3Pt1.cmn-Hdg3Pt1Library, .cmn-Wysiwyg1 h3.cmn-Hdg3Pt1Library {
    border-left-color: #d23843;
}

.cmn-Hdg3Pt1.cmn-Hdg3Pt1Library::after,
.cmn-Wysiwyg1 h3.cmn-Hdg3Pt1Library::after {
    border-bottom-color: #d23843;
}

.cmn-Hdg4Pt1, .cmn-Wysiwyg1 h4 {
    padding-left: 25px;
    background-image: url(/common/images/blt_h4pt1.png);
    background-repeat: no-repeat;
}

.cmn-Hdg4Pt1.cmn-Hdg4Pt1Start, .cmn-Wysiwyg1 h4.cmn-Hdg4Pt1Start {
    background-image: url(/common/images/blt_h4pt1_c.png);
}

.cmn-Hdg4Pt1.cmn-Hdg4Pt1Join, .cmn-Wysiwyg1 h4.cmn-Hdg4Pt1Join {
    background-image: url(/common/images/blt_h4pt1_d.png);
}

.cmn-Hdg4Pt1.cmn-Hdg4Pt1Retirement, .cmn-Wysiwyg1 h4.cmn-Hdg4Pt1Retirement {
    background-image: url(/common/images/blt_h4pt1_e.png);
}

.cmn-Hdg4Pt1.cmn-Hdg4Pt1Owner, .cmn-Wysiwyg1 h4.cmn-Hdg4Pt1Owner {
    background-image: url(/common/images/blt_h4pt1_f.png);
}

.cmn-Hdg4Pt1.cmn-Hdg4Pt1Library, .cmn-Wysiwyg1 h4.cmn-Hdg4Pt1Library {
    background-image: url(/common/images/blt_h4pt1_g.png);
}

.cmn-Hdg4Pt2 {
    margin-bottom: 20px;
    color: #007e89;
    line-height: 1.444;
    font-size: 1.125em;
}

.cmn-Hdg5Pt1 {
    margin: 1em 0;
}

.cmn-TextAlignC {
    text-align: center;
}

.cmn-TextAlignR {
    text-align: right;
}

.cmn-Strong1 {
    color: #eb161b;
}

.cmn-Em1 {
    color: #eb161b;
    font-style: normal;
}

.cmn-UnorderedList1, .cmn-Wysiwyg1 ul, .cmn-OrderedList1, .cmn-Wysiwyg1 ol {
    padding-left: 20px;
}

.cmn-UnorderedList2, .cmn-OrderedList2 {
    padding-left: 0;
    list-style-type: none;
}

.cmn-UnorderedList1-Disc {
    list-style-type: disc;
}

.cmn-DescriptionList1 dd {
    margin-left: 0;
}

.cmn-DescriptionList1 dd:not(:last-child) {
    margin-bottom: .5em;
}

.cmn-NoteList {
    padding: 0;
    list-style: none;
}

.cmn-NoteList_Item {
    position: relative;
    padding-left: 2.3em;
}
.cmn-NoteList_Item_1{
    position: relative;
    padding-left: 1.3em;
}
.cmn-NoteList_Item_2{
    position: relative;
    padding-left: 3em;
}
.cmn-NoteList_Item_3{
    position: relative;
    padding-left: 4em;
}
.cmn-NoteList_Item_in{
    display: block;
    position: relative;
    padding-left: 1.3em;
}

.cmn-NoteList_Item:not(:last-child) {
    margin-bottom: .5em;
}

.cmn-NoteList_Marker {
    position: absolute;
    top: 0;
    left: 1em;
}
.cmn-NoteList_Marker-1,
.cmn-NoteList_Item_in .cmn-NoteList_Marker{
position: absolute;
top: 0;
left: 0;
}

.cmn-NoteList2 {
    padding: 0;
    list-style: none;
}

.cmn-NoteList2_Item {
    position: relative;
    padding-left: 2.2em;
}

.cmn-NoteList2_Item:not(:last-child) {
    margin-bottom: .5em;
}

.cmn-NoteList2_Marker {
    position: absolute;
    top: 0;
    left: 0;
}

.cmn-NoteListSmall {
    line-height: 1.429;
    color: #333;
    font-size: .875em;
}

.cmn-NoteList_Marker-Em {
    color: #eb161b;
}

.cmn-NoteList_indent-1{padding-left: 1em;}
.cmn-NoteList_indent-1-3{padding-left: 1.3em;}
.cmn-NoteList_indent-1-3-m{margin-left: 1.3em;}
.cmn-NoteList_indent-2{padding-left: 2em;}
.cmn-NoteList_indent-2-3{padding-left: 2.3em;}
.cmn-NoteList_indent-3{padding-left: 3em;}
.cmn-NoteList_indent-4{padding-left: 4em;}
.cmn-NoteList_indent-5{padding-left: 5em;}
.cmn-NoteList_indent-6{padding-left: 6em;}
.cmn-NoteList_indent-7{padding-left: 7em;}
.cmn-NoteList_indent-8{padding-left: 8em;}
.cmn-NoteList_indent-9{padding-left: 9em;}
.cmn-NoteList_m_in_start-0{margin-inline-start: 0;}

.cmm-centreItem_55{
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
}

.cmn-LinkListInSite {
    padding-left: 0;
    list-style: none;
}

.cmn-LinkListInSite a {
    padding-left: 20px;
    background: url(/common/images/blt_link_insite.png) no-repeat left center;
}

.cmn-LinkListInSite a:hover, .cmn-LinkListInSite a:active,
.cmn-LinkListInSite a:focus {
    background-image: url(/common/images/blt_link_insite_o.png);
}

.cmn-LinkListInPage {
    padding-left: 0;
    list-style: none;
}

.cmn-LinkListInPage a, .cmn-LinkListInPage .cmn-LinkListInPage_Item {
    display: block;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #fff;
}

.cmn-LinkListInPage .cmn-LinkListInPage_Item {
    border: 1px solid #333;
}

.cmn-LinkListInPage a {
    border: 1px solid #0077c2;
    text-decoration: none;
    color: #0077c2;
}

.cmn-LinkListInPage a span {
    padding-left: 20px;
    background: url(/common/images/blt_link_inpage.png) no-repeat left center;
}

.cmn-LinkListInPage a:hover, .cmn-LinkListInPage a:focus {
    border-color: #3d98d1;
}

.cmn-LinkListInPage a:hover span, .cmn-LinkListInPage a:focus span {
    background-image: url(/common/images/blt_link_inpage_o.png);
}

.cmn-LinkListInPageLibrary a {
    border-color: #d23843;
    color: #d23843;
}

.cmn-LinkListInPageLibrary a:hover, .cmn-LinkListInPageLibrary a:focus {
    border-color: #dd6870;
}

.cmn-LinkListInPage2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
}

.cmn-LinkListInPage2 > li {
    margin-right: 40px;
    margin-bottom: 1em;
}

.cmn-LinkListInPage2 a {
    padding-left: 22px;
    background: url(/common/images/blt_link_inpage.png) no-repeat left center;
}

.cmn-LinkListDoc {
    padding-left: 0;
    list-style-type: none;
}

.cmn-LinkListDoc a {
    padding-left: 22px;
    background: url(/common/images/blt_link_doc.png) no-repeat left center;
}

.cmn-LinkListDoc a:hover, .cmn-LinkListDoc a:active, .cmn-LinkListDoc a:focus {
    background-image: url(/common/images/blt_link_doc_o.png);
}

.cmn-LinkList1, .cmn-LinkListMixed {
    padding-left: 0;
    list-style-type: none;
}

.cmn-TableScroll {
    position: relative;
    display: table;
    width: 100%;
}

.cmn-TableScroll .cmn-TableScroll_Icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -37px 0 0 -37px;
    width: 75px;
    height: 75px;
    opacity: 0;
    transition: opacity .5s;
}

.cmn-TableScroll .cmn-TableScroll_Icon.cmn-TableScroll_Icon-Visible {
    opacity: 1;
    transition: opacity .5s;
}

.cmn-Table1, .cmn-Wysiwyg1 table {
    margin: 1.5em 0;
    width: 100%;
}

.cmn-Table1 caption, .cmn-Wysiwyg1 table caption {
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
}

.cmn-Table1 tbody tr:first-child *:first-child,
.cmn-Wysiwyg1 table tbody tr:first-child *:first-child {
    border-radius: 8px 0 0 0;
}

.cmn-Table1 tbody tr:first-child td:last-child,
.cmn-Wysiwyg1 table tbody tr:first-child td:last-child {
    border-radius: 0 8px 0 0;
}

.cmn-Table1 thead + tbody tr:first-child *:first-child,
.cmn-Wysiwyg1 table thead + tbody tr:first-child *:first-child,
.cmn-Table1 thead + tbody tr:first-child td:last-child,
.cmn-Wysiwyg1 table thead + tbody tr:first-child td:last-child {
    border-radius: 0;
}

.cmn-Table1 thead th:first-child, .cmn-Wysiwyg1 table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.cmn-Table1 thead th:last-child, .cmn-Wysiwyg1 table thead th:last-child {
    border-radius: 0 8px 0 0;
}

.cmn-Table1 tbody tr:last-child th, .cmn-Wysiwyg1 table tbody tr:last-child th {
    border-radius: 0 0 0 8px;
}

.cmn-Table1 tbody tr:last-child td:last-child,
.cmn-Wysiwyg1 table tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}

.cmn-Table1 thead th, .cmn-Wysiwyg1 table thead th {
    color: #fff;
    text-align: center;
}

.cmn-Table1 thead th, .cmn-Wysiwyg1 table thead th {
    background-color: #0077c2;
}

.cmn-Table1 tbody tr:nth-child(2n-1) th,
.cmn-Wysiwyg1 table tbody tr:nth-child(2n-1) th,
.cmn-Table1 tbody tr:nth-child(2n-1) td,
.cmn-Wysiwyg1 table tbody tr:nth-child(2n-1) td {
    background-color: #f1f9fd;
}

.cmn-Table1 tbody tr:nth-child(2n) th,
.cmn-Wysiwyg1 table tbody tr:nth-child(2n) th,
.cmn-Table1 tbody tr:nth-child(2n) td,
.cmn-Wysiwyg1 table tbody tr:nth-child(2n) td {
    background-color: #dbeff9;
}

.cmn-Table1 thead th:not(:last-child),
.cmn-Wysiwyg1 table thead th:not(:last-child), .cmn-Table1 tbody th,
.cmn-Wysiwyg1 table tbody th, .cmn-Table1 tbody td:not(:last-child),
.cmn-Wysiwyg1 table tbody td:not(:last-child) {
    border-right: 1px dashed #8ec7d3;
}

.cmn-Table1 th, .cmn-Wysiwyg1 table th {
    line-height: 1.444;
    font-size: 1.125em;
}

.cmn-Table1 tbody th, .cmn-Wysiwyg1 table tbody th {
    text-align: left;
}

.cmn-Table1Cpt2 tbody tr:nth-child(2n-1) th,
.cmn-Table1Cpt2 tbody tr:nth-child(2n-1) td {
    background-color: #fff;
}

.cmn-Table1JoinCpt1 thead th {
    background-color: #6b7a00;
}

.cmn-Table1JoinCpt1 tbody tr:nth-child(2n-1) th,
.cmn-Table1JoinCpt1 tbody tr:nth-child(2n-1) td {
    background-color: #f7fae9;
}

.cmn-Table1JoinCpt1 tbody tr:nth-child(2n) th,
.cmn-Table1JoinCpt1 tbody tr:nth-child(2n) td {
    background-color: #edf3d2;
}

.cmn-Table1JoinCpt1 thead th:not(:last-child), .cmn-Table1JoinCpt1 tbody th,
.cmn-Table1JoinCpt1 tbody td:not(:last-child) {
    border-right: 1px dashed #c1cd87;
}

.cmn-Table1RetirementCpt1 thead th {
    background-color: #857200;
}

.cmn-Table1RetirementCpt1 tbody tr:nth-child(2n-1) th,
.cmn-Table1RetirementCpt1 tbody tr:nth-child(2n-1) td {
    background-color: #fafbea;
}

.cmn-Table1RetirementCpt1 tbody tr:nth-child(2n) th,
.cmn-Table1RetirementCpt1 tbody tr:nth-child(2n) td {
    background-color: #f1eed6;
}

.cmn-Table1RetirementCpt1 thead th:not(:last-child),
.cmn-Table1RetirementCpt1 tbody th,
.cmn-Table1RetirementCpt1 tbody td:not(:last-child) {
    border-right: 1px dashed #d2ca7f;
}

.cmn-Table1OwnerCpt1 thead th {
    background-color: #d13e00;
}

.cmn-Table1OwnerCpt1 tbody tr:nth-child(2n-1) th,
.cmn-Table1OwnerCpt1 tbody tr:nth-child(2n-1) td {
    background-color: #fef6f0;
}

.cmn-Table1OwnerCpt1 tbody tr:nth-child(2n) th,
.cmn-Table1OwnerCpt1 tbody tr:nth-child(2n) td {
    background-color: #fbe8d6;
}

.cmn-Table1OwnerCpt1 thead th:not(:last-child), .cmn-Table1OwnerCpt1 tbody th,
.cmn-Table1OwnerCpt1 tbody td:not(:last-child) {
    border-right: 1px dashed #f3b67f;
}

.cmn-Table1LibraryCpt1 thead th {
    background-color: #d23843;
}

.cmn-Table1LibraryCpt1 tbody tr:nth-child(2n-1) th,
.cmn-Table1LibraryCpt1 tbody tr:nth-child(2n-1) td {
    background-color: #fdf5f6;
}

.cmn-Table1LibraryCpt1 tbody tr:nth-child(2n) th,
.cmn-Table1LibraryCpt1 tbody tr:nth-child(2n) td {
    background-color: #fbe8ea;
}

.cmn-Table1LibraryCpt1 thead th:not(:last-child),
.cmn-Table1LibraryCpt1 tbody th,
.cmn-Table1LibraryCpt1 tbody td:not(:last-child) {
    border-right: 1px dashed #f0acb4;
}

.cmn-Table1GuideCpt2 thead th {
    background-color: #0077c2;
}

.cmn-Table1GuideCpt2 tbody tr:nth-child(2n-1) th,
.cmn-Table1GuideCpt2 tbody tr:nth-child(2n-1) td {
    background-color: #fff;
}

.cmn-Table1GuideCpt2 tbody tr:nth-child(2n) th,
.cmn-Table1GuideCpt2 tbody tr:nth-child(2n) td {
    background-color: #dbeff9;
}

.cmn-Table1GuideCpt2 thead th:not(:last-child), .cmn-Table1GuideCpt2 tbody th,
.cmn-Table1GuideCpt2 tbody td:not(:last-child) {
    border-right: 1px dashed #7fc5ea;
}

.cmn-Table1StartCpt2 thead th {
    background-color: #007e89;
}

.cmn-Table1StartCpt2 tbody tr:nth-child(2n-1) th,
.cmn-Table1StartCpt2 tbody tr:nth-child(2n-1) td {
    background-color: #fff;
}

.cmn-Table1StartCpt2 tbody tr:nth-child(2n) th,
.cmn-Table1StartCpt2 tbody tr:nth-child(2n) td {
    background-color: #ddeef2;
}

.cmn-Table1StartCpt2 thead th:not(:last-child), .cmn-Table1StartCpt2 tbody th,
.cmn-Table1StartCpt2 tbody td:not(:last-child) {
    border-right: 1px dashed #9cccd6;
}

.cmn-Table1LibraryCpt2 thead th, .cmn-Wysiwyg1Libary table thead th {
    background-color: #d23843;
}

.cmn-Table1LibraryCpt2 tbody tr:nth-child(2n-1) th,
.cmn-Wysiwyg1Libary table tbody tr:nth-child(2n-1) th,
.cmn-Table1LibraryCpt2 tbody tr:nth-child(2n-1) td,
.cmn-Wysiwyg1Libary table tbody tr:nth-child(2n-1) td {
    background-color: #fff;
}

.cmn-Table1LibraryCpt2 tbody tr:nth-child(2n) th,
.cmn-Wysiwyg1Libary table tbody tr:nth-child(2n) th,
.cmn-Table1LibraryCpt2 tbody tr:nth-child(2n) td,
.cmn-Wysiwyg1Libary table tbody tr:nth-child(2n) td {
    background-color: #fbe8ea;
}

.cmn-Table1LibraryCpt2 thead th:not(:last-child),
.cmn-Wysiwyg1Libary table thead th:not(:last-child),
.cmn-Table1LibraryCpt2 tbody th, .cmn-Wysiwyg1Libary table tbody th,
.cmn-Table1LibraryCpt2 tbody td:not(:last-child),
.cmn-Wysiwyg1Libary table tbody td:not(:last-child) {
    border-right: 1px dashed #f0acb4;
}

.cmn-ActionButtonL {
    margin-bottom: 5px;
    text-align: center;
}

.cmn-ActionButtonL a {
    display: inline-block;
    border-radius: 6px;
    background-image: url(/common/images/blt_right_02.png),
                      linear-gradient(to top, #0077c2 0%, #0082c9 100%);
    background-position: right 20px center, left bottom;
    background-repeat: no-repeat, no-repeat;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 5px 0 #005f9b;
}

.cmn-ActionButtonL a:hover, .cmn-ActionButtonL a:focus {
    background-image: url(/common/images/blt_right_02.png),
                      linear-gradient(to top, #2189ca 0%, #2192d0 100%);
    box-shadow: 0 5px 0 #2174a8;
    text-shadow: #0077c2 1px 1px 0, #0077c2 -1px 1px 0, #0077c2 1px -1px 0, #0077c2 -1px -1px 0;
}

.cmn-ActionButtonL a:active {
    margin-top: 5px;
    box-shadow: 0 5px 0 #2189ca;
}

.cmn-ActionButtonLStart a {
    background-image: url(/common/images/blt_right_02.png),
                      linear-gradient(to top, #007e89 0%, #0091a6 100%);
    box-shadow: 0 5px 0 #006074;
}

.cmn-ActionButtonLStart a:hover, .cmn-ActionButtonLStart a:focus {
    background-image: url(/common/images/blt_right_02.png),
                      linear-gradient(to top, #218f98 0%, #219fb2 100%);
    box-shadow: 0 5px 0 #217586;
    text-shadow: #007e89 1px 1px 0, #007e89 -1px 1px 0, #007e89 1px -1px 0, #007e89 -1px -1px 0;
}

.cmn-ActionButtonLStart a:active {
    margin-top: 5px;
    padding-bottom: 25px;
    box-shadow: 0 5px 0 #218f98;
}

.cmn-ActionButtonLJoin a {
    background-image: url(/common/images/blt_right_02.png),
                      linear-gradient(to top, #6b7a00 0%, #7b8900 100%);
    box-shadow: 0 5px 0 #505b00;
}

.cmn-ActionButtonLJoin a:hover, .cmn-ActionButtonLJoin a:focus {
    background-image: url(/common/images/blt_right_02.png),
                      linear-gradient(to top, #8c9821 0%, #7e8b21 100%);
    box-shadow: 0 5px 0 #677021;
    text-shadow: #6b7a00 1px 1px 0, #6b7a00 -1px 1px 0, #6b7a00 1px -1px 0, #6b7a00 -1px -1px 0;
}

.cmn-ActionButtonLJoin a:active {
    margin-top: 5px;
    padding-bottom: 25px;
    box-shadow: 0 5px 0 #8c9821;
}

.cmn-ActionButtonLRetirement a {
    background-image: url(/common/images/blt_right_02.png),
                      linear-gradient(to top, #857200 0%, #8a7c00 100%);
    box-shadow: 0 5px 0 #6b5c01;
}

.cmn-ActionButtonLRetirement a:hover, .cmn-ActionButtonLRetirement a:focus {
    background-image: url(/common/images/blt_right_02.png),
                      linear-gradient(to top, #998d21 0%, #958421 100%);
    box-shadow: 0 5px 0 #7e7122;
    text-shadow: #857200 1px 1px 0, #857200 -1px 1px 0, #857200 1px -1px 0, #857200 -1px -1px 0;
}

.cmn-ActionButtonLRetirement a:active {
    margin-top: 5px;
    padding-bottom: 25px;
    box-shadow: 0 5px 0 #998d21;
}

.cmn-ActionButtonLOwner a {
    background-image: url(/common/images/blt_right_02.png),
                      linear-gradient(to top, #d13e00 0%, #ea4500 100%);
    box-shadow: 0 5px 0 #a2390d;
}

.cmn-ActionButtonLOwner a:hover, .cmn-ActionButtonLOwner a:focus {
    background-image: url(/common/images/blt_right_02.png),
                      linear-gradient(to top, #ed5d21 0%, #d75721 100%);
    box-shadow: 0 5px 0 #ae532c;
    text-shadow: #d13e00 1px 1px 0, #d13e00 -1px 1px 0, #d13e00 1px -1px 0, #d13e00 -1px -1px 0;
}

.cmn-ActionButtonLOwner a:active {
    margin-top: 5px;
    padding-bottom: 25px;
    box-shadow: 0 5px 0 #ed5d21;
}

.cmn-ActionButtonLLibrary a {
    background-image: url(/common/images/blt_right_02.png),
                      linear-gradient(to top, #d23843 0%, #e83c48 100%);
    box-shadow: 0 5px 0 #a42d36;
}

.cmn-ActionButtonLLibrary a:hover, .cmn-ActionButtonLLibrary a:focus {
    background-image: url(/common/images/blt_right_02.png),
                      linear-gradient(to top, #eb5560 0%, #d8525b 100%);
    box-shadow: 0 5px 0 #b04850;
    text-shadow: #d23843 1px 1px 0, #d23843 -1px 1px 0, #d23843 1px -1px 0, #d23843 -1px -1px 0;
}

.cmn-ActionButtonLLibrary a:active {
    margin-top: 5px;
    padding-bottom: 25px;
    box-shadow: 0 5px 0 #eb5560;
}

.cmn-ActionButtonM {
    margin-bottom: 3px;
    text-align: center;
}

.cmn-ActionButtonM a {
    display: inline-block;
    border-radius: 6px;
    background-color: #0077c2;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 3px 0 #005f9b;
}

.cmn-ActionButtonM a:hover, .cmn-ActionButtonM a:focus {
    background-color: #2192d0;
    box-shadow: 0 3px 0 #2174a8;
}

.cmn-ActionButtonM a:active {
    margin-top: 3px;
    padding-bottom: 27px;
    box-shadow: 0 3px 0 #2192d0;
}

.cmn-ActionButtonMStart a {
    background-color: #007e89;
    box-shadow: 0 3px 0 #006074;
}

.cmn-ActionButtonMStart a:hover, .cmn-ActionButtonMStart a:focus {
    background-color: #218f98;
    box-shadow: 0 3px 0 #217586;
}

.cmn-ActionButtonMStart a:active {
    margin-top: 3px;
    padding-bottom: 27px;
    box-shadow: 0 3px 0 #218f98;
}

.cmn-ActionButtonMJoin a {
    background-color: #6b7a00;
    box-shadow: 0 3px 0 #505b00;
}

.cmn-ActionButtonMJoin a:hover, .cmn-ActionButtonMJoin a:focus {
    background-color: #7e8b21;
    box-shadow: 0 3px 0 #677021;
}

.cmn-ActionButtonMJoin a:active {
    margin-top: 3px;
    padding-bottom: 27px;
    box-shadow: 0 3px 0 #7e8b21;
}

.cmn-ActionButtonMRetirement a {
    background-color: #857200;
    box-shadow: 0 3px 0 #6b5c01;
}

.cmn-ActionButtonMRetirement a:hover, .cmn-ActionButtonMRetirement a:focus {
    background-color: #6b5c01;
    box-shadow: 0 3px 0 #7e7122;
}

.cmn-ActionButtonMRetirement a:active {
    margin-top: 3px;
    padding-bottom: 27px;
    box-shadow: 0 3px 0 #6b5c01;
}

.cmn-ActionButtonMOwner a {
    background-color: #d13e00;
    box-shadow: 0 3px 0 #a2390d;
}

.cmn-ActionButtonMOwner a:hover, .cmn-ActionButtonMOwner a:focus {
    background-color: #d75721;
    box-shadow: 0 3px 0 #ae532c;
}

.cmn-ActionButtonMOwner a:active {
    margin-top: 3px;
    padding-bottom: 27px;
    box-shadow: 0 3px 0 #d75721;
}

.cmn-ActionButtonMLibrary a {
    background-color: #d23843;
    box-shadow: 0 3px 0 #a42d36;
}

.cmn-ActionButtonMLibrary a:hover, .cmn-ActionButtonMLibrary a:focus {
    background-color: #d8525b;
    box-shadow: 0 3px 0 #b04850;
}

.cmn-ActionButtonMLibrary a:active {
    margin-top: 3px;
    padding-bottom: 27px;
    box-shadow: 0 3px 0 #d8525b;
}

.cmn-ActionButtonS a {
    display: inline-block;
    border-radius: 6px;
    padding: 10px 30px;
    border: 1px solid #0077c2;
    min-width: 210px;
    color: #0077c2;
    text-align: center;
    text-decoration: none;
}

.cmn-ActionButtonS a:hover, .cmn-ActionButtonS a:focus {
    border-color: #3d98d1;
    color: #3d98d1;
}

.cmn-ActionButtonS a:active {
    transform: scale(.98);
}

.cmn-ActionButtonSStart a {
    border-color: #007e89;
    color: #007e89;
}

.cmn-ActionButtonSStart a:hover, .cmn-ActionButtonSStart a:focus {
    border-color: #3d9da5;
    color: #3d9da5;
}

.cmn-ActionButtonSJoin a {
    border-color: #6b7a00;
    color: #6b7a00;
}

.cmn-ActionButtonSJoin a:hover, .cmn-ActionButtonSJoin a:focus {
    border-color: #8e9a3d;
    color: #8e9a3d;
}

.cmn-ActionButtonSRetirement a {
    border-color: #857200;
    color: #857200;
}

.cmn-ActionButtonSRetirement a:hover, .cmn-ActionButtonSRetirement a:focus {
    border-color: #a2943d;
    color: #a2943d;
}

.cmn-ActionButtonSOwner a {
    border-color: #d13e00;
    color: #d13e00;
}

.cmn-ActionButtonSOwner a:hover, .cmn-ActionButtonSOwner a:focus {
    border-color: #dc6c3d;
    color: #dc6c3d;
}

.cmn-ActionButtonSLibrary a {
    border-color: #d23843;
    color: #d23843;
}

.cmn-ActionButtonSLibrary a:hover, .cmn-ActionButtonSLibrary a:focus {
    border-color: #dd6870;
    color: #dd6870;
}

.cmn-MTNone {
    margin-top: 0 !important;
}

.cmn-MT1em {
    margin-top: 1em !important;
}

.cmn-MBNone {
    margin-bottom: 0 !important;
}

.cmn-MB1em {
    margin-bottom: 1em !important;
}

.cmn-IconCaution {
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.cmn-LinkContainer {
    margin: 25px 0 30px;
}

.cmn-Link1 {
    margin: 25px 0 30px;
}

.cmn-Link1 a {
    padding-left: 20px;
    background: url(/common/images/blt_link_01.png) no-repeat left center;
}

.cmn-Link2 {
    margin: 25px 0 30px;
    text-align: right;
}

.cmn-Link2 a {
    padding-left: 20px;
    background: url(/common/images/blt_link_01.png) no-repeat left center;
}

.cmn-Link3 {
    margin: 25px 0 30px;
}

.cmn-Link3 a {
    padding-left: 22px;
    background: url(/common/images/icon_pdf_02.png) no-repeat left center;
}

.cmn-LinkInSite {
    margin: 25px 0 30px;
}

.cmn-LinkInSite a {
    padding-left: 20px;
    background: url(/common/images/blt_link_insite.png) no-repeat left center;
}

.cmn-LinkInSite a:hover, .cmn-LinkInSite a:active, .cmn-LinkInSite a:focus {
    background-image: url(/common/images/blt_link_insite_o.png);
}

.cmn-LinkInSite-Inline {
    padding-left: 20px;
    background: url(/common/images/blt_link_insite.png) no-repeat left center;
}

.cmn-LinkInSite-Inline:hover, .cmn-LinkInSite-Inline:active,
.cmn-LinkInSite-Inline:focus {
    background-image: url(/common/images/blt_link_insite_o.png);
}

.cmn-LinkExternal {
    margin: 25px 0 30px;
}

.cmn-LinkExternal a {
    padding-left: 30px;
    background: url(/common/images/blt_link_external.png) no-repeat left center;
}

.cmn-LinkExternal a:hover, .cmn-LinkExternal a:active, .cmn-LinkExternal a:focus {
    background-image: url(/common/images/blt_link_external_o.png);
}

.cmn-LinkExternal-Inline {
    padding-left: 30px;
    background: url(/common/images/blt_link_external.png) no-repeat left center;
}

.cmn-LinkExternal-Inline:hover, .cmn-LinkExternal-Inline:active,
.cmn-LinkExternal-Inline:focus {
    background-image: url(/common/images/blt_link_external_o.png);
}

.cmn-LinkInPage {
    margin: 25px 0 30px;
}

.cmn-LinkInPage a {
    padding-left: 22px;
    background: url(/common/images/blt_link_inpage.png) no-repeat left center;
}

.cmn-LinkInPage a:hover, .cmn-LinkInPage a:active, .cmn-LinkInPage a:focus {
    background-image: url(/common/images/blt_link_inpage_o.png);
}

.cmn-LinkDoc {
    margin: 25px 0 30px;
}

.cmn-LinkDoc a {
    padding-left: 22px;
    background: url(/common/images/blt_link_doc.png) no-repeat left center;
}

.cmn-LinkDoc a:hover, .cmn-LinkDoc a:active, .cmn-LinkDoc a:focus {
    background-image: url(/common/images/blt_link_doc_o.png);
}

.cmn-LinkDoc-Inline {
    padding-left: 22px;
    background: url(/common/images/blt_link_doc.png) no-repeat left center;
}

.cmn-LinkDoc-Inline:hover, .cmn-LinkDoc-Inline:active, .cmn-LinkDoc-Inline:focus {
    background-image: url(/common/images/blt_link_doc_o.png);
}

.cmn-LinkModal {
    margin: 25px 0 30px;
}

.cmn-LinkModal a {
    padding-left: 22px;
    background: url(/common/images/blt_link_modal.png) no-repeat left center;
}

.cmn-LinkModal a:hover, .cmn-LinkModal a:active, .cmn-LinkModal a:focus {
    background-image: url(/common/images/blt_link_modal_o.png);
}

.cmn-FAQList {
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #f1f9fd;
    box-shadow: 2px 2px 1px #ddd, -2px 2px 1px #ddd, 2px -2px 1px #ddd, -2px -2px 1px #ddd;
}

.cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title {
    margin: 0;
    font-weight: normal;
}

.no-js .cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title {
    padding: 18px 60px 18px 30px;
}

.cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title button {
    position: relative;
    width: 100%;
    border-width: 0;
    border-bottom: 1px dashed #b9e0ec;
    background: none;
    text-align: left;
}

.cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title button::after {
    position: absolute;
    top: 20px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/common/images/icon_faqclose.png) no-repeat left top;
    line-height: 1;
    color: #0060ae;
    font-size: 1.25em;
}

.cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title button[aria-expanded="true"] {
    border-bottom-width: 0;
}

.cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title button[aria-expanded="true"]::after {
    background: url(/common/images/icon_faqopen.png) no-repeat left top;
}

.cmn-FAQList .cmn-FAQList_Body {
    margin: 0;
    background-color: #fff;
}

.cmn-FAQList .cmn-FAQList_Body > *:first-child {
    margin-top: 0;
}

.cmn-FAQList .cmn-FAQList_Body > *:last-child {
    margin-bottom: 0;
}

.js .cmn-FAQList .cmn-FAQList_Body {
    display: none;
}

.cmn-FAQList .cmn-FAQList_Body[aria-hidden="false"] {
    border-bottom: 1px dashed #b9e0ec;
}

.cmn-FAQList .cmn-FAQList_Panel:first-child {
    border-radius: 6px 6px 0 0;
}

.cmn-FAQList .cmn-FAQList_Panel:first-child .cmn-FAQList_TitleContainer,
.cmn-FAQList .cmn-FAQList_Panel:first-child .cmn-FAQList_Title,
.cmn-FAQList .cmn-FAQList_Panel:first-child .cmn-FAQList_Title button {
    border-radius: 6px 6px 0 0;
}

.cmn-FAQList .cmn-FAQList_Panel:last-child {
    border-radius: 0 0 6px 6px;
}

.cmn-FAQList .cmn-FAQList_Panel:last-child .cmn-FAQList_Title,
.cmn-FAQList .cmn-FAQList_Panel:last-child .cmn-FAQList_Title button[aria-expanded="false"],
.cmn-FAQList .cmn-FAQList_Panel:last-child .cmn-FAQList_Body {
    border-bottom-width: 0;
    border-radius: 0 0 6px 6px;
}

.no-js .cmn-FAQRankingList .cmn-FAQList_TitleContainer .cmn-FAQList_Title,
.js .cmn-FAQRankingList .cmn-FAQList_Title button {
    position: relative;
}

.no-js .cmn-FAQRankingList .cmn-FAQList_TitleContainer .cmn-FAQList_Title::before,
.js .cmn-FAQRankingList .cmn-FAQList_Title button::before {
    position: absolute;
    top: 20px;
    left: 22px;
    display: block;
    content: "";
    width: 19px;
    height: 20px;
    background: url(/common/images/icon_ranking1.png) no-repeat left top;
}

.no-js .cmn-FAQRankingList .cmn-FAQList_Panel:nth-child(2) .cmn-FAQList_Title::before,
.js .cmn-FAQRankingList .cmn-FAQList_Panel:nth-child(2) .cmn-FAQList_Title button::before {
    background-image: url(/common/images/icon_ranking2.png);
}

.no-js .cmn-FAQRankingList .cmn-FAQList_Panel:nth-child(3) .cmn-FAQList_Title::before,
.js .cmn-FAQRankingList .cmn-FAQList_Panel:nth-child(3) .cmn-FAQList_Title button::before {
    background-image: url(/common/images/icon_ranking3.png);
}

.no-js .cmn-FAQRankingList .cmn-FAQList_Panel:nth-child(4) .cmn-FAQList_Title::before,
.js .cmn-FAQRankingList .cmn-FAQList_Panel:nth-child(4) .cmn-FAQList_Title button::before {
    background-image: url(/common/images/icon_ranking4.png);
}

.no-js .cmn-FAQRankingList .cmn-FAQList_Panel:nth-child(5) .cmn-FAQList_Title::before,
.js .cmn-FAQRankingList .cmn-FAQList_Panel:nth-child(5) .cmn-FAQList_Title button::before {
    background-image: url(/common/images/icon_ranking4.png);
}

.cmn-InfoLinks {
    margin-bottom: 40px;
    background-color: #fdf5f6;
}

.cmn-InfoLinks .cmn-InfoLinks_Title {
    margin: 0;
    width: 180px;
    font-size: 1rem;
    text-align: center;
}

.cmn-InfoLinks .cmn-InfoLinks_Title span {
    display: block;
    margin-bottom: 20px;
    border-radius: 17px;
    background-color: #d23843;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.cmn-InfoLinks_List, .cmn-InfoLinks_List ul {
    padding-left: 0;
    list-style-type: none;
}

.cmn-InfoLinks_List li {
    padding-left: 18px;
    background: url(/common/images/blt_right_01.png) no-repeat left .5em;
}

.cmn-InfoLinks_List > li:not(:last-child) {
    border-bottom: 1px dashed #f0acb4;
}

.cmn-InfoLinks_List a {
    text-decoration: none;
}

.cmn-InfoLinks_List a:hover, .cmn-InfoLinks_List a:active,
.cmn-InfoLinks_List a:focus {
    text-decoration: underline;
}

.cmn-InfoLinks_List ul li {
    box-sizing: border-box;
    font-size: .875em;
}

.cmn-InfoLinks_List ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sw-Contact_Dial1, .sw-Contact_Dial2, .sw-Contact_Dial3 {
    display: block;
    line-height: 1;
}

.sw-Contact_DialNote1 {
    margin-top: 10px;
    margin-left: 25px;
    line-height: 1.625;
}

.sw-Contact_DialNote1 dt, .sw-Contact_DialNote1 dd {
    display: inline;
}

.sw-Contact_DialNote1 dt {
    font-weight: bold;
}

.sw-Contact_DialNote1 dd {
    margin-left: 0;
}

.sw-Contact_DialNote2 {
    margin-top: 10px;
    margin-left: 25px;
}

a .cmn-Wysiwyg1_LinkIcons {
    margin-right: .5em;
}

.cmn-Wysiwyg1 ul.cmn-Wysiwyg1_Links {
    padding-left: 0;
    list-style: none;
}

.cmn-Wysiwyg1Libary h3 {
    border-left-color: #d23843;
}

.cmn-Wysiwyg1Libary h3::after {
    border-bottom-color: #d23843;
}

.cmn-Wysiwyg1Libary h4 {
    background-image: url(/common/images/blt_h4pt1_g.png);
}

.cmn_LayoutImage_Container, .cmn-Wysiwyg1 {
    /* フロートの解除 */
}

.cmn_LayoutImage_Container:after, .cmn-Wysiwyg1:after {
    clear: both;
    display: block;
    content: "";
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .5;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

/* Page-Navi. */

ul.cmn-PageNav {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari */
    -webkit-justify-content: center; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
    padding-left: 0;
}

.cmn-PageNav li {
    display: block;
    margin: 0 0 15px 15px;
    border-radius: 6px;
    border: 1px solid #0060ae;
    background-color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
}

.cmn-PageNav li:first-child {
    display: block;
    margin-left: 0;
    border-radius: 6px;
    border: 1px solid #0060ae;
    background-color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
}

.cmn-PageNav li:hover {
    background-color: #0060ae;
}

.cmn-PageNav li.active {
    background-color: #0060ae;
}

.cmn-PageNav li a,
.cmn-PageNav li.active span {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.1em;
    text-decoration: none;
}

.cmn-PageNav li a {
    color: #0060ae;
}

.cmn-PageNav li:hover a {
    color: #fff;
}

.cmn-PageNav li.active span {
    color: #fff;
}


@media screen and (min-width: 770px) {
    body {
        line-height: 1.75;
    }
    .sp{
        display: none;
    }
    .cmn-CompactWidthContent {
        display: none;
    }

    .st-Header_Inner {
        margin: 0 auto;
        width: 1000px;
        height: 82px;
    }

    .st-Header_UtilNav {
        max-width: 710px;
    }

    .st-Header_Logo img {
        width: auto;
        height: 32px;
    }

    .tmp-ToggleGnav {
        display: none;
    }

    .st-Nav {
        position: relative;
        z-index: 10;
        min-width: 1000px;
        background: url(/common/images/bg_gnav_01_top.png) repeat-x left top;
    }

    .st-Nav_Wrapper {
        background: url(/common/images/bg_gnav_01_bottom.png) repeat-x left bottom;
    }

    .st-Nav_Inner {
        margin: 0 auto;
        width: 1000px;
    }

    .st-Nav_Header {
        display: none;
    }

    .st-Nav_List {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        padding-left: 3px;
        min-height: 57px;
        background: url(/common/images/bg_gnav_02.png) no-repeat left center;
    }

    .st-Nav_List > li {
        padding-right: 3px;
        background: url(/common/images/bg_gnav_02.png) no-repeat right center;
    }

    .st-Nav_List > li:not(:last-child) {
        margin-right: 2px;
    }

    .st-Nav_List > li > a {
        box-sizing: border-box;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 5px solid #c1c1c1;
        min-height: 57px;
        line-height: 1;
        color: #000;
        text-align: center;
        text-decoration: none;
        transition: background-color .4s;
    }

    .st-Nav_List > li > a:hover, .st-Nav_List > li > a:active,
    .st-Nav_List > li > a:focus {
        color: #fff;
        background-color: #c1c1c1;
    }

    .st-Nav_List > li > a[aria-current="true"] {
        color: #fff;
    }

    .st-Nav_List > li > a::before {
        display: inline-block;
        content: "";
        min-height: 37px;
        visibility: hidden;
    }

    .st-Nav_List > li:nth-child(1) {
        width: 174px;
    }

    .st-Nav_List > li:nth-child(1) > a {
        border-bottom-color: #0077c2;
    }

    .st-Nav_List > li:nth-child(1) > a:hover,
    .st-Nav_List > li:nth-child(1) > a:active,
    .st-Nav_List > li:nth-child(1) > a:focus {
        background-color: #0077c2;
    }

    .st-Nav_List > li:nth-child(1) > a[aria-current="true"] {
        background-color: #0077c2;
    }
    .st-Nav_List > li:nth-child(1).is-childshow > a {
        color: #fff;
        background-color: #0077c2;
    }

    .st-Nav_List > li:nth-child(1) > a:hover::after,
    .st-Nav_List > li:nth-child(1) > a:active::after,
    .st-Nav_List > li:nth-child(1).is-childshow > a::after {
        border-color: #0077c2 transparent transparent transparent;
    }

    .st-Nav_List > li:nth-child(2) {
        width: 184px;
    }

    .st-Nav_List > li:nth-child(2) > a {
        border-bottom-color: #007e89;
    }

    .st-Nav_List > li:nth-child(2) > a:hover,
    .st-Nav_List > li:nth-child(2) > a:active,
    .st-Nav_List > li:nth-child(2) > a:focus {
        background-color: #007e89;
    }

    .st-Nav_List > li:nth-child(2) > a[aria-current="true"] {
        background-color: #007e89;
    }
    .st-Nav_List > li:nth-child(2).is-childshow > a {
        color: #fff;
        background-color: #007e89;
    }

    .st-Nav_List > li:nth-child(2) > a:hover::after,
    .st-Nav_List > li:nth-child(2) > a:active::after,
    .st-Nav_List > li:nth-child(2).is-childshow > a::after {
        border-color: #007e89 transparent transparent transparent;
    }

    .st-Nav_List > li:nth-child(3) {
        width: 139px;
    }

    .st-Nav_List > li:nth-child(3) > a {
        border-bottom-color: #6b7a00;
    }

    .st-Nav_List > li:nth-child(3) > a:hover,
    .st-Nav_List > li:nth-child(3) > a:active,
    .st-Nav_List > li:nth-child(3) > a:focus {
        background-color: #6b7a00;
    }

    .st-Nav_List > li:nth-child(3) > a[aria-current="true"] {
        background-color: #6b7a00;
    }

    .st-Nav_List > li:nth-child(3).is-childshow > a {
        color: #fff;
        background-color: #6b7a00;
    }

    .st-Nav_List > li:nth-child(3) > a:hover::after,
    .st-Nav_List > li:nth-child(3) > a:active::after,
    .st-Nav_List > li:nth-child(3).is-childshow > a::after {
        border-color: #6b7a00 transparent transparent transparent;
    }


    .st-Nav_List > li:nth-child(4) {
        width: 210px;
    }

    .st-Nav_List > li:nth-child(4) > a {
        border-bottom-color: #857200;
    }

    .st-Nav_List > li:nth-child(4) > a:hover,
    .st-Nav_List > li:nth-child(4) > a:active,
    .st-Nav_List > li:nth-child(4) > a:focus {
        background-color: #857200;
    }

    .st-Nav_List > li:nth-child(4) > a[aria-current="true"] {
        background-color: #857200;
    }

    .st-Nav_List > li:nth-child(4).is-childshow > a {
        color: #fff;
        background-color: #857200;
    }

    .st-Nav_List > li:nth-child(4) > a:hover::after,
    .st-Nav_List > li:nth-child(4) > a:active::after,
    .st-Nav_List > li:nth-child(4).is-childshow > a::after {
        border-color: #857200 transparent transparent transparent;
    }

    .st-Nav_List > li:nth-child(5) {
        width: 130px;
    }

    .st-Nav_List > li:nth-child(5) > a {
        border-bottom-color: #d13e00;
    }

    .st-Nav_List > li:nth-child(5) > a:hover,
    .st-Nav_List > li:nth-child(5) > a:active,
    .st-Nav_List > li:nth-child(5) > a:focus {
        background-color: #d13e00;
    }

    .st-Nav_List > li:nth-child(5) > a[aria-current="true"] {
        background-color: #d13e00;
    }

    .st-Nav_List > li:nth-child(5).is-childshow > a {
        color: #fff;
        background-color: #d13e00;
    }

    .st-Nav_List > li:nth-child(5) > a:hover::after,
    .st-Nav_List > li:nth-child(5) > a:active::after,
    .st-Nav_List > li:nth-child(5).is-childshow > a::after {
        border-color: #d13e00 transparent transparent transparent;
    }


    .st-Nav_List > li:nth-child(6) {
        width: 129px;
    }

    .st-Nav_List > li:nth-child(6) > a {
        border-bottom-color: #d23843;
    }

    .st-Nav_List > li:nth-child(6) > a:hover,
    .st-Nav_List > li:nth-child(6) > a:active,
    .st-Nav_List > li:nth-child(6) > a:focus {
        background-color: #d23843;
    }

    .st-Nav_List > li:nth-child(6) > a[aria-current="true"] {
        background-color: #d23843;
    }

    .st-Nav_List > li:nth-child(6).is-childshow > a {
        color: #fff;
        background-color: #d23843;
    }

    .st-Nav_List > li:nth-child(6) > a:hover::after,
    .st-Nav_List > li:nth-child(6) > a:active::after,
    .st-Nav_List > li:nth-child(6).is-childshow > a::after {
        border-color: #d23843 transparent transparent transparent;
    }
    
    .st-Nav_List > li:nth-child(1) > a:hover::after,
    .st-Nav_List > li:nth-child(1) > a:active::after,
    .st-Nav_List > li:nth-child(1).is-childshow > a::after,
    .st-Nav_List > li:nth-child(2) > a:hover::after,
    .st-Nav_List > li:nth-child(2) > a:active::after,
    .st-Nav_List > li:nth-child(2).is-childshow > a::after,
    .st-Nav_List > li:nth-child(3) > a:hover::after,
    .st-Nav_List > li:nth-child(3) > a:active::after,
    .st-Nav_List > li:nth-child(3).is-childshow > a::after,
    .st-Nav_List > li:nth-child(4) > a:hover::after,
    .st-Nav_List > li:nth-child(4) > a:active::after,
    .st-Nav_List > li:nth-child(4).is-childshow > a::after,
    .st-Nav_List > li:nth-child(5) > a:hover::after,
    .st-Nav_List > li:nth-child(5) > a:active::after,
    .st-Nav_List > li:nth-child(5).is-childshow > a::after,
    .st-Nav_List > li:nth-child(6) > a:hover::after,
    .st-Nav_List > li:nth-child(6) > a:active::after,
    .st-Nav_List > li:nth-child(6).is-childshow > a::after {
        position: absolute;
        bottom: -5px;
        left: 50%;
        z-index: 11;
        margin: -11px;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 11px 0 11px;
    }

    .st-Nav_ChildContainer {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background-color: #fff;
        border-bottom: 3px solid #c1c1c1;
    }

    .st-Nav_ChildContainer > ul {
        padding: 0;
        list-style: none;
        margin: 0 auto;
        width: 1000px;
    }

    .st-Nav_ChildContainer > ul:after {
        clear: both;
        display: block;
        content: "";
    }

    .st-Nav_ChildContainer > ul > li {
        float: left;
        height: 57px;
    }

    .st-Nav_ChildContainer > ul > li > a {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        line-height: 1;
        color: #000;
        text-align: center;
        text-decoration: none;
    }
    
    .st-Nav_Guide{ border-bottom-color: #0077c2; }
    .st-Nav_Guide li { background: url(../images/bg_gnav_02.png) no-repeat right center; }
    .st-Nav_Guide li:last-child { background-image: none; }
    .st-Nav_Guide a { padding: 0 28px; }
    .st-Nav_Guide a:hover, .st-Nav_Join a:active, .st-Nav_Join a:focus {
        color: #0077c2;
    }
    
    .st-Nav_Start{ border-bottom-color: #007e89; }
    .st-Nav_Start li { background: url(../images/bg_gnav_02.png) no-repeat right center; }
    .st-Nav_Start li:last-child { background-image: none; }
    .st-Nav_Start a { padding: 0 28px; }
    .st-Nav_Start a:hover, .st-Nav_Join a:active, .st-Nav_Join a:focus {
        color: #007e89;
    }

    .st-Nav_Join {
        border-bottom-color: #6b7a00;
    }

    .st-Nav_Join li {
        background: url(/common/images/bg_gnav_02.png) no-repeat right center;
    }

    .st-Nav_Join li:last-child {
        background-image: none;
    }

    .st-Nav_Join a {
        padding: 0 28px;
    }

    .st-Nav_Join a:hover, .st-Nav_Join a:active, .st-Nav_Join a:focus {
        color: #6b7a00;
    }


    .st-Nav_Retire {
        border-bottom-color: #857200;
    }

    .st-Nav_Retire li {
        background: url(/common/images/bg_gnav_02.png) no-repeat right center,
                    url(/common/images/bg_gnav_03.png) repeat-x left bottom;
    }

    .st-Nav_Retire li:nth-child(4) {
        background: url(/common/images/bg_gnav_02.png) no-repeat right center;
    }

    .st-Nav_Retire li:nth-child(5) {
        background: none;
    }

    .st-Nav_Retire li:last-child {
        background-image: none;
    }

    .st-Nav_Retire a {
        padding: 0 28px;
    }

    .st-Nav_Retire a:hover, .st-Nav_Retire a:active, .st-Nav_Retire a:focus {
        color: #857200;
    }


    .st-Nav_Owner {
        border-bottom-color: #d13e00;
    }

    .st-Nav_Owner li {
        background: url(/common/images/bg_gnav_02.png) no-repeat right center;
    }

    .st-Nav_Owner li:last-child {
        background-image: none;
    }

    .st-Nav_Owner a {
        padding: 0 28px;
    }

    .st-Nav_Owner a:hover, .st-Nav_Owner a:active, .st-Nav_Owner a:focus {
        color: #d13e00;
    }


    .st-Nav_Library {
        border-bottom-color: #d23843;
    }

    .st-Nav_Library li {
        background: url(/common/images/bg_gnav_02.png) no-repeat right center;
    }

    .st-Nav_Library li:last-child {
        background-image: none;
    }

    .st-Nav_Library a {
        padding: 0 28px;
    }

    .st-Nav_Library a:hover, .st-Nav_Library a:active, .st-Nav_Library a:focus {
        color: #d23843;
    }

    .no-js .st-Nav .st-Nav_List > li:hover .st-Nav_ChildContainer {
        display: block;
    }

    .st-NavTop {
        margin: 30px auto 0;
        width: 1000px;
    }

    .st-NavTop a {
        width: 10em;
    }

    .st-Footer_RecommendLinksContainer {
        min-width: 1000px;
    }

    .st-Footer_RecommendLinks {
        padding: 40px 0;
        border-bottom: 1px dashed #c9c9c9;
    }

    .st-Footer_RecommendLinks > li:not(:last-child) {
        margin-right: 40px;
    }

    .st-Footer_RecommendLinks > li {
        width: 220px;
    }

    .st-Footer_RecommendLinks > li a span {
        width: 130px;
    }

    .st-Footer_LinksContainer {
        padding: 40px 0;
        min-width: 1000px;
    }

    .st-Footer_LinksContainer .cmn-ContentsContainer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .st-Footer_Links {
        margin-top: 0;
        width: 235px;
    }

    .st-Footer_Links li:not(:last-child) {
        margin-bottom: 10px;
    }

    .st-Footer_Links a {
        color: #000;
    }

    .st-Footer_Links a:link, .st-Footer_Links a:visited {
        text-decoration: none;
    }

    .st-Footer_Links a:hover, .st-Footer_Links a:active,
    .st-Footer_Links a:focus {
        text-decoration: underline;
    }

    .st-Footer_Links > li > ul {
        margin-top: 10px;
        margin-left: 10px;
    }

    .st-Footer_Links > li > a {
        font-weight: bold;
    }

    .st-Footer_Links:not(:last-child) > li > a {
        padding-left: 9px;
        border-left: 3px solid #c1c1c1;
        font-weight: bold;
    }

    .st-Footer_Links:not(:last-child) > li > a.st-Footer_Links_guide {
        border-left-color: #0077c2;
    }

    .st-Footer_Links:not(:last-child) > li > a.st-Footer_Links_start {
        border-left-color: #007e89;
    }

    .st-Footer_Links:not(:last-child) > li > a.st-Footer_Links_join {
        border-left-color: #6b7a00;
    }

    .st-Footer_Links:not(:last-child) > li > a.st-Footer_Links_retirement {
        border-left-color: #857200;
    }

    .st-Footer_Links:not(:last-child) > li > a.st-Footer_Links_owner {
        border-left-color: #d13e00;
    }

    .st-Footer_Links:not(:last-child) > li > a.st-Footer_Links_library {
        border-left-color: #d23843;
    }

    .st-Footer_Links .st-Footer_Links-CatHome,
    .st-Footer_Links .st-Footer_Links_retirement + ul {
        display: none;
    }

    .st-Footer_BottomContainer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .st-Footer_UtilLinks {
        line-height: 1.143;
        font-size: .875em;
    }

    .cmn-ContentsContainer {
        margin: 0 auto;
        width: 1000px;
    }

    .cmn-SectionLv1Pt1 {
        margin: 60px 0;
    }

    .js .cmn-Modal {
        padding: 60px;
    }

    .cmn-Modal_Close {
        top: 30px;
        right: 30px;
    }


    .cmn-ContentsIndexContainer_Inner {
        padding: 20px 0 60px;
        min-width: 1000px;
    }

    .cmn-LayoutColumn {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cmn-LayoutColumn .cmn-LayoutColumn_Main {
        -ms-flex-order: -1;
        order: -1;
        width: 740px;
    }

    .cmn-LayoutColumn .cmn-LayoutColumn_Main .cmn-ContentsContainer {
        width: 740px;
    }

    .cmn-LayoutColumn .cmn-LayoutColumn_Sub {
        padding-top: 90px;
        width: 220px;
    }


    .cmn-DocHeader {
        position: relative;
        overflow: hidden;
        min-width: 1000px;
        height: 181px;
    }

    .cmn-DocHeader img {
        position: absolute;
        left: 50%;
        margin-left: -640px;
        max-width: none;
    }

    .cmn-LayoutImageL1 {
        display: -ms-flexbox;
        display: flex;
    }

    .cmn-LayoutImageL1 .cmn-LayoutImage_Image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .cmn-LayoutImageR1 .cmn-LayoutImage_Image {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .cmn-Hdg2Pt1, .cmn-Wysiwyg1 h2 {
        margin: 0 0 55px;
        padding-top: 25px;
        line-height: 1.25;
        font-size: 2em;
    }

    .cmn-Hdg3Pt1, .cmn-Wysiwyg1 h3 {
        margin-bottom: 43px;
        border-left-width: 8px;
        line-height: 1.364;
        font-size: 1.375em;
    }

    .cmn-Hdg3Pt1::after, .cmn-Wysiwyg1 h3::after {
        bottom: -15px;
        padding-top: 15px;
    }

    .cmn-Hdg4Pt1, .cmn-Wysiwyg1 h4 {
        background-position: left .2em;
        line-height: 1.182;
        font-size: 1.125em;
    }

    .cmn-Hdg5Pt1 {
        line-height: 1.625;
        font-size: 1em;
    }

    .cmn-LinkListInPage {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .cmn-LinkListInPage > li {
        margin-bottom: 20px;
        max-width: 260px;
    }
    .start-Check .cmn-LinkListInPage > li {
        margin-bottom: 7px;
        width: 100%;
        max-width: 100%;
    }
    .start-Check .cmn-LinkListInPage > li:after{
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        background: url("../../start/images/icon_arrow.png") no-repeat center center;
        background-size: contain;
        margin-left: 20px;
    }
    .start-Check .cmn-LinkListInPage > li:last-child:after{
        display: none;   
    }
    .cmn-LinkListInPage > li:not(:last-child) {
        margin-right: 10px;
    }
    .start-Check .cmn-LinkListInPage > li:not(:last-child) {
        margin-right: 0;
    }
    .start-Check .cmn-LinkListInPage li:nth-child(1) a{
        border: 1px solid #f8b838;
        background-color: #fae98c;
    }
    .start-Check .cmn-LinkListInPage li:nth-child(2) a{
        border: 1px solid #f78f51;
        background-color: #f3b370;
    }
    .start-Check .cmn-LinkListInPage li:nth-child(3) a{
        border: 1px solid #e66dc1;
        background-color: #f0a0cf;
    }
    .start-Check .cmn-LinkListInPage li:nth-child(4) a{
        border: 1px solid #aa81df;
        background-color: #d8b7ef;
    }
    .start-Check .cmn-LinkListInPage li:nth-child(5) a{
        border: 1px solid #5bc3db;
        background-color: #95e2ef;
    }
    .start-Check .cmn-LinkListInPage a{
        color: #222;
    }

    .cmn-LinkListInPage2 {
        margin-bottom: 30px;
    }

    .cmn-Table1 th, .cmn-Wysiwyg1 table th, .cmn-Table1 td,
    .cmn-Wysiwyg1 table td {
        padding: 15px 30px;
    }

    .cmn-ActionButtonL a {
        padding: 30px 40px 30px 20px;
        width: 400px;
        font-size: 1.438em;
    }

    .cmn-ActionButtonL a:active {
        padding-bottom: 25px;
    }

    .cmn-ActionButtonM a {
        padding: 30px;
        min-width: 260px;
    }

    .cmn-ActionButtonS a {
        padding: 10px 30px;
        min-width: 210px;
    }

    .cmn-FAQ {
        padding: 60px 0;
    }

    .cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title {
        line-height: 1.444;
        font-size: 1.125em;
    }

    .cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title button {
        padding: 18px 60px 18px 30px;
    }

    .cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title button::after {
        right: 30px;
    }

    .cmn-FAQList .cmn-FAQList_Body {
        padding: 18px 30px;
    }

    .cmn-MoreInfo {
        padding: 60px 0;
    }

    .cmn-InfoLinks {
        display: -ms-flexbox;
        display: flex;
        padding: 30px 20px 30px 60px;
    }

    .cmn-InfoLinks .cmn-InfoLinks_Character {
        width: 111px;
        height: auto;
    }

    .cmn-InfoLinks_List {
        margin: 0 0 0 55px;
        width: 650px;
    }

    .cmn-InfoLinks_List > li:not(:last-child) {
        margin-bottom: 20px;
    }

    .cmn-InfoLinks_List ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 10px 0 5px;
    }

    .cmn-InfoLinks_List ul li:nth-child(2n-1) {
        margin-right: 10px;
        width: calc(45% - 10px);
    }

    .cmn-InfoLinks_List ul li:nth-child(2n) {
        width: 55%;
    }

    .cmn-Wysiwyg1 h2 {
        margin-top: 70px;
    }

    .cmn-Wysiwyg1 h2:first-child {
        margin-top: 0;
    }

    .cmn-Wysiwyg1 h3 {
        margin-top: 35px;
    }
}

@media screen and (max-width: 769px) {
    body {
        line-height: 1.923;
        font-size: .812em;
    }
    .sp{
        display: block;
    }
    .cmn-RegularWidthContent {
        display: none;
    }

    .st-Header {
        box-shadow: 0 1px 5.6px .4px rgba(132, 132, 132, .16);
    }

    .st-Header_Inner {
        margin: 0 15px;
        height: 45px;
    }

    .st-Header_UtilNav {
        display: none;
    }

    .st-Header_Logo {
        line-height: 1;
    }

    .st-Header_Logo img {
        width: auto;
        height: 18px;
    }

    .tmp-ToggleGnav {
        display: block;
    }

    .st-Nav {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20;
        background-color: #fff;
    }

    .st-Nav_Header {
        position: relative;
        margin-bottom: 20px;
        box-shadow: 0 1px 5.6px .4px rgba(132, 132, 132, .16);
    }

    .st-Nav_Header .st-Nav_Title {
        margin: 0;
        padding: 15px 0;
        line-height: 1;
        font-size: 1rem;
        text-align: center;
        text-transform: uppercase;
    }

    .st-Nav_Header button {
        position: absolute;
        top: 9px;
        right: 15px;
        padding: 0;
        width: 25px;
        border-width: 0;
        background: none;
    }

    .st-Nav_Header button img {
        width: auto;
        height: 27px;
    }

    .st-NavTop {
        margin: 0 15px;
    }

    .st-NavTop a {
        width: 11em;
    }

    .st-Footer_RecommendLinksContainer {
        padding-top: 38px;
    }

    .st-Footer_RecommendLinks {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .st-Footer_RecommendLinks > li {
        width: 100%;
    }

    .st-Footer_RecommendLinks > li:not(:last-child) {
        margin-bottom: 15px;
    }

    .st-Footer_RecommendLinks > li a span {
        width: 100%;
        text-align: center;
    }

    .st-Footer_LinksContainer {
        padding: 15px 0;
    }

    .st-Footer_Links {
        margin: 0;
        font-size: 1.077em;
    }

    .st-Footer_Links:first-child {
        border-top: 1px dashed #c1c1c1;
    }

    .st-Footer_Links > li {
        border-bottom: 1px dashed #c1c1c1;
    }

    .st-Footer_Links > li > ul {
        display: none;
        padding-left: 25px;
        background-color: #fff;
    }

    .st-Footer_Links > li li:not(:last-child) {
        border-bottom: 1px dashed #c1c1c1;
    }

    .st-Footer_Links:not(.st-Footer_Links-Etc) > li > a::before,
    .st-Footer_Links:not(.st-Footer_Links-Etc) > li > button::before {
        display: inline-block;
        content: "";
        margin-right: 10px;
        width: 0;
        height: 2.2em;
        vertical-align: bottom;
        border-left-width: 5px;
        border-left-style: solid;
    }

    .st-Footer_Links:not(.st-Footer_Links-Etc) .st-Footer_Links_guide::before {
        border-left-color: #0077c2;
    }

    .st-Footer_Links:not(.st-Footer_Links-Etc) .st-Footer_Links_start::before {
        border-left-color: #007e89;
    }

    .st-Footer_Links:not(.st-Footer_Links-Etc) .st-Footer_Links_join::before {
        border-left-color: #6b7a00;
    }

    .st-Footer_Links:not(.st-Footer_Links-Etc) .st-Footer_Links_retirement::before {
        border-left-color: #857200;
    }

    .st-Footer_Links:not(.st-Footer_Links-Etc) .st-Footer_Links_owner::before {
        border-left-color: #d13e00;
    }

    .st-Footer_Links:not(.st-Footer_Links-Etc) .st-Footer_Links_library::before {
        border-left-color: #d23843;
    }

    .st-Footer_Links a, .st-Footer_Links button {
        box-sizing: border-box;
        display: block;
        color: #000;
        padding: 10px 25px 10px 0;
        border-width: 0;
        width: 100%;
        background: url(/common/images/blt_arrow_right_sp_01.png) no-repeat right 8px center;
        background-size: 8px auto;
        text-align: left;
        text-decoration: none;
    }

    .st-Footer_Links button[aria-expanded="true"] {
        background: url(/common/images/blt_gnav_childopen_sp.png) no-repeat right 4px center;
        background-size: 16px auto;
    }

    .st-Footer_Links button[aria-expanded="false"] {
        background: url(/common/images/blt_gnav_childclose_sp.png) no-repeat right 4px center;
        background-size: 16px auto;
    }

    .st-Footer_Links-Etc a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .st-Footer_BottomContainer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 0;
    }

    .st-Footer_UtilLinks {
        line-height: 1.333;
        font-size: .923em;
    }

    .st-Footer_UtilLinks {
        margin-top: 0;
    }

    .st-Footer_UtilLinks .st-Footer_LinkSitemap {
        display: none;
    }

    .cmn-ContentsContainer {
        margin: 0 15px;
    }

    .cmn-SectionLv1Pt1 {
        margin: 30px 0;
    }

    .js .cmn-Modal {
        padding: 35px 15px 30px;
    }

    .cmn-Modal_Close {
        top: 15px;
        right: 15px;
        width: 23px;
        height: 23px;
    }


    .cmn-ContentsIndexContainer_Inner {
        padding: 20px 0;
    }

    .cmn-LayoutColumn {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .cmn-LayoutColumn .cmn-LayoutColumn_Sub {
        margin-bottom: 30px;
    }


    .cmn-DocHeader img {
        width: 100%;
    }

    .cmn-LayoutImageL1 .cmn-LayoutImage_Image {
        margin-bottom: 10px;
    }

    .cmn-LayoutImageR1 .cmn-LayoutImage_Image {
        margin-bottom: 10px;
    }

    .cmn-Hdg2Pt1, .cmn-Wysiwyg1 h2 {
        margin: 0 0 20px;
        padding-top: 10px;
        background-size: 25px auto;
        line-height: 1.6;
        font-size: 1.538em;
    }

    .cmn-Hdg3Pt1, .cmn-Wysiwyg1 h3 {
        margin-bottom: 20px;
        padding-left: 10px;
        border-left-width: 4px;
        line-height: 1.8;
        font-size: 1.154em;
    }

    .cmn-Hdg3Pt1::after, .cmn-Wysiwyg1 h3::after {
        bottom: -7px;
        padding-top: 7px;
    }

    .cmn-Hdg4Pt1, .cmn-Wysiwyg1 h4 {
        background-position: left .3em;
        line-height: 2;
        font-size: 1.077em;
    }

    .cmn-Hdg5Pt1 {
        line-height: 1.714;
        font-size: 1em;
    }

    .cmn-LinkListInPage {
        font-size: .923em;
    }

    .cmn-LinkListInPage > li {
        margin-bottom: 7px;
        width: 100%;
    }
    .start-Check .cmn-LinkListInPage > li:after{
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        background: url("/start/images/icon_arrow.png") no-repeat center center;
        background-size: contain;
        margin: 0 auto;
    }
    .start-Check .cmn-LinkListInPage > li:last-child:after{
        display: none;   
    }
    .start-Check .cmn-LinkListInPage > li:not(:last-child) {
        margin-right: 0;
    }
    .start-Check .cmn-LinkListInPage li:nth-child(1) a{
        border: 1px solid #f8b838;
        background-color: #fae98c;
    }
    .start-Check .cmn-LinkListInPage li:nth-child(2) a{
        border: 1px solid #f78f51;
        background-color: #f3b370;
    }
    .start-Check .cmn-LinkListInPage li:nth-child(3) a{
        border: 1px solid #e66dc1;
        background-color: #f0a0cf;
    }
    .start-Check .cmn-LinkListInPage li:nth-child(4) a{
        border: 1px solid #aa81df;
        background-color: #d8b7ef;
    }
    .start-Check .cmn-LinkListInPage li:nth-child(5) a{
        border: 1px solid #5bc3db;
        background-color: #95e2ef;
    }
    .start-Check .cmn-LinkListInPage a{
        color: #222;
    }
    .start-Check .cmn-LinkListInPage a{
        border: 1px solid #d13c00;
        background-color: #fef6f0;
    }
    .cmn-LinkListInPage2 {
        margin-bottom: 15px;
    }

    .cmn-Table1 th, .cmn-Wysiwyg1 table th, .cmn-Table1 td,
    .cmn-Wysiwyg1 table td {
        padding: 8px 15px;
    }

    .cmn-ActionButtonL a {
        box-sizing: border-box;
        padding: 15px 40px 15px 15px;
        width: 100%;
        font-size: 1.077em;
    }

    .cmn-ActionButtonL a:active {
        padding-bottom: 10px;
    }

    .cmn-ActionButtonM a {
        padding: 13px 20px;
        min-width: 160px;
    }

    .cmn-ActionButtonS a {
        padding: 10px 15px;
        min-width: 140px;
        font-size: .923em;
    }

    .cmn-FAQ {
        padding: 30px 0;
    }

    .cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title {
        line-height: 1.857;
        font-size: 1.077em;
    }

    .cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title button {
        padding: 18px 45px 18px 15px;
    }

    .cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title button::after {
        right: 15px;
        background-size: 14px auto;
    }

    .cmn-FAQList .cmn-FAQList_TitleContainer .cmn-FAQList_Title button[aria-expanded="true"]::after {
        background-size: 14px auto;
    }

    .cmn-FAQList .cmn-FAQList_Body {
        padding: 10px 15px;
    }

    .cmn-MoreInfo {
        padding: 30px 0;
    }

    .cmn-InfoLinks {
        padding: 20px 15px;
    }

    .cmn-InfoLinks .cmn-InfoLinks_Character {
        display: none;
    }

    .cmn-InfoLinks_List {
        margin: 0;
    }

    .cmn-InfoLinks_List > li:not(:last-child) {
        margin-bottom: 16px;
    }

    .cmn-InfoLinks_List ul {
        margin: 10px 0 16px;
    }

    .sw-Contact_Dial1, .sw-Contact_Dial2, .sw-Contact_Dial3 {
        text-align: center;
    }

    .sw-Contact_DialNote1 {
        text-align: left;
        margin-left: 0;
    }

    .sw-Contact_DialNote2 {
        margin-left: 0;
    }

    .cmn-Wysiwyg1 h2 {
        margin-top: 40px;
    }

    .cmn-Wysiwyg1 h2:first-child {
        margin-top: 0;
    }

    .cmn-Wysiwyg1 h3 {
        margin-top: 25px;
    }

    .cmn-PageNav li.display__PC__only {
        display: none;
    }
}

@media screen and (max-width: 770px) {
    .cmn-TableScroll {
        display: block;
        overflow-x: auto;
        margin: 0 0 1em;
    }

    .cmn-TableScroll::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
    }

    .cmn-TableScroll::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, .3);
    }
}

@media screen and (min-width: 0px) {
    .no-js .cmn-FAQRankingList .cmn-FAQList_TitleContainer .cmn-FAQList_Title,
    .js .cmn-FAQRankingList .cmn-FAQList_Title button {
        padding-left: 51px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape),
       screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*    pagetop   */
#pagetop{
    transition: all ease .6s;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}


#pagetop span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: background, border, border-radius, box-shadow, color, letter-spacing, transform, position, opacity, filter, fill;
    transition-property: background, border, border-radius, box-shadow, color, letter-spacing, transform, position, opacity, filter, fill;
}
  
#pagetop span {
    background-image: url(/common/images/arrow_top.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 10px 6px;
    background-color: #068cd6;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-top: 23px;
    text-align: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    box-sizing: border-box;
}

@media screen and (min-width: 770px) {
  #pagetop span:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@media screen and (max-width: 770px) {
    #pagetop {
      bottom: 10px;
      right: 10px;
    }
}


/*# sourceMappingURL=basic.css.map */