@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 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;
    /*-webkit-print-color-adjust: exact;*/
}

/* 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,
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/10/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 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;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
                    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
                    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 */
    -webkit-box-sizing: content-box;
                    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: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #333;
}


img {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: 1em;
}

p {
    margin: 0;
}

ol, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

dl, dd {
    margin: 0;
}

small {
    font-size: 100%;
}

em {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

a:hover {
    text-decoration: none;
}

/**
 * pxとemへ変換する。
 *
 * @param $px   pxサイズ
 * @param $base ベースとなるpxサイズ
 * @return 変換後のemサイズ
 */
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    margin: 0;
    font-size: 14px;
}

.l-footer {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 9.23%;
    background-image: url("/assets/images/original/corp-images-background_footer.jpg");
    color: #595959;
}

.l-navi {
    background-color: #5081A5;
    position: fixed;
    width: 240px;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: hidden;
    z-index: 1100;
}

.l-navi-sub {
    position: absolute;
    width: 240px;
    left: 0;
    z-index: 1000;
}


.l-contents-wrapper {
    position: relative;
    width: calc(100% - 240px);
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-left: 240px;
}
.l-contents-wrapper .l-contents,.l-navi{visibility: hidden;}
.l-contents-wrapper .l-contents {
    position: relative;
    width: 100%;
    min-width: 1100px;
/*  height: 100%;*/
    overflow-y: visible;
}


.l-splash {
    width: 100%;
    background-color: #5081A5;
}

.l-release-main {
    background-color: #f0f0f0;
    overflow: hidden;
}
.l-release-main nav {
    padding-right: 9.23%;
    padding-left: 9.23%;
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.l-release-main .release-content {
    padding-right: 9.23%;
    padding-left: 9.23%;
    max-width: 940px;
    margin: 0 auto;
    margin: 0 auto;
    max-width: 940px;
}

.release-community {
    padding-right: 9.23%;
    padding-left: 9.23%;
    max-width: 940px;
    margin: 0 auto;
}

.release-content-more {
    padding-top: 40px;
    padding-bottom: 60px;
    margin: 0 auto;
}

.release-content-navi {
    padding-right: 9.23%;
    padding-left: 9.23%;
    max-width: 940px;
    margin: 0 auto;
}

.l-release-detail-main {
    background-color: #f0f0f0;
    overflow: hidden;
}
.l-release-detail-main nav {
    padding-right: 9.23%;
    padding-left: 9.23%;
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.l-release-detail-main .release-detail-contents {
    padding-right: 9.23%;
    padding-left: 9.23%;
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.l-release-detail-main .release-detail-head {
    float: left;
    width: 50%;
    min-width: 200px;
}
.l-release-detail-main .release-detail-link {
    padding-top: 40px;
}
.l-release-detail-main .release-detail-news {
    clear: both;
}
.l-release-detail-main .release-detail-news-information {
    padding-top: 40px;
    line-height: 1.6;
}

.l-message-main {
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 0 9.23%;
}

.l-about-main-top, .l-about-main-address {
    background-color: #f2f2f2;
    padding: 0 9.23%;
}

.l-about-main-menu {
    background-color: #f2f2f2;
}

.l-performance {
    background-color: #f2f2f2;
    padding: 0 9.23%;
}

.l-group {
    background-color: #f2f2f2;
    padding: 0 9.23%;
}

.group-contents {
    max-width: 940px;
    margin: 0 auto;
    padding: 60px 0 80px 0;
    overflow: hidden;
}

.group-contents:first-child {
    padding-top: 0;
}

.group-contents-left {
    width: 50%;
    float: left;
}

.group-contents-right {
    width: 45%;
    padding: 0 0 0 5%;
    float: right;
}

.l-group-sub {
    background-color: #f2f2f2;
    overflow: hidden;
}
.l-group-sub .group-link-list-out {
    max-width: 940px;
    padding: 40px 9.23% 80px 9.23%;
    margin: 0 auto;
}
.l-group-sub .group-link-list {
    clear: both;
    background-color: #fff;
    max-width: 940px;
    padding: 20px 0 20px 0;
}
.l-group-sub .group-link-list-img {
    float: left;
    clear: both;
    max-width: 266px;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.l-group-sub .group-link-list-text {
    float: left;
    width: 65%;
    max-width: 650px;
}

.l-history,
.l-society {
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 0 9.23%;
    line-height: 1.6;
}

.l-business-common-top {
    padding-left: 9.23%;
    padding-right: 9.23%;
}

.l-business-common-contents {
    padding: 0 9.23%;
}

.l-business-common-color-01 {
    background-color: #f1f1f1;
}

.l-business-common-color-02 {
    background-color: #ebeae6;
}

.l-business-common-appeal {
    display: none;
    padding: 0 9.23%;
    background-color: white;
}

.l-business-common-links {
    background-color: #f2f2f2;
    padding: 0 9.23%;
}

.l-business-trade-title {
    background-image: url('/assets/materials/corp-css-data:image-svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZWZmYiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjYzdkZWU5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d6effb), color-stop(80%, #c7dee9), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #d6effb 0%, #c7dee9 80%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d6effb), color-stop(80%, #c7dee9), to(#f1f1f1));
    background-image: linear-gradient(to bottom, #d6effb 0%, #c7dee9 80%, #f1f1f1 100%);
}

.l-business-trade-main-image {
    padding-top: 50px;
}
.l-business-trade-main-image img {
    width: 100%;
    margin: 5px 0;
}

.l-business-rent-title {
    background-image: url('/assets/materials/corp-css-data:image-svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}

.l-business-rent-main-image {
    padding: 30px 0;
}
.l-business-rent-main-image img {
    width: 100%;
    margin: 5px 0;
}

.l-service {
    background-color: #f2f2f2;
}
.l-service nav {
    padding: 30px 9.23% 60px 9.23%;
    margin: 0 auto;
    max-width: 940px;
    overflow: hidden;
}
.l-service .service-list {
    clear: both;
    overflow: hidden;
}
.l-service .service-list-inner:first-child {
    padding-top: 30px;
    padding-bottom: 60px;
    margin: 0 auto;
    max-width: 940px;
    border-left: 1px solid #009ed3;
}
.l-service .service-list-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
    max-width: 940px;
    border-left: 1px solid #009ed3;
}
.l-service .service-list:nth-child(even) {
    background-color: #fff;
}
.l-service .service-list:nth-child(odd) {
    background-color: #f2f2f2;
}
.l-service .service-list:last-child {
    padding-bottom: 120px;
}
.l-service .service-list:last-child .service-list-inner:after {
    display: inline-block;
    width: 42px;
    border-bottom: 3px solid #009ed3;
    margin-bottom: -62px;
    content: " ";
}
.l-service .service-list-year {
    width: 80px;
    float: left;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #009ed3;
    overflow: hidden;
    font-size: 1.14286em;
}
.l-service .service-list-content {
    max-width: 840px;
    overflow: hidden;
}
.l-service .service-list-content-image {
    clear: both;
    float: left;
    width: 45%;
    padding: 0 5% 0 0;
}
.l-service .service-list-content-text {
    float: left;
    width: 50%;
}
.l-service .service-list-content-link {
    padding: 25px 0;
}

.l-training {
    padding: 0 9.23%;
    overflow: hidden;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 1.6;
}
.l-training .training-contents-text {
    width: 50%;
    float: left;
}
.l-training .training-contents-img {
    float: left;
    width: 45%;
    padding: 0 0 0 5%;
}
.l-training .training-contents-img img {
    width: 100%;
}
.l-training .training-section-img-bottom {
    text-align: center;
    padding: 40px 0;
}
.l-training a {
    color: #009ed3;
}
.l-training a:hover {
    text-decoration: underline;
}

.l-global {
    background-color: #f2f2f2;
    overflow: hidden;
}
.l-global nav {
    max-width: 940px;
    margin: 30px auto 30px auto;
    padding: 0 9.23%;
}
.l-global .content-inner {
    clear: both;
    max-width: 940px;
    margin: 0 auto 80px auto;
    padding: 0 9.23%;
}
.l-global .global-text {
    margin: 30px 0 40px 0;
}
.l-global .global-image {
    text-align: center;
}
.l-global .global-image-business {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.l-global .line-box {
    clear: both;
    overflow: hidden;
    padding: 30px 40px;
}
.l-global .history-year {
    clear: both;
    float: left;
    width: 90px;
}
.l-global .history-month-text {
    display: inline-block;
    width: calc(100% - 90px);
}

.l-global .history-month-text dl {
    display: flex;
}

.l-global .history-month-text dt {
    /* display: inline-block; */
    width: 40px;
}
.l-global .history-month-text dd {
    /* display: inline-block; */
/*  width: 600px; */
}

.l-diversity-main {
    background-color: #f2f2f2;
    padding: 0 9.23%;
}

.l-diversity-ryouritsu {
    background-color: #f2f2f2;
    overflow: hidden;
}

.l-diversity-ryouritsu-area {
    padding: 0 9.23%;
}

.l-diversity-tayou-main nav {
    padding-right: 9.23%;
    padding-left: 9.23%;
    margin: 0 auto;
    max-width: 940px;
}

.l-diversity-tayou-main-top {
    background-color: #f2f2f2;
}

.l-diversity-tayou-main-center {
    background-color: #e9ebec;
    padding-top: 60px;
}

.l-diversity-tayou-main-center02 {
    background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 30px;
}

.l-diversity-tayou-main-bottom {
    background-color: #e9ebec;
    padding-top: 60px;
}

.l-diversity-woman {
    background-color: #f2f2f2;
}

.l-diversity-woman-area {
    padding: 0 9.23%;
}

.community {
    background-color: #f2f2f2;
    overflow: hidden;
}
.community nav {
    max-width: 940px;
    margin: 0 auto;
    padding: 30px 9.23% 60px 9.23%;
}

.community-about {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 9.23%;
}

.community-sub {
    background-color: #fff;
    padding: 0 0 115px 0;
}

.community-sub-content {
    max-width: 940px;
    margin: 0 auto;
    padding: 80px 9.23% 60px;
    overflow: hidden;
}

.community-event {
    padding: 0 5%;
    width: 39%;
    margin: 0 0 20px 0;
    display: inline-block;
    vertical-align: top;
}

.community-event-place {
    overflow: hidden;
}

.l-community-archive {
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 0 9.23%;
}

.l-community-detail {
    padding: 0 9.23% 100px 9.23%;
    background-color: #f2f2f2;
    overflow: hidden;
}
.l-community-detail nav {
    padding: 40px 0 60px 0;
    margin: 0 auto;
    max-width: 940px;
}
.l-community-detail .community-detail-content {
    margin: 0 auto;
    max-width: 940px;
}
.l-community-detail .content-detail-section {
    margin: 0 0 20px 0;
}

/* 20180613 追加 */
.content-detail-section dl.prof{
    width:auto;
}

.content-detail-section dl.prof dt{
    float: left;
    clear: left;
    padding-right:30px;
}

.content-detail-section dl.prof dd{
    float: left;
}




.l-community-detail .content-detail-link {
    margin: 45px 0 0 0;
}

.l-koukoku {
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 0 9.23%;
}

.l-information-main-top {
    background-color: #f2f2f2;
    padding: 0 9.23% 120px 9.23%;
}

.l-information-main-bottom {
    background-color: #f2f2f2;
    padding-left: 9.23%;
    padding-top: 60px;
}

.common-pagetop {
    background: url("/assets/images/original/corp-images-common-btn_footer_totop.png") no-repeat;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 999;
}
.common-pagetop a {
    display: block;
    width: 100%;
    height: 100%;
}

a.common-button-link-01 {
    display: inline-block;
    margin-right: 10px;
    padding: 15px 40px 15px 35px;
    border: 1px #5081A5 solid;
    border-radius: 5px;
    background: #5081A5 url(/assets/images/original/corp-images-common-icon_arrow_link03.png) no-repeat;
    background-position: right 20px bottom 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

a.common-button-link-01:hover {
    background: url(/assets/images/original/corp-images-common-icon_arrow_link02.png) no-repeat;
    background-position: right 20px bottom 16px;
    border: 1px #c4c5c6 solid;
    color: #333;
}

a.common-button-link-01-right {
    background-position: right 34px center;
}

a.common-button-link-01-right:hover {
    background-position: right 34px center;
}

a.common-button-more {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 46px;
    border-radius: 2px;
    background-color: #4ab4e5;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
                    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
    padding: 14px 113px;
}

a.common-button-more:hover {
    font-size: 13px;
    font-weight: bold;
    color: #4ab4e5;
    line-height: 46px;
    border-radius: 2px;
    border: 1px #4ab4e5 solid;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
                    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
    padding: 14px 113px;
}

a.common-button-more:bofore {
    position: absolute;
    padding-left: 10px;
}

a.common-button-more:after {
    position: absolute;
    content: url(/assets/images/original/corp-images-common-icon_arrow_link06.png);
    padding-left: 10px;
}

a.common-button-more:hover:after {
    position: absolute;
    content: url(/assets/images/original/corp-images-common-icon_arrow_link04.png);
    padding-left: 10px;
}

.common-right-icon-blank-link-01 {
    display: inline-block;
    background: url(/assets/images/original/corp-images-common-icon_blank_link01.png) right center no-repeat;
    padding-right: 20px;
}

.common-right-icon-blank-link-02 {
    display: inline-block;
    background: url(/assets/images/original/corp-images-common-icon_blank_link02.png) right center no-repeat;
    padding-right: 20px;
}

.common-right-icon-blank-link-03 {
    display: inline-block;
    background: url(/assets/images/original/corp-images-common-splash-icon_blank_link03.png) right center no-repeat;
}

.common-pdf-icon:before {
    content: url(/assets/images/original/corp-images-common-icon_pdf_file.png);
    top: 4px;
    position: relative;
    padding-right: 10px;
}

.common-pdf-icon {
    color: #009ed3;
}

.common-pdf-icon:hover {
    text-decoration: underline;
}

.common-pamphlet-icon {
    position: relative;
    padding-left: 32px;
    color: #009ed3;
}
.common-pamphlet-icon:hover {
    text-decoration: underline;
}
.common-pamphlet-icon:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 20px;
    top: 40%;
    left: 0;
    background-image: url("/assets/materials/corp-images-common-icon_pamphlet.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
}


.l-footer .text-links-box a {
    color: #595959;
}
.l-footer .text-links-box a:hover {
    text-decoration: underline;
}
.l-footer .footer-mark {
    font-size: 10px;
    line-height: 14px;
    overflow: hidden;
    border: 1px solid #cbcbcb;
    max-width: 940px;
    margin: 30px auto;
}
.l-footer .footer-mark_02 {
        border: none;
}
.l-footer .footer-mark-box {
    display: table-cell;
    padding: 25px;
    width: 50%;
    border-left: solid 1px #cbcbcb;
    text-align: center;
}
.l-footer .footer-mark-box_02 {
    padding: 25px;
    width: 40%;
    border: solid 1px #cbcbcb;
    text-align: left;
    vertical-align: middle;
}
.l-footer .footer-mark-box:first-child {
    border-left: none;
}
.l-footer .footer-mark-img {
    display: table-cell;
    padding: 0 10px;
    text-align: center;
}
.l-footer .footer-mark-img:hover {
    opacity: 0.7;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.l-footer .footer-mark-text {
    display: table-cell;
    width: 70%;
    text-align: left;
    vertical-align: middle;
}
.l-footer dl {
    clear: both;
    padding: 4px 0;
}
.l-footer dt {
    width: 150px;
    clear: both;
    float: left;
    overflow: hidden;
    display: table-cell;
}
.l-footer dd {
    width: 100%;
    display: table-cell;
}
.l-footer .ci {
    max-width: 940px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 80px;
    font-size: 12px;
    line-height: 24px;
}
.l-footer .left {
    float: left;
}
.l-footer .right {
    float: right;
}
.l-footer .link {
    max-width: 940px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 12px;
    line-height: 24px;
    clear: both;
}
.l-footer .link li {
    display: inline-block;
}
.l-footer .link li a {
    padding-left: 9px;
    margin-left: 3px;
    border-left: 1px solid #595959;
}
.l-footer .link li:first-child a {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
}
.l-footer .link-line {
    border-bottom: 1px solid #cbcbcb;
}
.l-footer .footer-main-title {
    font-weight: bold;
    color: #a1a2a3;
    padding: 20px 0 20px 0;
}
.l-footer .footer-title {
    font-weight: bold;
}
/*.l-footer .footer-title .s-lh {
    display: block;
        line-height: 1.2;
}*/

.footer-banner {
    margin-top: 35px;
    text-align: center;
}
.footer-banner > div {
    display: inline-block;
    margin: 0 10px;
}
.footer-banner a:hover {
    opacity: 0.7;
}

.footer-banner:first-child {
    margin-top: 60px;
}

.footer-right-icon-blank-link02 {
    padding-right: 14px;
    background: url(/assets/images/original/corp-images-icn_footer_blank.png) right center no-repeat;
}

.header-title {
    display: block;
    padding-left: 9.23%;
    height: 290px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.57143em;
    color: #fff;
    line-height: 290px;
}

.navi-box {
    width: 100%;
    height: 100%;
    background: #5081A5;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(113, 135, 164, 0.09804);
    box-shadow: 1px 1px 1px 1px rgba(113, 135, 164, 0.09804);
    color: #fff;
    line-height: 1.6;
}
.navi-box ul {
    font-size: 0;
}
.navi-box li {
    width: 100%;
}
.navi-box li .navi-category {
    display: block;
    width: 100%;
    border-top: solid 1px #124A7B;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.navi-box li .navi-category p {
    padding: 20px 35px;
    margin-right: 10px;
    background: url(/assets/images/original/corp-images-navi-icon_navi_right.png) right center no-repeat;
}
/*.navi-box li .navi-category .s-lh {
    display: block;
        line-height: 1.2;
}*/
.navi-box li:last-child .navi-category {
    border-bottom: solid 1px #124A7B;
}
.navi-box .navi-category-active {
    background: #5081A5;
}

.navi-sub-area {
    position: relative;
    width: 100%;
    line-height: 1.6;
}
.navi-sub-area ul {
    font-size: 0;
}
.navi-sub-area .navi-sub-menu {
    position: absolute;
    width: 100%;
    background: rgba(80, 129, 165, 0.85);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(113, 135, 164, 0.09804);
    box-shadow: 1px 1px 1px 1px rgba(113, 135, 164, 0.09804);
}
.navi-sub-area .navi-sub-menu a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.navi-sub-area .navi-sub-menu span {
    display: table-cell;
    height: 61px;
    padding-left: 15px;
    vertical-align: middle;
    opacity: 0;
}
.navi-sub-area .navi-sub-menu li {
    width: 100%;
    border-top: solid 1px #124A7B;
    font-size: 13px;
}
.navi-sub-area .navi-sub-menu li a:hover {
    background: #124A7B;
}

.breadcrumb {
    padding: 30px 0 60px 0;
    font-size: 12px;
}
.breadcrumb a {
    color: #4ab4e5;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb li {
    display: inline;
    list-style-type: none;
    line-height: 1.6;
}
.breadcrumb li:before {
    content: " ＞ ";
}
.breadcrumb li:first-child:before {
    content: "";
}

.breadcrumb-white li {
    color: #fff;
}

.breadcrumb-business {
    padding: 30px 0 40px 0;
}

.splash-logo-box {
    position: absolute;
    top: 160px;
    width: 100%;
    height: 136px;
    min-width: 1100px;
    text-align: center;
}

.splash-logo-box-inner {
    display: inline-block;
    background-color: #5081A5;
    padding: 30px 45px 40px 45px;
}

.splash-logo-item {
    position: relative;
    text-align: center;
}

.splash-logo-top img {
    height: 60px;
}

.splash-logo-bottom {
    top: 8px;
}
.splash-logo-bottom img {
    height: 13px;
    margin-left: -16px;
}

.splash-description {
    position: absolute;
    width: 100%;
    min-width: 1100px;
    text-align: center;
}
.splash-description img {
    height: 60px;
    opacity: 0;
}

/* .splash-description-top {
    top: 326px;
}

.splash-description-bottom {
    top: 370px;
} */

.splash-description-center {
    top: 340px;
}

.top-news {
    position: relative;
    height: 390px;
    padding-bottom: 30px;
    background: url(/assets/images/original/corp-images-top-bg_top04.png) repeat;
}
.top-news .news-box {
    position: absolute;
    top: -70px;
    width: 100%;
    text-align: center;
}
.top-news .news-box .news-box-inner {
    display: inline-block;
    position: relative;
}
.top-news .news-box .news-left {
    display: table-cell;
    position: relative;
    background: #f4f4f4;
    padding: 40px;
    width: 20%;
    min-width: 80px;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.top-news .news-box .news-left h2 {
    line-height: 1.6;
    border-top: 1px solid #00a0e9;
    padding-top: 30px;
    font-size: 1.14286em;
    font-weight: bold;
    position: absolute;
    top: 37px;
}
.top-news .news-box .news-right {
    display: table-cell;
    width: 75%;
    min-width: 600px;
    background: #FFF;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}
.top-news .news-box .news-right .list-box {
    display: block;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    vertical-align: top;
}
.top-news .news-box .news-right .list-box .th {
    display: table-cell;
    padding: 25px 0 25px 20px;
    width: 185px;
    line-height: 1.6;
}
.top-news .news-box .news-right .list-box .th .date {
    font-size: 0.92857em;
    color: #7d7d7d;
}
.top-news .news-box .news-right .list-box .th .new {
    font-size: 0.85714em;
    font-weight: bold;
    background-image: url(/assets/images/original/corp-images-release-img_release_new.png);
    color: white;
    padding: 1px 5px;
    margin-left: 4px;
    display: none;
}
.top-news .news-box .news-right .list-box .th .release, .top-news .news-box .news-right .list-box .th .notice, .top-news .news-box .news-right .list-box .th .community-place {
    font-size: 0.85714em;
    font-weight: bold;
    color: white;
    margin-top: 9px;
    border-radius: 1px;
    padding: 2.5px 8px;
}
.top-news .news-box .news-right .list-box .th .release {
    background-color: #4ab4e5;
}
.top-news .news-box .news-right .list-box .th .notice {
    background-color: #a0ce74;
}
.top-news .news-box .news-right .list-box .th .community-place {
    background-color: #ecb03a;
}
.top-news .news-box .news-right .list-box .td {
    display: table-cell;
    padding-right: 20px;
    padding-bottom: 20px;
    line-height: 1.6;
}
.top-news .news-box .news-right a.list-box .td:hover {
    text-decoration: underline;
}
.top-news .top-news-link {
    text-align: right;
    position: absolute;
    right: 0;
    padding-right: 15px;
    margin-top: 30px;
    background: url(/assets/images/original/corp-images-common-icon_arrow_link01.png) no-repeat right;
    z-index: 1;
}
.top-news .top-news-link a {
    color: #009ed3;
}
.top-news .top-news-link a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.top-profile {
    background-image: url(/assets/images/original/corp-images-top-img_top_visual01.jpg), url(/assets/images/original/corp-images-top-bg_top01.png);
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    width: 100%;
    position: relative;
    padding-bottom: 140px;
}
.top-profile .ttl_prf {
    position: absolute;
    top: 28px;
}
.top-profile .inner {
    padding: 20px 9.23% 0 9.23%;
    overflow: hidden;
    max-width: 940px;
    margin: 0 auto;
}
.top-profile .inner .text-area {
    padding: 60px 40px;
    background: #fff;
    margin-bottom: 40px;
}
.top-profile .inner .text-area .top-group-logo {
    width: 100%;
    min-width: 940px;
    text-align: right;
    margin-bottom: 40px;
}
.top-profile .inner .text-area .top-group-logo .left-box {
    float: left;
    border: 2px solid #ccc;
    margin-right: 30px;
}
.top-profile .inner .text-area .top-group-logo .left-box:hover {
    border: 2px solid #999;
}
.top-profile .inner .text-area .top-group-logo .right-box {
    float: left;
}
.top-profile .inner .text-area .top-group-logo:after {
    content: "";
    display: block;
    clear: both;
}
.top-profile .inner .text-area .text-area02 {
    padding-top: 83px;
    margin-bottom: 160px;
    background-size: contain;
    max-width: 100%;
    height: 340px;
}
.top-profile .inner .text-area .text-area02 p {
    display: inline-block;
    margin-bottom: 30px;
}
.top-profile .inner .text-area .group-logo01 {
    display: inline-block;
    margin: -100px 0 20px 0;
    border: 2px solid #ccc;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.top-profile .inner .text-area .group-logo01:hover {
    border: 2px solid #999;
}
.top-profile .inner .text-area .group-logo02 {
    margin-bottom: 30px;
    width: 475px;
}
.top-profile .inner h2 {
    font-size: 1.57143em;
    font-weight: bold;
    margin-bottom: 30px;
}
.top-profile .inner p {
    line-height: 1.6;
    margin-bottom: 25px;
}
.top-profile .inner .company-logo {
    margin-bottom: 40px;
}
.top-profile .inner .portrait {
    position: absolute;
    bottom: 0;
    left: 790px;
}

.top-prf-btn {
    overflow: hidden;
}
.top-prf-btn a {
    background: url(/assets/images/original/corp-images-common-icon_arrow_link03.png) 91% center no-repeat;
    float: left;
    background-color: #5081A5;
    color: #fff;
    border: 1px #5081A5 solid;
    border-radius: 3px;
    padding: 15px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.07143em;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-right: 10px;
}
.top-prf-btn a:hover {
    background: url(/assets/images/original/corp-images-common-icon_arrow_link07.png) 91% center no-repeat;
    background-color: #fff;
    border: 1px #5081A5 solid;
    color: #5081A5;
}

.top-approach-btn {
    margin: 0 auto 25px;
    overflow: hidden;
    width: 147px;
    height: 0;
    opacity: 0;
}
.top-approach-btn a {
    float: left;
    border-radius: 2px;
    background: url(/assets/images/original/corp-images-common-icon_arrow_link03.png) 91% center no-repeat;
    background-color: #f39800;
    color: #fff;
    padding: 15px 35px;
    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
    font-size: 13px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.top-approach-btn a:hover {
    background-color: #fa8100;
}
.top-approach-btn .act {
    background: url(/assets/images/original/corp-images-common-icon_arrow_link03.png) 91% center no-repeat;
    background-color: #00a0e9;
    border: 1px #00a0e9 solid;
    color: #fff;
}

.top-business {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #dedbd4), color-stop(0, #42add1));
    background: -webkit-linear-gradient(top, #42add1 0%, #dedbd4 50%);
    background: -webkit-gradient(linear, left top, left bottom, from(#42add1), color-stop(50%, #dedbd4));
    background: linear-gradient(to bottom, #42add1 0%, #dedbd4 50%);
    padding: 0 20px;
    color: #fff;
}
.top-business .business-box-trade {
    background: url(/assets/images/original/corp-images-top-img_top_business_trade.jpg) no-repeat;
    margin-bottom: 10px;
    min-width: 660px;
    height: 500px;
    background-size: cover;
}
.top-business .business-box-rent {
    background: url(/assets/images/original/corp-images-top-img_top_business_rent.jpg) no-repeat;
    margin-bottom: 10px;
    min-width: 660px;
    height: 500px;
    background-size: cover;
}
.top-business .business-box-trust {
    background: url(/assets/images/original/corp-images-top-img_top_business_trust.jpg) no-repeat;
    margin-bottom: 10px;
    min-width: 660px;
    height: 400px;
    background-size: cover;
}
.top-business .business-box-hanbai {
    background: url(/assets/images/original/corp-images-top-img_top_business_hanbai.jpg) no-repeat;
    margin-bottom: 10px;
    min-width: 660px;
    height: 400px;
    background-size: cover;
}
.top-business .business-box-solution {
    background: url(/assets/images/original/corp-images-top-img_top_business_solution.jpg) no-repeat;
    margin-bottom: 10px;
    min-width: 660px;
    height: 400px;
    background-size: cover;
}
.top-business .business-box-other {
    background: url(/assets/images/original/corp-images-top-img_top_business_other.jpg) no-repeat;
    margin-bottom: 10px;
    min-width: 660px;
    height: 400px;
    background-size: cover;
    margin-bottom: 0;
}
.top-business h2 {
    font-size: 1.71429em;
    font-weight: bold;
    margin-bottom: 27px;
}
.top-business p {
    line-height: 1.6;
    margin-bottom: 23px;
}
.top-business .note-trade {
    font-size: 11px;
}
.top-business .note-rent {
    font-size: 11px;
    padding-left: 120px;
}
.top-business .text-area {
    display: inline-block;
    padding: 85px 0 0 110px;
    text-align: left;
    vertical-align: middle;
    width: 470px;
}
.top-business .text-area h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-business .top-business-image-area {
    margin-bottom: 30px;
}

.top-business-trade-graph-area {
    width: 400px;
}
.top-business-trade-graph-area p {
    margin-bottom: 0;
}
.top-business-trade-graph-area .top-business-trade-graph-image {
    display: inline-block;
    width: 90px;
    height: 90px;
    vertical-align: bottom;
}
.top-business-trade-graph-area .top-business-trade-graph-image svg {
    width: 100%;
    height: 100%;
}
.top-business-trade-graph-area .top-business-trade-graph-text {
    display: inline-block;
    margin-left: 30px;
}
.top-business-trade-graph-area .top-business-trade-graph-text h3 {
    font-size: 16px;
    color: #fff;
}
.top-business-trade-graph-area .top-business-trade-graph-text-counter {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.08em;
}
.top-business-trade-graph-area .top-business-trade-graph-text-counter:after {
    content: "件/年";
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.top-business-rent-graph-area {
    width: 400px;
}
.top-business-rent-graph-area p {
    margin-bottom: 0;
}
.top-business-rent-graph-area .top-business-rent-graph-image {
    display: inline-block;
    width: 90px;
    height: 90px;
    vertical-align: bottom;
}
.top-business-rent-graph-area .top-business-rent-graph-image svg {
    width: 100%;
    height: 100%;
}
.top-business-rent-graph-area .top-business-rent-graph-text {
    display: inline-block;
    margin-left: 30px;
}
.top-business-rent-graph-area .top-business-rent-graph-text-description {
    font-size: 16px;
    color: #fff;
}
.top-business-rent-graph-area .top-business-rent-graph-text-counter {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.top-business-rent-graph-area .top-business-rent-graph-text-counter:after {
    content: "%";
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.top-business-detail-button {
    overflow: hidden;
    display: inline-block;
    float: left;
}
.top-business-detail-button a {
    float: left;
    border-radius: 3px;
    background: url(/assets/images/original/corp-images-common-icon_arrow_link03.png) 91% center no-repeat;
    background-color: #5081A5;
    border: 1px #5081A5 solid;
    color: #fff;
    padding: 15px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.07143em;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-right: 85px;
    margin-top: 5px;
}
.top-business-detail-button a:hover {
    background: url(/assets/images/original/corp-images-common-icon_arrow_link02.png) 91% center no-repeat;
    background-color: #fff;
    border: 1px #fff solid;
    color: #333;
}

.top-approach-title-box {
    padding: 130px 70px 0 70px;
    padding-left: 9.23%;
}
.top-approach-title-box .ttl {
    display: inline-block;
    margin-bottom: 30px;
    padding: 53px 57px;
    border: 1px solid #ec9400;
    color: #ec9400;
    font-size: 28px;
    font-weight: bold;
}
.top-approach-title-box .text-img {
    margin-top: 30px;
}

.top-approach {
    background: url(/assets/images/original/corp-images-top-img_top_approach.jpg) no-repeat;
    background-size: cover;
    height: 1024px;
}
.top-approach .list-box {
    min-width: 1000px;
    padding-top: 50px;
    text-align: center;
}
.top-approach .list-box ul {
    font-size: 0;
}
.top-approach .list-box li {
    display: inline-block;
    font-size: 14px;
    width: 18%;
    vertical-align: top;
    padding: 5px;
    min-width: 185px;
}
.top-approach .list-box .top-item {
    z-index: 1;
    background: #fff;
    border: 1px solid #e3e2dd;
    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
    opacity: 0.9;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    position: relative;
    padding-top: 20px;
}
.top-approach .list-box .top-item .top-item-image {
    width: 100%;
    height: 125px;
    text-align: center;
    display: table;
}
.top-approach .list-box .top-item .top-item-image p {
    width: 100%;
    height: 125px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.top-approach .list-box .top-item .top-item-text {
    margin-top: 15px;
}
.top-approach .list-box .top-item .top-item-text h3 {
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 1.07143em;
    line-height: 1.6;
}
.top-approach .list-box .top-item .top-item-text > p {
    padding: 0 20px;
    margin: 15px auto 5px;
    line-height: 1.6;
    text-align: left;
    height: 130px;
    font-size: 13px;
}
.top-approach .list-box .top-item:hover {
    z-index: 2;
    border: 1px solid #f7b850;
    opacity: 1;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top-recruit {
    background: url(/assets/images/original/corp-images-top-img_top_recruit.png) no-repeat;
    background-size: cover;
    height: 809px;
    min-height: 624px;
    width: 100%;
    position: relative;
}
.top-recruit .top-recruit-box-image > div {
    display: inline-block;
}
.top-recruit .top-recruit-box-image .top-recruit-headline {
    position: relative;
    z-index: 2;
    width: 750px;
    min-width: 750px;
}
.top-recruit .top-recruit-box-image .top-recruit-graph {
    position: absolute;
    /*top: 64px;
    left: 625px;*/
    top: 150px;
    left: 735px;
    max-width: 250px;
    margin-left: 9.23%;
    z-index: 1;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    display: inline-block;
    /*padding: 85px 0 0 110px;*/
    vertical-align: middle;
}
.top-recruit .top-recruit-box-image .top-recruit-graph img {
    width: 100%;
}
.top-recruit .top-recruit-box-image .top-recruit-graph .chart-sub-text {
    margin: 10px;
}
.top-recruit .top-recruit-box-image .top-recruit-graph-text {
    position: absolute;
    /*top: 167px;
    left: 186px;*/
    top: 90px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}
.top-recruit .top-recruit-box-image .top-recruit-graph-text-large {
    font-size: 46px;
}
.top-recruit .top-recruit-box-image .top-recruit-graph-text-small {
    font-size: 28px;
}
.top-recruit .recruit-box {
    padding: 40px 9.23%;
    text-align: center;
}
.top-recruit .recruit-box ul {
    width: 100%;
    min-width: 640px;
    font-size: 0;
}
.top-recruit .recruit-box ul li {
    display: inline-block;
    width: 47%;
    margin-right: 3%;
    font-size: 14px;
}
.top-recruit .recruit-box ul li p {
    display: inline-block;
    max-width: 400px;
    line-height: 1.6;
}
.top-recruit .recruit-box ul li:last-child {
    margin-right: 0;
}
.top-recruit .recruit-box .item {
    float: left;
    width: 100%;
    height: 90px;
    border: 1px solid #5081A5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/assets/images/original/corp-images-common-icon_arrow_link01.png) no-repeat;
    background-position: 95%;
    padding: 35px 55px 40px 30px;
    text-align: left;
    vertical-align: middle;
}
.top-recruit .recruit-box .item h3 {
    font-size: 1.28571em;
    font-weight: bold;
    color: #5081A5;
    margin-bottom: 20px;
}
.top-recruit .recruit-box a {
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
                    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.top-recruit .recruit-box a:hover {
    background-color: #e0f2ff;
}

.top-cm {
    background: #eaeced;
    text-align: center;
}
.top-cm .cm-box {
    padding: 60px 0;
}
.top-cm .cm-box p {
    margin: 30px 0;
}
.top-cm .cm-banner {
    padding-bottom: 55px;
}
.top-cm .cm-banner a:hover {
    opacity: 0.7;
}

.top-headline-white {
    margin-top: 20px;
    font-size: 40px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #fff;
}

.top-headline-black {
    margin-top: 20px;
    font-size: 40px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #333;
}

.top-left-ttle-box {
    display: inline-block;
    padding-top: 160px;
    padding-left: 9.23%;
    padding-bottom: 52px;
    text-align: left;
}
.top-left-ttle-box .ttl-white {
    display: inline-block;
    margin-bottom: 30px;
    padding: 53px 57px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.top-left-ttle-box .ttl-blue {
    display: inline-block;
    margin-bottom: 30px;
    padding: 53px 57px;
    border: 1px solid #00a0e9;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.top-left-ttle-box .ttl-navy {
    display: inline-block;
    margin-bottom: 30px;
    padding: 53px 57px;
    border: 1px solid #006796;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.top-left-ttle-box .text-img {
    margin-top: 30px;
}

.top-footer {
    padding: 20px 9.23%;
    border-top: 1px solid #d2d4d5;
    border-bottom: 1px solid #d2d4d5;
    background: url(/assets/images/original/corp-images-top-bg_top03.png);
    text-align: center;
}
.top-footer ul {
    width: 100%;
    font-size: 0;
}
.top-footer li {
    display: inline-block;
    width: 250px;
    height: 80px;
    padding: 20px;
    border-right: 1px solid #c4c6c6;
    font-size: 12.6px;
    line-height: 1.6;
    vertical-align: top;
}
.top-footer li:last-child {
    border: none;
}
.top-footer .item-box {
    display: table-cell;
    text-align: left;
}
.top-footer .icon {
    display: table-cell;
    float: left;
    margin-right: 20px;
}
.top-footer h3 {
    height: 40px;
    font-size: 1.07143em;
    font-weight: bold;
    text-align: left;
}
.top-footer a:hover h3 {
    text-decoration: underline;
}

.top-slide {
    position: relative;
    z-index: -1;
    height: 760px;
}
.top-slide > div {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.top-slide img {
    width: 100%;
    height: 100%;
}

.release-main-visual {
    background: url(/assets/images/original/corp-images-release-main_newsArchive_title.png) no-repeat;
    background-size: cover;
}

.release-category-newsrelease:after {
    clear: both;
    width: 140px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 20px;
    width: 140px;
    background-color: #5081A5;
    content: "ニュースリリース";
}

.release-category-notice:after {
    clear: both;
    width: 140px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 20px;
    width: 140px;
    background-color: #a0ce74;
    content: "お知らせ";
}

.release-category-community:after {
    clear: both;
    width: 140px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 20px;
    width: 140px;
    background-color: #ecb03a;
    content: "コミュニティプレイス";
}

.release-category-sales:after {
    clear: both;
    width: 140px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 20px;
    width: 138px;
    border: 1px solid #5081A5;
    color: #5081A5;
    content: "営業・店舗";
}

.release-category-other:after {
    clear: both;
    width: 140px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 20px;
    width: 138px;
    border: 1px solid #959595;
    color: #959595;
    content: "その他";
}

.release-category-organization:after {
    clear: both;
    width: 140px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 20px;
    width: 138px;
    border: 1px solid #a0ce74;
    color: #a0ce74;
    content: "組織・人事";
}

.release-category-finance:after {
    clear: both;
    width: 140px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 20px;
    width: 138px;
    border: 1px solid #ecb03a;
    color: #ecb03a;
    content: "財務・業務";
}

.release-category-stock:after {
    clear: both;
    width: 140px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 20px;
    width: 138px;
    border: 1px solid #0f7baf;
    color: #0f7baf;
    content: "株式";
}

.release-category-new:after {
    padding-left: 10px;
    color: #cc3333;
    font-size: 13px;
    content: "New";
    font-weight: bold;
}

.release-community-link {
    text-align: right;
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: url(/assets/images/original/corp-images-common-icon_arrow_link01.png) no-repeat right;
}
.release-community-link a {
    color: #009ed3;
}
.release-community-link a:hover {
    text-decoration: underline;
}

.release-content-list {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px #e0e0e0;
                    box-shadow: 1px 1px 1px #e0e0e0;
    overflow: hidden;
}
.release-content-list a.release-content-block,
.release-content-list div.release-content-block{
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 20px;
}
.release-content-list a.release-content-block dl,
.release-content-list div.release-content-block dl {
    display: table;
    width: 100%;
}
.release-content-list a.release-content-block dt,
.release-content-list div.release-content-block dt {
    width: 200px;
    display: table-cell;
}
.release-content-list a.release-content-block dd,
.release-content-list div.release-content-block dd {
    max-width: 740px;
    display: table-cell;
}
.release-content-list a.release-content-block:hover dd p {
    text-decoration: underline;
}
.release-content-list a.release-content-block:last-child,
.release-content-list div.release-content-block:last-child {
    border-bottom: none;
}
.release-content-list dd p {
    margin-bottom: 5px;
}
.release-content-list dd a:hover {
    text-decoration: underline;
}

.release-content-date {
    font-size: 16px;
    padding: 60px 0 20px 0;
    font-weight: bold;
}

.month-content:first-child .release-content-date {
    padding: 20px 0;
}

.release-content-more {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.release-content-old-news-title {
    font-size: 16px;
    font-weight: bold;
    padding: 35px 0 30px 0;
}

.release-content-old-news-title-border {
    width: 80px;
    padding: 80px 0 0 0;
    border-bottom: 1px solid #2fafe9;
}

.release-content-old-news {
    overflow: hidden;
    padding: 0 0 60px 0;
}
.release-content-old-news ul {
    width: 100%;
    font-size: 0;
}
.release-content-old-news li {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px 20px 0;
}
.release-content-old-news li:before {
    color: #009ed3;
    content: "▶︎";
    margin-right: 5px;
}
.release-content-old-news a {
    color: #009ed3;
}
.release-content-old-news a:hover {
    text-decoration: underline;
}
.release-content-old-news li.selected:before {
    color: #a1a2a3;
}
.release-content-old-news li.selected {
    color: #a1a2a3;
}

.release-detail-date {
    font-size: 13px;
    padding: 0 0 15px 0;
}

.release-detail-contents img {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 30px;
}
.release-detail-contents .text-center {
    text-align: center;
}
.release-detail-contents .text-right {
    text-align: right;
}
.release-detail-contents .text-left {
    text-align: left;
}
.release-detail-contents .text-bold {
    font-weight: bold;
}
.release-detail-contents .text-underline {
    text-decoration: underline;
}

.release-detail-content-text {
    padding-top: inherit;
    font-size: 14px;
    line-height: 26px;
}
.release-detail-content-text a {
    color: #009ed3;
}
.release-detail-content-text a:hover {
    text-decoration: underline;
}

.release-detail-news-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    padding: 40px 0 30px 0;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
}

.release-detail-img-table {
    display: table;
    margin: 0 auto;
}

.release-detail-img-table-row {
    display: table-row;
}

.release-detail-img-table-th,
.release-detail-img-table-td {
    display: table-cell;
    text-align: left;
    padding-right: 20px;
    vertical-align: bottom;
}

.release-detail-img-table-td:last-child {
    padding-right: 0;
}

.release-detail-table {
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
}

.release-detail-table-row {
    display: table-row;
}
.release-detail-table-row .half-width {
    width: 50%;
}

.release-detail-table-th,
.release-detail-table-td {
    display: table-cell;
    border: 1px solid black;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

.release-detail-table-th {
    width: 30%;
    color: #ffffff;
    background-color: #3264a3;
    border: 1px solid #999999;
}

.release-detail-table-td {
    width: 70%;
}

.release-detail-link {
    text-align: right;
}
.release-detail-link a {
    color: #009ed3;
}
.release-detail-link a:hover {
    text-decoration: underline;
}

.message-main-visual {
    background: url(/assets/images/original/corp-images-message-main_greeting_title.png) no-repeat;
    background-size: cover;
}

.message-greetings {
    float: left;
    width: 55%;
    margin-bottom: 60px;
}

.message-greetings-title {
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
}

.message-greetings-text {
    font-size: 14px;
    line-height: 26px;
    margin: 20px 0;
}

.message-greetings-signature {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}
.message-greetings-signature .message-greetings-name {
    font-size: 22px;
}

.message-image {
    padding-top: 70px;
    margin-left: 5%;
    width: 40%;
    float: left;
}
.message-image img {
    width: 100%;
}

.about-main-visual {
    background: url(/assets/images/original/corp-images-about-main_about_title.png) no-repeat;
    background-size: cover;
}

.about-company-overview {
    padding: 0 0 80px 0;
}
.about-company-overview .about-company-pdf-link {
    width: 100%;
    padding-bottom: 20px;
    text-align: right;
}
.about-company-overview .about-company {
    display: table;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.11);
                    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.11);
}
.about-company-overview .about-company .about-company-block {
    display: table-row;
    color: #333333;
    text-align: left;
    background: #fff;
}
.about-company-overview .about-company .about-company-th {
    display: table-cell;
    font-weight: bold;
    width: 150px;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    padding: 30px 0 30px 30px;
    vertical-align: middle;
}
.about-company-overview .about-company .about-company-td {
    line-height: 1.6;
    display: table-cell;
    width: 730px;
    border-bottom: solid 1px #ebebeb;
    padding: 30px 0 30px 30px;
}
.about-company-overview .about-company .about-company-td ul {
    font-size: 0;
}
.about-company-overview .about-company .about-company-td li {
    font-size: 14px;
}
.about-company-overview .about-company .about-company-td a {
    color: #009ed3;
}
.about-company-overview .about-company .about-company-td a:hover {
    text-decoration: underline;
}
.about-company-overview .about-company a.about-company-map-anchor:hover {
    opacity: 0.7;
}

.about-company-menu {
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
}
.about-company-menu ul {
    padding: 0 9.23%;
    font-size: 0;
}
.about-company-menu li {
    display: inline-block;
    width: 19%;
    margin: 50px 0;
    padding: 10px 0;
    border-left: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: top;
}
.about-company-menu li a {
    color: #009ed3;
}
.about-company-menu li a:hover {
    text-decoration: underline;
}
.about-company-menu li img {
    margin: 0 0 15px 0;
}
.about-company-menu li p {
    font-size: 13px;
    font-weight: normal;
}
.about-company-menu li:first-child {
    border-left: none;
}

.about-address {
    overflow: hidden;
    padding-bottom: 90px;
}
.about-address p {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin: 40px 0 0 0;
    padding-top: 20px;
}
.about-address span {
    font-size: 14px;
    vertical-align: top;
    padding: 30px 0;
}
.about-address .about-address-item ul {
    color: #333333;
    line-height: 1.6;
    margin: 20px 0 0 0;
}
.about-address .about-address-item img {
    width: 100%;
    padding-top: 30px;
}
.about-address .about-address-item p {
    margin-bottom: 20px;
}
.about-address .about-address-item-map {
    width: 100%;
    height: 350px;
}

.performance-main-visual {
    background: url(/assets/images/original/corp-images-performance-main_performance_title.png) no-repeat;
    background-size: cover;
}

.performance-main-description {
    line-height: 1.6;
    height: 80px;
}

.performance-main-graph-group {
    padding-bottom: 60px;
}
.performance-main-graph-group .performance-main-graph {
    padding: 15px 0 30px 0;
}
.performance-main-graph-group .performance-main-graph .performance-graph-headline {
    font-size: 1.42857em;
    font-weight: bold;
    margin-bottom: 30px;
}
.performance-main-graph-group .performance-main-graph .performance-graph-headline span {
    font-size: 14px;
    font-weight: normal;
    color: #999;
}
.performance-main-graph-group .performance-main-graph .performance-graph-headline:before {
    display: inline-block;
    width: 12px;
    border-bottom: 3px solid #5081A5;
    content: " ";
    margin-right: 10px;
}
.performance-main-graph-group .performance-main-graph .performance-main-graph-image img {
    width: 100%;
}

.group-main-visual {
    background: url(/assets/images/original/corp-images-group-main_group_title01.png) no-repeat;
    background-size: cover;
}

/* 20170906 追加 ここから */
.titleBox {
        display: -webkit-flex; /* Safari */
        display: flex;
        width: 100%;
}
.titleBox .rightBox {
        width:65%;
}
.titleBox .leftBox img {
     padding-top: 8px;
}
/* 20170906 追加 ここまで */

.group-top-title {
    font-size: 36px;
    color: #333;
    line-height: 1.5em;
    padding-bottom: 30px;
}

.group-contents {
    font-size: 14px;
    line-height: 26px;
}
.group-contents img {
    width: 100%;
}

.group-top-text {
    padding-bottom: 60px;
}

.group-section-title {
    font-weight: bold;
    font-size: 22px;
    margin: 50px 0 30px 0;
}

.group-main-link-visual {
    background: url(/assets/images/original/corp-images-group-main_group_title02.png) no-repeat;
    background-size: cover;
}

.l-group-sub .group-link-list {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}
.l-group-sub .group-link-list img {
    width: 100%;
}
.l-group-sub a .group-title {
    color: #009ed3;
}
.l-group-sub a:hover img {
    opacity: 0.7;
}
.l-group-sub a:hover .group-title {
    text-decoration: underline;
}
.l-group-sub .group-link-each-company {
    text-align: right;
    display: block;
    margin-bottom: 10px;
}
.l-group-sub .group-link-each-company a {
    color: #009ed3;
}
.l-group-sub .group-link-each-company a:hover {
    text-decoration: underline;
}
.l-group-sub .group-link-list:last-child {
    border-bottom: none;
}
.l-group-sub .group-title {
    font-size: 16px;
    font-weight: bold;
}
.l-group-sub .group-text {
    padding-top: 12px;
    line-height: 1.6;
}

.history-main-visual {
    background: url(/assets/images/original/corp-images-history-main_history_title.png) no-repeat;
    background-size: cover;
}

.history-contents > h2,
.society-contents > h2 {
    margin-bottom: 30px;
    font-size: 1.57143em;
    font-weight: bold;
}

.history-text-area,
.society-text-area {
    padding: 0 0 30px 0;
}

.history-title-font {
    font-size: 1.57143em;
    font-weight: bold;
    margin: 50px 0 30px 0;
}

.history-update-day {
    margin-top: 5px;
    clear: both;
    font-size: 0.92857em;
}

.history-content-header {
    margin-bottom: 10px;
    margin-top: 20px;
}

.history-center-marge {
    margin: 0 20px;
}

.history-font-center {
    text-align: center;
}

.history-block {
    clear: both;
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 20px 0;
}

.history-area {
    display: table-cell;
    vertical-align: top;
}

.history-left-area {
    background-color: #fff;
    overflow: hidden;
    width: 410px;
}

.history-center-area {
    width: 120px;
    overflow: hidden;
    border-top: 1px solid #cbcbcb;
}

.history-center-area-no-border {
    width: 120px;
    overflow: hidden;
}

.history-right-area {
    background-color: #fff;
    overflow: hidden;
    width: 410px;
}

.history-no-backglound-area {
    background-color: transparent;
}

.history-list {
    padding-bottom: 100px;
    margin-left: -20px;
    margin-right: -20px;
}

.history-list-inner {
    padding: 30px 20px;
    overflow: hidden;
}
.history-list-inner dl {
    overflow: hidden;
    width: 360px;
    padding: 0 0 20px 0;
}
.history-list-inner dl:last-child {
    padding: 0;
}
.history-list-inner dt {
    float: left;
    clear: both;
    width: 50px;
}
.history-list-inner dd {
    float: left;
    width: 310px;
}

.history-center-inner {
    padding: 30px 0;
}

.internal-link ul {
    font-size: 0;
}
.internal-link li {
    display: inline-block;
    border-right: 1px solid #cbcbcb;
    padding: 0 20px;
    font-size: 0.92857em;
}
.internal-link li a {
    color: #009ed3;
}
.internal-link li a:hover {
    text-decoration: underline;
}
.internal-link li:before {
    margin-right: 5px;
    color: #009ed3;
    content: "▼";
}
.internal-link li:first-child {
    padding-left: 0;
}
.internal-link li:last-child {
    border-right: none;
}

.history-content-header {
    text-align: center;
}
.history-content-header img {
    max-width: 940px;
}

.history-content-header1972 {
    background: url(/assets/images/original/corp-images-history-img_history_year01.png) no-repeat;
}

.history-content-header1990 {
    background: url(/assets/images/original/corp-images-history-img_history_year02.png) no-repeat;
}

.history-content-header2010 {
    background: url(/assets/images/original/corp-images-history-img_history_year03.png) no-repeat;
}

.history-content-header2020 {
    background: url(/assets/images/original/corp-images-history-img_history_year04.png) no-repeat;
}

.history-content-header1972,
.history-content-header1990,
.history-content-header2010,
.history-content-header2020 {
    max-width: 940px;
    width: 100%;
    height: 290px;
    background-size: cover;
    vertical-align: middle;
    display: table;
    margin: 0 auto;
    text-shadow: 0 0 5px #000;
}
.history-content-header1972 div,
.history-content-header1990 div,
.history-content-header2010 div,
.history-content-header2020 div {
    display: table-cell;
    vertical-align: middle;
}
.history-content-header1972 p,
.history-content-header1990 p,
.history-content-header2010 p,
.history-content-header2020 p {
    color: #fff;
    text-align: center;
}
.history-content-header1972 .history-year,
.history-content-header1990 .history-year,
.history-content-header2010 .history-year,
.history-content-header2020 .history-year {
    font-size: 55px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.history-content-header1972 .history-text,
.history-content-header1990 .history-text,
.history-content-header2010 .history-text,
.history-content-header2020 .history-text {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
}

.history-list a {
    color: #009ed3;
}
.history-list a:hover {
    text-decoration: underline;
}

.history-left-area {
    border-bottom: 1px solid #cbcbcb;
}

.history-right-area {
    border-bottom: 1px solid #cbcbcb;
}

.history-no-decoration-area {
    border-bottom: none;
}

.history-year-font-w {
    font-weight: bold;
    font-size: 16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.history-year-font-j {
    font-weight: bold;
    font-size: 13px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

svg.business-graph-circle {
    width: 100%;
    position: absolute;
}

.business-common-main-headline-top {
    padding-bottom: 25px;
    color: #fff;
}
.business-common-main-headline-top > .business-common-headline-top-01 {
    display: block;
    width: 170px;
    padding-top: 30px;
    border-top: solid 1px #33b3ed;
    font-size: 1.07143em;
    font-weight: bold;
}
.business-common-main-headline-top > section h1 {
    margin: 50px 0;
    font-size: 36px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
}
.business-common-main-headline-top > section > section h2 {
    font-size: 1.42857em;
    font-weight: bold;
    margin-bottom: 23px;
}
.business-common-main-headline-top > section > section h2.business-headline-multi-lines {
    line-height: 1.6;
}
.business-common-main-headline-top p {
    font-size: 1.14286em;
    line-height: 1.6;
    max-width: 575px;
    letter-spacing: 0.1em;
}

.business-common-main-headline-top-white {
    padding-bottom: 25px;
    color: #fff;
}
.business-common-main-headline-top-white > .business-common-headline-top-01 {
    display: block;
    width: 170px;
    padding-top: 30px;
    border-top: solid 1px #33b3ed;
    font-size: 1.07143em;
    font-weight: bold;
}
.business-common-main-headline-top-white > section h1 {
    margin: 50px 0;
    font-size: 36px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
}
.business-common-main-headline-top-white > section > section h2 {
    font-size: 1.42857em;
    font-weight: bold;
    margin-bottom: 23px;
}
.business-common-main-headline-top-white > section > section h2.business-headline-multi-lines {
    line-height: 1.6;
}
.business-common-main-headline-top-white p {
    font-size: 1.14286em;
    line-height: 1.6;
    max-width: 575px;
    letter-spacing: 0.1em;
}

.business-common-main-headline-top-black {
    padding-bottom: 25px;
    color: #333;
}
.business-common-main-headline-top-black > .business-common-headline-top-01 {
    display: block;
    width: 170px;
    padding-top: 30px;
    border-top: solid 1px #33b3ed;
    font-size: 1.07143em;
    font-weight: bold;
}
.business-common-main-headline-top-black > section h1 {
    margin: 50px 0;
    font-size: 36px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
}
.business-common-main-headline-top-black > section > section h2 {
    font-size: 1.42857em;
    font-weight: bold;
    margin-bottom: 23px;
}
.business-common-main-headline-top-black > section > section h2.business-headline-multi-lines {
    line-height: 1.6;
}
.business-common-main-headline-top-black p {
    font-size: 1.14286em;
    line-height: 1.6;
    max-width: 575px;
    letter-spacing: 0.1em;
}

.business-common-main-headline-top-border-white {
    padding-bottom: 25px;
    color: #fff;
}
.business-common-main-headline-top-border-white > .business-common-headline-top-01 {
    display: block;
    width: 170px;
    padding-top: 30px;
    border-top: solid 1px #fff;
    font-size: 1.07143em;
    font-weight: bold;
}
.business-common-main-headline-top-border-white > section h1 {
    margin: 50px 0;
    font-size: 36px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
}
.business-common-main-headline-top-border-white > section > section h2 {
    font-size: 1.42857em;
    font-weight: bold;
    margin-bottom: 23px;
}
.business-common-main-headline-top-border-white > section > section h2.business-headline-multi-lines {
    line-height: 1.6;
}
.business-common-main-headline-top-border-white p {
    font-size: 1.14286em;
    line-height: 1.6;
    max-width: 575px;
    letter-spacing: 0.1em;
}

.business-common-main-headline-middle > h2 {
    font-size: 1.14286em;
    font-weight: bold;
    height: 140px;
    line-height: 140px;
    color: #919191;
}

.business-common-main-contents-group {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: solid 1px #d5d5d5;
}
.business-common-main-contents-group > h3 {
    font-size: 1.425em;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding-top: 65px;
}
.business-common-main-contents-group > h3 a {
    color: #009ed3;
}
.business-common-main-contents-group > h3 a:hover {
    text-decoration: underline;
}
.business-common-main-contents-group p {
    text-align: left;
    font-size: 1em;
    line-height: 1.6;
}
.business-common-main-contents-group .business-common-contents-center {
    width: 100%;
    text-align: center;
}
.business-common-main-contents-group .business-common-icon-01 {
    background: url(/assets/images/original/corp-images-business-icon_business_01.png) no-repeat;
    background-size: 60px 60px;
}
.business-common-main-contents-group .business-common-icon-02 {
    background: url(/assets/images/original/corp-images-business-icon_business_02.png) no-repeat;
    background-size: 60px 60px;
}
.business-common-main-contents-group .business-common-icon-03 {
    background: url(/assets/images/original/corp-images-business-icon_business_03.png) no-repeat;
    background-size: 60px 60px;
}
.business-common-main-contents-group .business-common-icon-03-trade {
    background: url(/assets/images/original/corp-images-business-icon_business_03.png) no-repeat;
    background-size: 60px 60px;
}
.business-common-main-contents-group .business-common-icon-04 {
    background: url(/assets/images/original/corp-images-business-icon_business_04.png) no-repeat;
    background-size: 60px 60px;
}
.business-common-main-contents-group .business-common-icon-05 {
    background: url(/assets/images/original/corp-images-business-icon_business_05.png) no-repeat;
    background-size: 60px 60px;
}
.business-common-main-contents-group .business-common-icon-06 {
    background: url(/assets/images/original/corp-images-business-icon_business_06.png) no-repeat;
    background-size: 60px 60px;
}
.business-common-main-contents-group .business-common-icon-07 {
    background: url(/assets/images/original/corp-images-business-icon_business_07.png) no-repeat;
    background-size: 60px 60px;
}
.business-common-main-contents-group .business-common-icon-08 {
    background: url(/assets/images/original/corp-images-business-icon_business_08.png) no-repeat;
    background-size: 60px 60px;
}
.business-common-main-contents-group .business-common-icon-09 {
    background: url(/assets/images/original/corp-images-business-icon_business_09.png) no-repeat;
    background-size: 60px 60px;
}

.business-common-main-contents-group:first-child {
    border-top: none;
}

.business-common-appeal-group {
    max-width: 940px;
    margin: 0 auto;
}
.business-common-appeal-group section, .business-common-appeal-group div {
    display: table-cell;
}
.business-common-appeal-group section {
    width: 40%;
    padding-top: 110px;
    vertical-align: bottom;
}
.business-common-appeal-group section h2 {
    font-size: 1.42857em;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 28px;
}
.business-common-appeal-group section img {
    width: 100%;
}
.business-common-appeal-group div {
    padding: 50px 0;
    vertical-align: middle;
}
.business-common-appeal-group div ul {
    margin-left: 70px;
}
.business-common-appeal-group div li {
    border-top: solid 1px #e5e5e5;
    padding: 20px 0;
}
.business-common-appeal-group div li:last-child {
    border-bottom: solid 1px #e5e5e5;
}
.business-common-appeal-group div p {
    display: table-cell;
    vertical-align: middle;
    background: url(/assets/images/original/corp-images-business-icon_business_appeal_question.png) top left no-repeat;
    height: 28px;
    padding-left: 46px;
    padding-right: 25px;
    line-height: 1.6;
}
.business-common-appeal-group div p.business-common-appeal-multi-lines {
    line-height: 2;
}
.business-common-appeal-group div a {
    margin-top: 12px;
    color: #009ed3;
}
.business-common-appeal-group div a:hover {
    text-decoration: underline;
}

.business-common-main-page-links {
    padding: 35px 0 50px 0;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}
.business-common-main-page-links ul {
    font-size: 0;
}
.business-common-main-page-links li {
    display: inline-block;
    font-size: 12.6px;
    border-left: solid 1px #e5e5e5;
    width: 16%;
    text-align: center;
    margin-top: 15px;
    position: relative;
    vertical-align: top;
}
.business-common-main-page-links li div {
    margin: 0 auto;
    height: 100px;
}
.business-common-main-page-links li:first-child {
    border-left: none;
}
.business-common-main-page-links a {
    color: #0581aa;
}
.business-common-main-page-links a:hover {
    text-decoration: underline;
}
.business-common-main-page-links img {
    width: 60px;
    height: 60px;
}

.business-common-main-page-button-links {
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
}
.business-common-main-page-button-links a.common-button-link-01 {
    width: 450px;
}

.business-trade-title {
    background: url(/assets/images/original/corp-images-business-main_business_trade_title.png) transparent no-repeat;
    background-size: 100%;
}

.business-trade-main-contents-item section > h3 {
    margin-top: 28px;
    font-size: 1.425em;
    font-weight: bold;
    padding-top: 85px;
}
.business-trade-main-contents-item ul {
    font-size: 0;
}
.business-trade-main-contents-item li {
    width: 50%;
    display: table-cell;
    font-size: 14px;
    padding: 0 20px;
    vertical-align: top;
}
.business-trade-main-contents-item li > section > p {
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 1.6;
    text-align: left;
}
.business-trade-main-contents-item li.business-trade-item-center {
    vertical-align: middle;
    text-align: center;
}

.business-trade-main-image {
    padding: 0 2%;
}
.business-trade-main-image .business-trade-main-image-area {
    display: table;
    background-image: url(/assets/images/original/corp-images-business-img_business_trade_main_02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    width: 100%;
    height: 334px;
    margin-bottom: 10px;
}
.business-trade-main-image .business-trade-main-image-area .business-trade-main-image-area-cell {
    display: table-cell;
    width: 50%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.business-trade-main-image .business-trade-main-image-area .business-trade-main-image-icon-box {
    display: inline-block;
    margin-right: 7%;
}
.business-trade-main-image .business-trade-main-image-area .business-trade-main-image-icon-box img {
    width: 129px;
    height: 135px;
    margin-left: 23px;
}
.business-trade-main-image .business-trade-main-image-area .business-trade-main-image-icon-box p {
    color: #fff;
}
.business-trade-main-image .business-trade-main-image-area .business-trade-main-image-icon-box .business-trade-image-icon-results {
    line-height: 1.3;
    text-align: center;
    letter-spacing: 1px;
}
.business-trade-main-image .business-trade-main-image-area .business-trade-main-image-icon-box .business-trade-image-icon-results .business-trade-count {
    font-size: 33px;
}
.business-trade-main-image .business-trade-main-image-area .business-trade-main-image-icon-box .business-trade-image-icon-results .business-trade-count-number {
    font-size: 21px;
}
.business-trade-main-image .business-trade-main-image-area .business-trade-main-image-icon-box .business-trade-image-icon-results .business-trade-count-annotation {
    font-size: 12px;
}
.business-trade-main-image .business-trade-main-image-area .business-trade-results-text {
    display: inline-block;
    text-align: left;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    font-size: 29px;
    line-height: 1.6;
    letter-spacing: 1px;
}
.business-trade-main-image .business-trade-main-image-area .business-trade-results-text span {
    font-size: 35px;
}
.business-trade-main-image .business-trade-main-image-area .business-trade-results-text .business-trade-results-text-annotation {
    font-size: 12px;
}
.business-trade-main-image .business-trade-main-image-area .business-trade-results-text .business-trade-results-text-description {
    font-size: 16px;
    line-height: 2.0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.business-trade-main-image-lower {
    padding: 0 2%;
    background: #FFF;
}
.business-trade-main-image-lower .business-trade-main-image-lower-area {
    display: table;
    background-image: url(/assets/images/original/corp-images-business-img_business_trade_main_01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    width: 100%;
    height: 334px;
}
.business-trade-main-image-lower .business-trade-main-image-lower-area .business-trade-main-image-lower-text {
    display: inline-block;
    text-align: left;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    font-size: 29px;
    line-height: 1.6;
    letter-spacing: 1px;
}
.business-trade-main-image-lower .business-trade-main-image-lower-area .business-trade-main-image-lower-text span {
    font-size: 35px;
}
.business-trade-main-image-lower .business-trade-main-image-lower-area .business-trade-main-image-lower-text .business-trade-results-text-annotation {
    font-size: 12px;
}

.business-trade-main-box {
    position: relative;
    overflow: hidden;
    height: 334px;
}
.business-trade-main-box .business-trade-main-box-text {
    position: absolute;
    top: 50px;
    left: 110px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #333;
    font-size: 29px;
}
.business-trade-main-box .business-trade-main-box-text p {
    line-height: 1.8;
    letter-spacing: 3px;
}
.business-trade-main-box .business-trade-main-box-text span {
    font-size: 35px;
}
.business-trade-main-box .business-trade-main-box-text .business-trade-main-box-text-annotation {
    font-size: 12px;
}
.business-trade-main-box .business-trade-main-box-note {
    position: absolute;
    bottom: 40px;
    left: 110px;
    font-size: 12px;
}

.business-trade-main-box-chart {
    float: right;
    width: 30%;
    margin: 0 auto;
}

.graph-circle-business-trade {
    margin: 14% 0 0 0;
}

.business-trade-chart {
    width: 80%;
    height: 80%;
    position: relative;
    max-width: 265px;
}
.business-trade-chart img {
    width: 55%;
    position: absolute;
    margin: 14% auto 0 auto;
    padding: 22.5%;
}
.business-trade-chart p {
    position: absolute;
    top: 130px;
    left: 81px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    z-index: 1;
}
.business-trade-chart p span {
    font-size: 44px;
}

.business-trade-main-mgbtm70 {
    margin-bottom: 70px;
}

.business-rent-title {
    background: url(/assets/images/original/corp-images-business-main_business_rent_title.png) transparent no-repeat;
    background-size: cover;
}

section.business-rent-main-contents-item {
    width: 100%;
}
section.business-rent-main-contents-item > h1 {
    margin-top: 28px;
    font-size: 1.425em;
    text-align: center;
}
section.business-rent-main-contents-item > p {
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 1.6;
    text-align: left;
}

.business-rent-main-image {
    padding: 0 2%;
}

.business-rent-main-box {
    position: relative;
    overflow: hidden;
    height: 334px;
}
.business-rent-main-box .business-rent-main-box-text {
    position: absolute;
    top: 50px;
    left: 110px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #333;
    font-size: 29px;
}
.business-rent-main-box .business-rent-main-box-text p {
    line-height: 1.8;
    letter-spacing: 3px;
}
.business-rent-main-box .business-rent-main-box-text span {
    font-size: 35px;
}
.business-rent-main-box .business-rent-main-box-text .business-rent-main-box-text-annotation {
    font-size: 12px;
}
.business-rent-main-box .business-rent-main-box-note {
    position: absolute;
    bottom: 40px;
    left: 120px;
    font-size: 12px;
}

.business-rent-main-box-chart {
    float: right;
    width: 30%;
    margin: 0 auto;
}

.business-rent-chart {
    width: 80%;
    height: 80%;
    position: relative;
    max-width: 265px;
}
.business-rent-chart img {
    width: 55%;
    position: absolute;
    margin: 14% auto 0 auto;
    padding: 22.5%;
}
.business-rent-chart p {
    position: absolute;
    top: 130px;
    left: 81px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    z-index: 1;
}
.business-rent-chart p span {
    font-size: 44px;
}

.business-rent-main-image-lower {
    padding: 0 2%;
}
.business-rent-main-image-lower .business-rent-main-image-lower-area {
    display: table;
    background-image: url(/assets/images/original/corp-images-business-img_business_rent_main_01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    width: 100%;
    height: 334px;
}
.business-rent-main-image-lower .business-rent-main-image-lower-area .business-rent-main-image-lower-text {
    display: inline-block;
    text-align: left;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    font-size: 29px;
    line-height: 1.6;
    letter-spacing: 1px;
}
.business-rent-main-image-lower .business-rent-main-image-lower-area .business-rent-main-image-lower-text span {
    font-size: 35px;
}
.business-rent-main-image-lower .business-rent-main-image-lower-area .business-rent-main-image-lower-text .business-rent-results-text-annotation {
    font-size: 12px;
}

.graph-circle-business-rent {
    margin: 14% 0 0 0;
}

.business-rent-text {
    margin-bottom: 25px;
}

.business-trust-title {
    background: url(/assets/images/original/corp-images-business-main_business_trust_title.png) #eef0ef no-repeat;
    background-size: cover;
    height: 500px;
}

.business-trust-image-group-01 {
    margin-top: 25px;
}

.business-trust-image-group-02 {
    margin-top: 0;
}

.business-trust-image-single {
    text-align: center;
}
.business-trust-image-single img {
    width: 100%;
    max-width: 800px;
}

.business-trust-image-multiple {
    width: 100%;
}
.business-trust-image-multiple ul {
    font-size: 0;
    display: table;
    margin: 0 auto;
}
.business-trust-image-multiple li {
    display: inline-block;
    font-size: 14px;
    margin: 15px 0;
}
.business-trust-image-multiple li:first-child {
    margin-right: 100px;
}
.business-trust-image-multiple img {
    width: 100%;
    max-width: 380px;
}
.business-trust-image-multiple p {
    width: 100%;
    margin-top: 14px;
    text-align: left;
}

.business-trust-main-support-link {
    margin-top: 50px;
    width: 100%;
    text-align: left;
}
.business-trust-main-support-link a.common-button-link-01 {
    width: 380px;
}

.business-hanbai-title {
    background: url(/assets/images/original/corp-images-business-main_business_hanbai_title.png) #eef0ef no-repeat;
    background-size: 100% auto;
}

p.business-hanbai-main-headline-description {
    /* max-width: 575px;*/
    max-width: 600px;
}

.business-hanbai-main-lgente-contents {
    max-width: 940px;
    margin: 50px auto 0 auto;
    padding-top: 312px;
    padding-bottom: 35px;
    background-image: url(/assets/images/original/corp-images-business-lgente_background_logo.png), url(/assets/images/original/corp-images-business-lgente_background.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left 307px;
    background-size: 100%,cover;
 }
.business-hanbai-main-lgente-contents .lgente-contents-table {
    display: table;
    border-collapse: separate;
    border-spacing: 40px 40px;
}
.business-hanbai-main-lgente-contents .lgente-contents-table .lgente-contents-row {
    display: table-row;
}
.business-hanbai-main-lgente-contents .lgente-contents-table .lgente-contents-row > div {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: top;
}
.business-hanbai-main-lgente-contents .lgente-contents-table .lgente-contents-row > div img {
    max-width: 410px;
}
.business-hanbai-main-lgente-contents .lgente-contents-table .lgente-contents-row > div p {
    line-height: 1.6;
    color: #fff;
}
.business-hanbai-main-lgente-contents .lgente-contents-banner-area {
    margin-top: 40px;
    text-align: center;
}
.business-hanbai-main-lgente-contents .lgente-contents-banner-area ul {
    width: 100%;
    font-size: 0;
}
.business-hanbai-main-lgente-contents .lgente-contents-banner-area li {
    font-size: 14px;
    display: inline-block;
    width: 270px;
}
.business-hanbai-main-lgente-contents .lgente-contents-banner-area li p {
    margin-top: 20px;
    line-height: 1.6;
    text-align: center;
}
.business-hanbai-main-lgente-contents .lgente-contents-banner-area li img {
    max-width: 260px;
}
.business-hanbai-main-lgente-contents .lgente-contents-banner-area li:first-child {
    margin-left: 0;
}
.business-hanbai-main-lgente-contents a:hover p {
    opacity: 0.7;
}
.business-hanbai-main-lgente-contents a:hover img {
    opacity: 0.7;
}

/* ▼ ウェルスクエア リディアス ▼*/
.business-hanbai-main-wellsquare-contents,
.business-hanbai-main-lideas-contents {
    max-width: 940px;
    margin: 50px auto 0 auto;
    padding: 30px 0 35px;
 }
.business-hanbai-main-wellsquare-contents {
background: #70d0ea; /* Old browsers */
background: -moz-linear-gradient(top, #70d0ea 0%, #bee4ef 45%, #d7e8ed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #70d0ea 0%,#bee4ef 45%,#d7e8ed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #70d0ea 0%,#bee4ef 45%,#d7e8ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70d0ea', endColorstr='#d7e8ed',GradientType=0 ); /* IE6-9 */
}
.business-hanbai-main-lideas-contents {
background: #f2f5f6; /* Old browsers */
background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 50%, #c8d7dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 50%,#c8d7dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 50%,#c8d7dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
}
.business-hanbai-main-wellsquare-contents .wellsquare-contents-table,
.business-hanbai-main-lideas-contents .lideas-contents-table {
    display: table;
    border-collapse: separate;
    border-spacing: 40px 40px;
}
.business-hanbai-main-wellsquare-contents .wellsquare-contents-table .wellsquare-contents-row ,
.business-hanbai-main-lideas-contents .lideas-contents-table .lideas-contents-row {
    display: table-row;
}
.business-hanbai-main-wellsquare-contents .wellsquare-contents-table .wellsquare-contents-row > div ,
.business-hanbai-main-lideas-contents .lideas-contents-table .lideas-contents-row > div {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: top;
}
.business-hanbai-main-wellsquare-contents .wellsquare-contents-table .wellsquare-contents-row > div img,
.business-hanbai-main-lideas-contents .lideas-contents-table .lideas-contents-row > div img {
    max-width: 410px;
}
.business-hanbai-main-wellsquare-contents .wellsquare-contents-table .wellsquare-contents-row > div p,
.business-hanbai-main-lideas-contents .lideas-contents-table .lideas-contents-row > div p {
    line-height: 1.6;
    color: #333;
}
/* ▲ ウェルスクエア リディアス ▲*/

.business-hanbai-main-buy-contents {
    padding-top: 40px;
}
.business-hanbai-main-buy-contents ul {
    font-size: 0;
    margin-bottom: 40px;
}
.business-hanbai-main-buy-contents li {
    font-size: 14px;
    list-style-type: disc;
    margin-top: 15px;
}
.business-hanbai-main-buy-contents li span {
    font-weight: bold;
}
.business-hanbai-main-buy-contents li p {
    margin-top: 10px;
    line-height: 1.6;
}
.business-hanbai-main-buy-contents img {
    display: block;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
}
.business-hanbai-main-buy-contents a:hover {
    text-decoration: underline;
}
.business-hanbai-main-buy-contents dl {
    margin-bottom: 30px;
}
.business-hanbai-main-buy-contents dl dt {
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 15px;
    background: url(/assets/images/original/corp-images-business-icon_business_hanbai_link_01.png) no-repeat left;
}
.business-hanbai-main-buy-contents dl dd {
    margin-bottom: 5px;
    line-height: 1.6;
    display: list-item;
    list-style-position: inside;
}
.business-hanbai-main-buy-contents dl .list-style-none {
    list-style-type: none;
}
.business-hanbai-main-buy-contents dl a {
    color: #009ed3;
}
.business-hanbai-main-buy-contents dl a:hover {
    text-decoration: underline;
}
.business-hanbai-main-buy-contents dl:last-child {
    border-bottom: none;
}

.business-hanbai-main-support-link {
    margin-top: 50px;
    width: 100%;
    text-align: left;
}
.business-hanbai-main-support-link a.common-button-link-01 {
    width: 380px;
}

.business-solution-title {
    background: url(/assets/images/original/corp-images-business-main_business_solution_title.png) #eef0ef no-repeat;
    background-size: cover;
    height: 500px;
}

.business-solution-main-support-items {
    width: 100%;
    text-align: center;
}
.business-solution-main-support-items ul {
    font-size: 0;
    margin-bottom: 25px;
}
.business-solution-main-support-items li {
    display: inline-block;
    font-size: 14px;
    margin: 35px 1% 0 1%;
    text-align: center;
    width: 13%;
}
.business-solution-main-support-items li img {
    width: 80%;
}
.business-solution-main-support-items p {
    margin-top: 20px;
    text-align: center;
    white-space: nowrap;
}
.business-solution-main-support-items a {
    color: #0581aa;
}
.business-solution-main-support-items a:hover {
    text-decoration: underline;
}
.business-solution-main-support-items a:hover img {
    opacity: 0.7;
}

.business-solution-main-support-link {
    margin-top: 50px;
    width: 100%;
    text-align: left;
}
.business-solution-main-support-link a.common-button-link-01 {
    width: 450px;
}

.business-solution-image-group {
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.business-solution-image-group-item {
    width: 50%;
    text-align: center;
    display: inline;
}
.business-solution-image-group-item a:hover {
    opacity: 0.7;
}

.business-other-title {
    background: url(/assets/images/original/corp-images-business-main_business_other_title.png) #eef0ef no-repeat;
    background-size: cover;
    height: 450px;
}

.business-other-main-headline-top {
    color: #fff;
    padding-bottom: 25px;
}

.business-other-square-image-group {
    margin-top: 25px;
    text-align: center;
}
.business-other-square-image-group img {
    width: 100%;
    max-width: 800px;
}

.business-other-consulting-banner-group {
    margin-top: 25px;
    text-align: center;
}
.business-other-consulting-banner-group ul {
    width: 100%;
    font-size: 0;
}
.business-other-consulting-banner-group li {
    display: inline-block;
    font-size: 14px;
    margin: 15px 21px;
}
.business-other-consulting-banner-group img {
    width: 100%;
    max-width: 380px;
}

.business-other-text {
    margin-bottom: 25px;
}

.business-other-main-support-link {
    margin-top: 50px;
    width: 100%;
    text-align: left;
}

.business-other-main-support-link a.common-button-link-01 {
    width: 550px;
}

.service-main-visual {
    background: url(/assets/images/original/corp-images-service-main_service_title.png) no-repeat;
    background-size: cover;
}

.service-list-year {
    background-image: url(/assets/images/original/corp-images-common-icon_list_mark.png);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    background-position: left 5px;
    line-height: 1.6;
}

.service-list-content .service-list-title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #009ed3;
    font-size: 1.42857em;
    margin: 0 0 40px 0;
    padding-top: 3px;
}
.service-list-content .service-list-subtitle {
    font-size: 1.42857em;
    margin: 0 0 30px 0;
    line-height: 33px;
}
.service-list-content .service-list-text {
    line-height: 1.6;
}

.service-list-last {
    border-bottom: 1px solid #0093c4;
}

.training-main-visual {
    background: url(/assets/images/original/corp-images-training-main_training_title.png) no-repeat;
    background-size: cover;
}

.training-contents-title {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.training-contents-section {
    clear: both;
    margin: 0 auto;
    padding: 40px 0 40px 0;
    display: table;
    border-bottom: 1px solid #a1a2a3;
}
.training-contents-section dl {
    border: 1px solid #009ed3;
    padding: 20px;
    overflow: hidden;
}
.training-contents-section dt {
    float: left;
    width: 30%;
    text-align: center;
}
.training-contents-section dd {
    float: left;
    width: 70%;
}

.training-contents-section:last-child {
    border-bottom: none;
}

.training-contents-section-title {
    font-weight: bold;
}

.global-main-visual {
    background: url(/assets/images/original/corp-images-global-main_global_title.png) no-repeat;
    background-size: cover;
}

.l-global {
    line-height: 1.6;
}
.l-global .content {
    border-bottom: 1px solid #d4d4d4;
}
.l-global .list-white-box {
    padding: 10px 0;
    background-color: #fff;
    overflow: hidden;
}
.l-global .list-white-box a {
    text-decoration: none;
    color: #009ed3;
}
.l-global .list-white-box a:hover {
    text-decoration: underline;
}
.l-global .line-box {
    border-bottom: 1px solid #e6e6e6;
}
.l-global .last {
    border-bottom: none;
}
.l-global .history-year {
    font-weight: bold;
}
.l-global .global-title-font {
    font-weight: bold;
    font-size: 18px;
    padding: 80px 0 0 0;
}
.l-global .global-link-title {
    font-weight: bold;
    margin: 0 0 10px 0;
}
.l-global .global-link-link a {
    color: #009ed3;
}
.l-global .global-link-link a:link {
    text-decoration: none;
}
.l-global .global-link-link a:hover {
    text-decoration: underline;
}
.l-global .global-image-globe {
    /* background: url(/assets/images/original/corp-images-global-img_global_business.png) no-repeat;
    height: 505px; */
    height: 370px;
    position: relative;
}
.l-global .global-image-globe .shanghai {
    display: inline-block;
    top: 184px;
    left: 15px;
    font-size: 12px;
    position: absolute;
}
.l-global .global-image-globe .taiwan {
    display: inline-block;
    top: 184px;
    left: 747px;
    font-size: 12px;
    position: absolute;
}
.l-global .global-image-globe .singapore {
    display: inline-block;
    top: 437px;
    left: 15px;
    font-size: 12px;
    position: absolute;
}
.l-global .global-image-globe .hongkong {
    display: inline-block;
    top: 437px;
    left: 790px;
    font-size: 12px;
    position: absolute;
}

.diversity-main-visual {
    background: url(/assets/images/original/corp-images-diversity-main_diversity_title.png) no-repeat;
    background-size: cover;
}

.diversity-main {
    padding-bottom: 80px;
    width: 100%;
}
.diversity-main h2.diversity-top-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}
.diversity-main .diversity-top-txt {
    margin-top: 45px;
    font-size: 14px;
    line-height: 1.6;
}

table.diversity-expert {
    margin-top: 80px;
    width: 100%;
    table-layout: fixed;
}
table.diversity-expert tr {
    overflow: hidden;
}
table.diversity-expert th {
    color: #009ed3;
    width: 33.3%;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 30px;
}
table.diversity-expert td {
    vertical-align: top;
    padding: 0 18px 40px 18px;
    line-height: 1.6;
}
table.diversity-expert tr.diversity-details {
    margin-top: 20px;
}
table.diversity-expert td.diversity-detail {
    text-align: center;
    padding: 0;
}
table.diversity-expert td.diversity-detail a {
    color: #fff;
    border-radius: 5px;
    padding: 10px 34px 10px 30px;
    background: #4fbaed url(/assets/images/original/corp-images-common-icon_arrow_link03.png) 85% center no-repeat;
}
table.diversity-expert td.diversity-detail a:hover {
    color: #333;
    border: 1px #c4c5c6 solid;
    background: url(/assets/images/original/corp-images-common-icon_arrow_link02.png) 85% center no-repeat;
}

.diversity-excellent-box {
    text-align: center;
    padding-top: 30px;
}
.diversity-excellent-box a {
    color: #009ed3;
}
.diversity-excellent-box a:hover {
    text-decoration: underline;
}
.diversity-excellent-box a:hover img {
    opacity: 0.7;
}

.diversity-excellent {
    width: 100%;
    max-width: 980px;
    padding-bottom: 10px;
}

.diversity-ryouritsu-main-visual {
    background: url(/assets/images/original/corp-images-diversity-ryouritsu-main_diversity_ryouritsu_title.png) no-repeat;
    background-size: cover;
}

.ryouritsu-anchorlink-text {
    line-height: 1.6;
    padding-bottom: 20px;
}

.ryouritsu-anchorlink {
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 0 9.23%;
}

.ryouritsu-anchorlink-inner {
    max-width: 940px;
    padding-bottom: 40px;
}

.ryouritsu-box {
    clear: both;
    overflow: hidden;
}

.ryouritsu-box:nth-child(even) {
    background-color: #f2f2f2;
}

.ryouritsu-box:nth-child(odd) {
    background-color: #fcfcfc;
}

.ryouritsu-box-inner {
    margin: 0 auto;
    padding: 75px 9.23% 60px 9.23%;
    max-width: 940px;
    overflow: hidden;
}

.ryouritsu-box-img {
    float: right;
    width: 330px;
    text-align: center;
    padding: 0 0 0 40px;
}

.youritsu-box-img-inline {
    margin: 0 0 20px 0;
}

.ryouritsu-box-img-bottom {
    margin: 40px auto 0 auto;
    clear: both;
    text-align: center;
}

.ryouritsu-box-text {
    width: 100%;
    padding: 0 30px 0 0;
}

.ryouritsu-anchorlink a {
    color: #009ed3;
}
.ryouritsu-anchorlink a:hover {
    text-decoration: underline;
}
.ryouritsu-anchorlink ul {
    padding-top: 40px;
}
.ryouritsu-anchorlink li {
    padding-bottom: 20px;
}
.ryouritsu-anchorlink li:before {
    color: #009ed3;
    content: "▼";
    margin-right: 5px;
}

.ryouritsu-year {
    width: 50px;
    border-top: 1px solid #009ed3;
    padding: 30px 0 15px 0;
}
.ryouritsu-year.ryouritsu-year__type01 {
        width: 70px;
}
.ryouritsu-table {
    display: table;
}

.ryouritsu-table-title {
    clear: both;
    display: table-cell;
    width: 19%;
    vertical-align: middle;
    float: left;
}

.ryouritsu-table-text {
    width: 80%;
    display: table-cell;
    float: left;
    vertical-align: middle;
}

.ryouritsu-table-text-half1 {
    width: 39%;
    display: table-cell;
    float: left;
    vertical-align: middle;
}

.ryouritsu-table-text-half2 {
    width: 39%;
    display: table-cell;
    float: left;
    vertical-align: middle;
}

.ryouritsu-table-decoration01 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.ryouritsu-table-decoration02 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f8d69e;
    border-bottom: 1px solid #fff;
}

.ryouritsu-table-decoration03 {
    text-align: center;
    font-weight: bold;
    padding-top: 43px;
    padding-bottom: 43px;
    background-color: #fbeed7;
    border-bottom: 1px solid #fff;
}

.ryouritsu-table-decoration04 {
    border-bottom: 1px solid #f1f1f1;
    height: 100px;
    vertical-align: middle;
    line-height: 1.6;
}
.ryouritsu-table-decoration04 p {
    padding: 20px;
}

.ryouritsu-table-decoration05 {
    border-right: 1px solid #f1f1f1;
}

.ryouritsu-table-decoration06 {
    padding: 20px;
}

.ryouritsu-box-area-title {
    font-size: 22px;
    color: #009ed3;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0 0 40px 0;
}

.ryouritsu-box-title-annotation {
    padding: 0 0 0 30px;
    font-size: 16px;
}

.ryouritsu-box-title-description-line {
    width: 570px;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 40px 0;
    line-height: 1.6;
}

.ryouritsu-box-title-description {
    padding: 0 0 40px 0;
    line-height: 1.6;
}

.ryouritsu-box-subtitle {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 30px 0;
}

.ryouritsu-box-text {
    line-height: 1.6;
}

.ryouritsu-box-annotation {
    font-size: 12px;
}

.ryouritsu-contents-table {
    display: table;
    margin: 0 0 20px 0;
}

.ryouritsu-contents-table-566px {
    width: 566px;
    display: table;
    margin: 0 0 20px 0;
}

.ryouritsu-contents-cell-title {
    display: table-cell;
    width: 100px;
    padding: 10px 0 10px 10px;
    font-weight: bold;
}

.ryouritsu-contents-cell-text {
    padding: 10px 0 0 15px;
    border-left: 1px solid #dedfe1;
    display: table-cell;
}

.ryouritsu-list li:before {
    content: " ・ ";
}

.diversity-tayou-main-visual {
    background: url(/assets/images/original/corp-images-diversity-tayou-main_diversity_tayou_title.png) no-repeat;
    background-size: cover;
}
.diversity-tayou-main-visual span {
    font-size: 20px;
}

.diversity-tayou-main {
    padding-bottom: 40px;
    width: 100%;
}
.diversity-tayou-main .diversity-tayou-top-txt {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 1.6;
}
.diversity-tayou-main .tayou-anchorlink li {
    padding-bottom: 20px;
}
.diversity-tayou-main .tayou-anchorlink li a {
    color: #009ed3;
}
.diversity-tayou-main .tayou-anchorlink li a:hover {
    text-decoration: underline;
}
.diversity-tayou-main .tayou-anchorlink li:before {
    margin-right: 5px;
    content: "▼";
    color: #009ed3;
}

.diversity-tayou-contents-inner {
    padding-right: 9.23%;
    padding-left: 9.23%;
    margin: 0 auto;
    max-width: 940px;
}

.diversity-tayou-career-design {
    display: table;
    width: 100%;
    padding-bottom: 30px;
}
.diversity-tayou-career-design .diversity-tayou-top-line span {
    border-top: solid 1px #009ed3;
    padding-top: 28px;
}
.diversity-tayou-career-design .diversity-tayou-enpty {
    vertical-align: top;
}
.diversity-tayou-career-design section > h2 {
    color: #009ed3;
    font-size: 22px;
    line-height: 1.3em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.diversity-tayou-career-design > div {
    display: table-row;
}

.diversity-tayou-career-design > div.is-hidden {
    display: none;
}

.diversity-tayou-career-design > div > div {
    display: table-cell;
}
.diversity-tayou-career-design .diversity-tayou-discription {
    padding: 40px 0 40px;
    line-height: 1.6;
}
.diversity-tayou-career-design .diversity-tayou-discription span {
    font-weight: bold;
}
.diversity-tayou-career-design .diversity-tayou-discription-last {
    padding: 0 0 40px;
    line-height: 1.6;
}
.diversity-tayou-career-design .diversity-tayou-discription-last span {
    font-weight: bold;
}

.diversity-tayou-area-title {
    font-size: 22px;
    color: #009ed3;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0 0 40px 0;
}

.diversity-tayou-year {
    width: 50px;
    border-top: 1px solid #009ed3;
    padding: 30px 0 15px 0;
}

.diversity-tayou-subject {
    font-weight: bold;
}
.diversity-tayou-subject span {
    font-weight: bold;
}

.diversity-tayou-overview {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}
.diversity-tayou-overview li {
    float: left;
    padding: 4px 0 6px 20px;
    border-left: 1px solid #dedfe1;
    line-height: 1.6em;
}

ul.diversity-tayou-overview {
    overflow: hidden;
}
ul.diversity-tayou-overview li.diversity-tayou-ttl {
    font-weight: bold;
    width: 10%;
    border-left-style: none;
    margin-bottom: 20px;
    overflow: hidden;
}
ul.diversity-tayou-overview li.diversity-tayou-ttl li {
    float: left;
    padding: 4px 0 6px 20px;
    border-left: 3px solid #e0d7c5;
    line-height: 1.6em;
}
ul.diversity-tayou-overview li.diversity-tayou-ttl li.diversity-tayou-ttl {
    font-weight: bold;
    width: 10%;
    border-left-style: none;
}

.diversity-tayou-director {
    margin-top: -20px;
    margin-bottom: 40px;
    overflow: hidden;
    display: table;
}
.diversity-tayou-director li {
    height: 108px;
    display: table-cell;
    vertical-align: middle;
    line-height: 2em;
}
.diversity-tayou-director li:first-child {
    padding-right: 10px;
}
.diversity-tayou-director span {
    font-weight: bold;
}

.diversity-tayou-chronology {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    display: table;
    border-collapse: separate;
    border-spacing: 5px 0;
    table-layout: fixed;
}
.diversity-tayou-chronology .orange {
    background-color: #f2d098;
    margin-left: 10px;
    display: table-cell;
}
.diversity-tayou-chronology .orange > p {
    padding: 10px;
    text-align: center;
}
.diversity-tayou-chronology table.diversity-tayou-overview .orange:first-child {
    margin-left: 0;
}

.diversity-tayou-people {
    overflow: hidden;
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 5px 0;
    table-layout: fixed;
}
.diversity-tayou-people .white {
    background-color: #fff;
    font-weight: bold;
    margin-left: 10px;
    display: table-cell;
}
.diversity-tayou-people .white > p {
    padding: 10px;
    text-align: center;
}

.diversity_tayou_photoimg {
    overflow: hidden;
    width: 100%;
    display: table;
    text-align: center;
}
.diversity_tayou_photoimg li {
    display: table-cell;
    width: 29%;
    padding: 0 2%;
}
.diversity_tayou_photoimg img {
    width: 100%;
}

.diversity_woman-main-visual {
    background: url(/assets/images/original/corp-images-diversity-woman-main_diversity_woman_title.png) no-repeat;
    background-size: cover;
}

.woman-anchorlink-text {
    line-height: 1.6;
}

.woman-anchorlink {
    background-color: #f2f2f2;
    overflow: hidden;
}

.woman-anchorlink-inner {
    padding-bottom: 40px;
}

.woman-box {
    clear: both;
    overflow: hidden;
}

.woman-box:nth-child(even) {
    background-color: #f2f2f2;
}

.woman-box:nth-child(odd) {
    background-color: #e9ebec;
}

.woman-box-inner {
    padding: 75px 9.23% 60px 9.23%;
    overflow: hidden;
}

.woman-box-img {
    float: right;
    text-align: center;
    margin-left: 20px;
}

.woman-box-img-inline {
    margin: 0 0 20px 0;
}

.woman-box-img-bottom {
    margin: 40px 0 0 0;
    clear: both;
    text-align: center;
}

.woman-box-text {
    width: 100%;
    padding: 0 30px 0 0;
}

.woman-mb30 {
    margin-bottom: 30px;
}

.woman-anchorlink a {
    color: #009ed3;
}
.woman-anchorlink a:hover {
    text-decoration: underline;
}
.woman-anchorlink ul {
    padding-top: 40px;
}
.woman-anchorlink li {
    padding-bottom: 20px;
}
.woman-anchorlink li:before {
    color: #009ed3;
    content: "▼";
    margin-right: 5px;
}

.woman-year {
    width: 50px;
    border-top: 1px solid #009ed3;
    padding: 30px 0 15px 0;
}

.woman-box-area-title {
    font-size: 22px;
    color: #009ed3;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0 0 40px 0;
    line-height: 1.6;
}

.woman-box-title-annotation {
    padding: 0 0 0 30px;
    font-size: 16px;
}

.woman-box-title-description-left {
    max-width: 650px;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    line-height: 1.6;
}

.woman-box-title-description {
    padding: 0 0 40px 0;
    line-height: 1.6;
}

.woman-box-subtitle {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 30px 0;
}

.woman-box-text {
    line-height: 1.6;
}

.woman-box-annotation {
    text-align: right;
    font-size: 10px;
    margin-top: 35px;
}

.woman-box-annotation02 {
    font-size: 14px;
    color: #666;
    margin-top: 40px;
}

.woman-box-name {
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 20px;
}

.woman-contents-table {
    display: table;
    margin: 0 0 20px 0;
}

.woman-contents-table-566px {
    width: 566px;
    display: table;
    margin: 0 0 20px 0;
}

.woman-contents-cell-title {
    display: table-cell;
    width: 100px;
    padding: 10px 0 10px 10px;
    font-weight: bold;
}

.woman-contents-cell-text {
    padding: 10px 0 0 20px;
    display: table-cell;
    line-height: 1.6;
    vertical-align: middle;
}
.woman-contents-cell-text .name {
    font-weight: bold;
}

.woman-contents-cell-text-50pct {
    padding: 10px 0 0 20px;
    display: table-cell;
    line-height: 1.6;
    vertical-align: middle;
    width: 50%;
}
.woman-contents-cell-text-50pct .name {
    font-weight: bold;
}

.woman-list li:before {
    content: " ・ ";
}

.community-main-visual {
    background: url(/assets/images/original/corp-images-community-main_community_title01.png) no-repeat;
    background-size: cover;
}

.community-main-guide-visual {
    background: url(/assets/images/original/corp-images-community-main_community_title02.png) no-repeat;
    background-size: cover;
}

.community-main-casestudy-visual {
    background: url(/assets/images/original/corp-images-community-main_community_title03.jpg) no-repeat;
    background-size: cover;
}

.community-about-subtitle {
    font-size: 1.57143em;
    font-weight: bold;
    padding: 60px 0 40px 0;
}
.community-about-subtitle.s-pt0 {
    padding-top: 0;
}
.community-about-subtitle_small {
  font-size: 18px;
  line-height: 1.8;
}

.community-about-content {
    clear: both;
}
.community-about-content a:hover {
    text-decoration: underline;
}

.community-about-content:last-child {
    margin: 0 0 100px 0;
}

.community-about-text {
    font-size: 1.14286em;
    line-height: 1.6;
}

.community-font-bold-rent-text {
    margin: 0 0 20px 0;
}

.community-font-bold-rent-link {
    margin: 0 0 40px 0;
}
.community-font-bold-rent-link a {
    color: #009ed3;
}
.community-font-bold-rent-link a:hover {
    text-decoration: underline;
}

.community-about-link {
    padding: 25px 0;
    overflow: hidden;
}
.community-about-link a:hover {
    text-decoration: none;
}
.community-about-link a.common-button-link-01 {
    width: 520px;
}

.community-about img {
    width: 100%;
}

.community-event-place-name {
/*  width: 150px;  */
    width: 190px;
    padding: 3px 0;
    text-align: center;
    background-color: #ecb03a;
    color: #fff;
    margin: 0 15px 20px 0;
    float: left;
}

.community-event-open {
    width: 100px;
    padding: 3px 0;
    text-align: center;
    background-color: #b7b7b7;
    color: #fff;
    margin: 0 15px 15px 0;
    float: left;
}

.community-event-info img {
    width: 100%;
}
.community-event-info a {
    color: #009ed3;
}
.community-event-info a:hover {
    text-decoration: underline;
}
.community-event-info a:hover img {
    opacity: 0.7;
}

.community-event-title {
    font-weight: bold;
    padding-top: 45px;
    margin-bottom: 20px;
    line-height: 35px;
    font-size: 22px;
}

.community-event-list {
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
}
.community-event-list dt {
    margin: 0 0 15px 0;
    padding-top: 3px;
    clear: both;
    width: 20%;
    font-weight: bold;
    float: left;
}
.community-event-list dd {
    float: left;
    width: 80%;
    padding-top: 3px;
}
.community-event-list .community-event-table {
    display: table;
}
.community-event-list .community-event-dt {
    display: table-cell;
    padding-right: 10px;
}
.community-event-list .community-event-dd {
    display: table-cell;
}

.community-more-button {
    clear: both;
    text-align: center;
    padding-top: 10px;
}
.community-more-button a {
    color: #fff;
    border-radius: 5px;
    padding: 15px 34px 15px 30px;
    background: #5081A5 url(/assets/images/original/corp-images-common-icon_arrow_link03.png) 95% center no-repeat;
}
.community-more-button a:hover {
    border: 1px #c4c5c6 solid;
    color: #333;
    background: url(/assets/images/original/corp-images-common-icon_arrow_link02.png) 95% center no-repeat;
}

.community-archive-main-visual {
    background: url(/assets/images/original/corp-images-community-archive-main_community_archive_title.png) no-repeat;
    background-size: cover;
}

.community-archive-content h2 {
    font-weight: bold;
}
.community-archive-content p {
    line-height: 1.6;
}
/*
.community-archive-content .community-archive-title {
    margin: 60px 0 0 0;
}
.community-archive-content .community-archive-title {
    margin: 32px 0 0 0;
}
*/
.community-archive-content .community-archive-box {
    margin: 20px 0;
}
.community-archive-content .community-archive-box:last-child {
    margin: 20px 0 100px 0;
}
.exhibition-box:last-child {
    margin-bottom: 60px;
}
.exhibition-box:first-child .community-archive-title{
    margin: 60px 0 0 0;
}
.exhibition-box .community-archive-title{
    margin: 32px 0 0 0;
}


.community-archive-title {
    font-size: 1.14286em;
}

.community-archive-box {
    -webkit-box-shadow: 1px 1px 1px #e0e0e0;
                    box-shadow: 1px 1px 1px #e0e0e0;
    background-color: #fff;
    overflow: hidden;
}
.community-archive-box .community-archive-list {
    padding: 25px;
    border-bottom: 1px solid #e0e0e0;
}
.community-archive-box .community-archive-list p {
    line-height: 1.6;
}
.community-archive-box .community-archive-list a {
    color: #009ed3;
}
.community-archive-box .community-archive-list a:hover {
    text-decoration: underline;
}
.community-archive-box .community-archive-list:last-child {
    border-bottom: none;
}
.community-detail-title {
    font-size: 1.57143em;
    font-weight: bold;
}
.community-image {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.community-about-twocolumn {
  display: flex;
    justify-content: space-between;
}
.community-about-twocolumn_inner {
    width: 49%;
}


.content-detail-section {
    line-height: 1.6;
}
.content-detail-section a {
    color: #009ed3;
    line-height: 1.6;
}
.content-detail-section a:hover {
    text-decoration: underline;
}

.content-detail-section-title {
    font-weight: bold;
}

.content-detail-link a {
    color: #009ed3;
    line-height: 1.6;
}
.content-detail-link a:hover {
    text-decoration: underline;
}
.content-detail-link .pdf-icon-list:before {
    content: url("/assets/images/original/corp-images-common-icon_pdf_file.png");
    top: 4px;
    position: relative;
    padding-right: 10px;
}

.koukoku-main-visual {
    background: url(/assets/images/original/corp-images-koukoku-main_koukoku_title.png) no-repeat;
    background-size: cover;
}

.koukoku-main-content {
    margin: 0 auto 30px auto;
}

.koukoku-text {
    line-height: 1.6;
}

.koukoku-list {
    margin: 45px 0 100px 0;
}
.koukoku-list ul {
    font-size: 0;
}
.koukoku-list li {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}
.koukoku-list a {
    color: #22a4d5;
    display: inline-block;
}
.koukoku-list a:hover {
    text-decoration: underline;
}

.pdf-icon-list:before {
    content: url(/assets/images/original/corp-images-common-icon_pdf_file.png);
    top: 4px;
    position: relative;
    padding-right: 10px;
}

.information-main-visual {
    background: url(/assets/images/original/corp-images-information-main_information_title.png) no-repeat;
    background-size: cover;
}

.information-main-logo {
    background-color: #f2f2f2;
    height: 300px;
}
.information-main-logo div.information-main-logo-table {
    display: table;
    width: 100%;
}
.information-main-logo div.information-main-logo-table > div {
    display: table-row;
}
.information-main-logo div.information-main-logo-table > div > div {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}
.information-main-logo div.information-main-logo-table > div > div p.information-main-logo-text {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.5;
}
.information-main-logo div.information-main-logo-table > div > div a {
    color: #009ed3;
    position: relative;
}
.information-main-logo div.information-main-logo-table > div > div a:hover {
    text-decoration: underline;
}
.information-main-logo div.information-main-logo-table > div > div a.detail-mark:after {
    content: " ＞ ";
}
.information-main-logo div.information-main-logo-table > div .information-main-logo-image {
    height: 120px;
}

.information-main-links {
    border-top: solid 1px #ccc;
}
.information-main-links .information-links-category > h2 {
    font-size: 1.42857em;
    font-weight: bold;
    padding: 60px 0 30px 0;
    width: 100%;
}
.information-main-links .information-links-category .information-links-category-link {
    display: block;
}
.information-main-links .information-links-category .information-links-category-description {
    display: block;
    margin-top: 20px;
    color: #333;
    font-size: 0.92857em;
    font-weight: normal;
    line-height: 1.4;
}
.information-main-links .information-links-category a {
    color: #009ed3;
    font-weight: bold;
}
.information-main-links .information-links-category a:hover span {
    text-decoration: underline;
}
.information-main-links .information-links-item-group {
    display: table;
    width: 100%;
}
.information-main-links .information-links-item-group .information-links-item {
    display: table-row;
}
.information-main-links .information-links-item-group .information-links-item > a {
    display: table-cell;
    width: 100%;
    height: 76px;
    background-color: white;
    border-top: solid 1px #ccc;
    padding: 5px 20px;
    vertical-align: middle;
}
.information-main-links .information-links-item-group .information-links-item:first-child > a {
    border-top: none;
}

.is-hidden {
    display: none;
}

/*トップページ-CSRエリア追記-----------------------------------------------------------------------------------*/

.top-csr-btn {
    margin: 0 auto 25px;
    overflow: hidden;
    width: 147px;
    height: 0;
    opacity: 0;
}
.top-csr-btn a {
    float: left;
    border-radius: 2px;
    background: url(/assets/images/original/corp-images-common-icon_arrow_link03.png) 91% center no-repeat;
    background-color: #6fb647;
    color: #fff;
    padding: 15px 35px;
    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
    font-size: 13px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.top-csr-btn a:hover {
    background-color: #609E3E;
}
.top-csr-btn .act {
    background: url(/assets/images/original/corp-images-common-icon_arrow_link03.png) 91% center no-repeat;
    background-color: #00a0e9;
    border: 1px #00a0e9 solid;
    color: #fff;
}
.top-csr-title-box {
    padding: 130px 70px 0 70px;
    padding-left: 9.23%;
}
.top-csr-title-box .ttl {
    display: inline-block;
    margin-bottom: 30px;
    padding: 53px 57px;
    border: 1px solid #6fb647;
    color: #6fb647;
    font-size: 28px;
    font-weight: bold;
}
.top-csr-title-box .text-img {
    margin-top: 30px;
}

.top-csr {
    background: url(/assets/images/original/corp-images-top-img_top_csr.jpg) no-repeat;
    background-size: cover;
    height: 1024px;
}

.top-csr .list-box {
    min-width: 1000px;
    padding-top: 50px;
    text-align: center;
}
.top-csr .list-box ul {
    font-size: 0;
}
.top-csr .list-box li {
    display: inline-block;
    font-size: 14px;
    width: 30%;
    vertical-align: top;
    padding: 5px;
    min-width: 324px;
}
.top-csr .list-box .top-item {
    z-index: 1;
    background: #fff;
    border: 1px solid #e3e2dd;
    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
    opacity: 0.9;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    position: relative;
    padding-top: 20px;
}
.top-csr .list-box .top-item .top-item-image {
    width: 100%;
    height: 125px;
    text-align: center;
    display: table;
}
.top-csr .list-box .top-item .top-item-image p {
    width: 100%;
    height: 125px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.top-csr .list-box .top-item .top-item-text {
    margin-top: 15px;
}
.top-csr .list-box .top-item .top-item-text h3 {
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 1.07143em;
    line-height: 1.6;
}
.top-csr .list-box .top-item .top-item-text > p {
    padding: 0 20px;
    margin: 15px auto 5px;
    line-height: 1.6;
    text-align: left;
    height: 80px;
    font-size: 13px;
}
.top-csr .list-box .top-item:hover {
    z-index: 2;
    border: 1px solid #6fb647;
    opacity: 1;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

@media print {
    body {
        overflow: visible !important;
    }

    .l-navi-print {
        display: none;
    }

    .l-contents-wrapper {
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        margin-left: 0 !important;
    }
    .l-contents-wrapper .l-contents,.l-navi {
        visibility: unset;
    }
    #splash {
        display: none;
    }

    .top-slide > div {
        display: block;
    }
}

/*-----------------------------
/corp/wellness/　ページ
-----------------------------*/
.wellness-wrap .wellness-main-visual {
    background: url(/assets/images/original/corp-images-wellness-main_wellness_title.png) no-repeat;
    background-size: cover;
}
.wellness-wrap .s-mb0{
    margin-bottom: 0;
}
.wellness-wrap .s-mb16{
    margin-bottom: 16px;
}
.wellness-wrap .wellness_w {
    padding: 5% 9.23%;
    overflow: hidden;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}
.wellness-wrap .wellness_w {

}
.wellness-wrap .wellness_g {
    padding: 5% 9.23%;
    overflow: hidden;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 1.6;
}
.wellness-wrap .wellness_g:first-child {
    padding: 0 9.23% 4% 9.23%;
    overflow: hidden;
    background-color: #f2f2f2;
    font-size: 14px;
    text-align: center:
}
.wellness-wrap .wellness_sengen_midashi {
    text-align: center;
    font-size: 14px;
    padding-bottom: 4%;
}
.wellness-wrap .wellness_sengen_box {
    margin-bottom: 2%;
    border-top: 6px solid #009ed3;
    border-bottom: 6px solid #009ed3;
}
.wellness-wrap .wellness_sengen {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 4%;
}
.wellness-wrap .wellness_sengen_day {
    text-align: right;
    font-size: 11px;
    padding: 0.5% 0;
}
.wellness-wrap .wellness_sengen_s {
    text-align: center;
    font-size: 18px;
    padding: 1% 0 4% 0;
    line-height: 1.6;
}
    .wellness-wrap .keikaku {
        float: left;
        width: 30%;
        margin-top: 3%;
        margin-left: 2%;
    }
    .wellness-wrap .keikaku li {
        position: relative;
    }
    .wellness-wrap .keikaku li::after {
        display: block;
        content: '';
        position: absolute;
        top: .5em;
        left: -1em;
        width: 5px;
        height: 5px;
        background-color: #666666;
        border: 1px solid #666666;
    }
.wellness-wrap .wellness_p_fr {
    margin: 1% 8% 3% 0;
    width: 60%;
    float: left;
}
.wellness-wrap .wellness_photo {
    clear: both;
    padding: 32px 0 0;
}
.wellness-wrap .wellness_photo ul {
    text-align: center;
}
.wellness-wrap .wellness_photo li {
    float: left;
    margin-left: 5%
}
.wellness-wrap .wellness_photo li:first-child {
    margin-left: 0;
}
.wellness-wrap .wellness_photo p {
    margin-top: 3%;
    font-size: 12px;
}
.wellness-wrap .llp_ul {
    padding: 2% 6%;
    background-color: #f2f2f2;
}
.wellness-wrap .llp_ul li {
    padding: 5% 0 4% 0;
    border-bottom:  solid  #D4D4D4 1px;
    clear: both;
    overflow: hidden;
}
.wellness-wrap .llp_ul li:last-child {
    padding: 5% 0 4% 0;
    border-bottom:  solid  #f2f2f2 1px;
    clear: both;
    overflow: hidden;
}
.wellness-wrap .llp_txt {
    float: left;
    width: 70%;
}
.wellness-wrap .llp_txt a {
    font-size: 11px;
    color: #929292;
    text-decoration: underline;
}
.wellness-wrap .llp_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2%;
    text-indent: -1em;  
    padding-left: 1em;
}
.wellness-wrap .llp_ul img {
    float: right;
}
.wellness-wrap .p_red{
    color: #FF0004;
}
.wellness-wrap .wellness_photo ul { 
/*  margin-bottom: 30px;*/
    overflow: hidden;
}

/* 220207 追記 */
.wellness-wrap .s-pcimg_h140 {
    height: 140px;
}
.wellness-wrap .s-mb10 {
    margin-bottom: 10px;
}
.wellness-wrap .s-mt30 {
    margin-top: 30px;
}
.wellness-wrap .s-mb30 {
    margin-bottom: 30px;
}

.wellness-wrap.s-20220207update .wellness_photo ul { 
    width: 810px;
    margin: auto;
}
.wellness-wrap.s-20220207update .wellness-fix02.s-mt30,
.wellness-wrap.s-20220207update .wellness-fix06.s-mt30 {
    margin-top: 64px;
}

/*tab*/
.wellness-wrap .s-tabs__inner {
    margin-top: 24px;
}
.wellness-wrap .s-tabs-nav__item {
    max-width: 220px;
    width: 100%;
    border-bottom: 0;
    margin: 10px 5px 0;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 20px 5px;
    background-color: #ffffff;
    transition: 0.3s;
    cursor: pointer;
    font-weight: bold;
}
.wellness-wrap .s-tabs-nav__item:first-child {
    margin-left: 0;
}
.wellness-wrap .s-tabs-nav__item:last-child {
    margin-right: 0;
}
.wellness-wrap .s-tabs-nav__item:hover {
    color: #ffffff;
    background-color: #5081A5;
    transition: 0.3s;
}
.wellness-wrap .s-tabs--active {
    color: #ffffff;
    background-color: #5081A5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wellness-wrap .s-tabs-nav {
    display: flex;
}
.wellness-wrap .s-tabs-content__wrap {
    border: 2px solid #5081A5;
}
.wellness-wrap .s-tabs-content {
    display: none;
    background-color: #ffffff;
}
.wellness-wrap .s-tabs-content--show {
    display: block !important;
}
.wellness-wrap .s-tabs-content .s-per-list {
    margin-bottom: 10px;
    width: 30%;
    margin-right: 5%;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.wellness-wrap .s-tabs-content .s-per-list:nth-child(3n) {
    margin-right: 0;
}
.wellness-wrap .s-tabs-content .s-per-list .s-pre-list_h {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
}
.wellness-wrap .s-tabs-content .s-per-list_wrap {
    padding: 24px 32px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}
.wellness-wrap .s-per-list_tit {
    color: #ffffff;
    background-color: #5081A5;
    text-align: center;
    padding: 12px;
}

.wellness-wrap .s-health_indicator-box .s-pdf_btn {
    margin: 0;
}

/*report*/
.wellness-wrap .s-report-box__wrap {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 45px;
}
.wellness-wrap .s-report-box:first-child {
    margin-right: 100px;
}
.wellness-wrap .s-report-box .s-img {
    border: 1px solid #eee;
}
.wellness-wrap .s-report-text {
    text-align: center;
}

.wellness-wrap .s-report-text {
    margin-top: 20px;
}
.wellness-wrap .s-report-title {
    font-weight: bold;
    font-size: 24px;
}
.wellness-wrap .s-pdf_btn {
    border: 1px solid #cccccc;
    max-width: 330px;
    margin: 20px auto 0;
    text-align: center;
}
.wellness-wrap .s-pdf_btn .pdf-link {
    display: block;
    height: 54px;
    line-height: 54px;
}

/*健康経営3つの柱*/
.wellness-wrap .s-three_pillars {
    margin-top: 60px;
    border: 1px solid #ddd;
    padding: 0 16px 16px;
    background: #ddd;
}
.wellness-wrap .s-three_pillars__tit {
    border: 2px solid #5081A5;
    padding: 8px;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    color: #5081A5;
    font-weight: bold;
    text-align: center;
    width: 380px;
    margin: -25px auto 16px;
}
.wellness-wrap .s-three_pillars__table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    /*table-layout: fixed;*/
    box-sizing: border-box;
}
.wellness-wrap .s-three_pillars__table .s-th.s-thwidth {
    padding: 1em 10px 1em 1em;
    border-right: 2px solid #f2f2f2;
    width: unset;
}
.wellness-wrap .s-three_pillars__table .s-th,
.wellness-wrap .s-three_pillars__table .s-td {
    padding: 1em 10px 1em 1em;
    border-right: 2px solid #f2f2f2;
    width: 25%;
}

.wellness-wrap .s-three_pillars__table .s-td.s-tdnew {
    width: 41%;
}

.wellness-wrap .s-three_pillars__table .s-th {
    font-weight: bold;
}
.wellness-wrap .s-three_pillars__table .s-th.s-thnew {
    width:18%;
    
}
.wellness-wrap .s-three_pillars__table .s-non {
    background: none;
}
.wellness-wrap .s-three_pillars__table .s-thead .s-th {
    background-color: #f7931d;
    color:#fff;
}
.wellness-wrap .s-three_pillars__table .s-tbody .s-th {
    background: #5081A5;
    color: #fff;
}
.wellness-wrap .s-three_pillars__table .s-tbody .s-tr {
    background-color: #ffffff;
    padding: .35em;
    border-bottom: 2px solid #f2f2f2;
}

.s-arrow-down {
    display: block;
    vertical-align: middle;
    color: #5081A5;
    line-height: 1;
    position: relative;
    width: 0.4em;
    height: 1.6em;
    background: currentColor;
    margin: 12px 0 18px 32px;
}
.s-arrow-down::before {
    content: '';
    width: 1.4em;
    height: 1.4em;
    border: 0.4em solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: -0.4em;
    box-sizing: border-box;
}
.wellness-wrap .s-small {
    font-size: 13px;
    display: inline-block;
}
.wellness-wrap .s-indent {
    padding-left:1em;
    text-indent:-1em;
}
.wellness-wrap sup {
    position: relative;
    font-size: 75%;
    top: 0;
    line-height: 1;
    vertical-align: super;
}
/*-----------------------------
/corp/wellness/　ページ end
-----------------------------*/
/*-----------------------------
/corp/philosophy/　ページ
-----------------------------*/
.philosophy-main-visual {
    background: url(/assets/images/original/corp-images-philosophy-title_pc.jpg) no-repeat;
    background-size: cover;
}
.l-philosophy {
    background-color: #f2f2f2;
    padding: 0 9.23%;
}
.l-philosophy .s-number.s-list {
    counter-reset: count 0;
}
.l-philosophy .s-number.s-list .s-list-item {
    position: relative;
    padding-left: 1.2em;
}
.l-philosophy .s-number.s-list .s-list-item:before {
    position: absolute;
    left: 0;
    top: 0;
    content: counter(count) ". ";
    counter-increment: count 1;
}

.l-philosophy .philosophy-content {
    padding-bottom: 60px;
    color: #000;
}

.l-philosophy .s-introduction {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.l-philosophy .s-introduction__img {
    width: 53.5100286533%;
    margin-right: 0;
    margin-left: -8.1661891117%;
}
.l-philosophy .s-introduction__img .s-img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.l-philosophy .s-introduction__textbox {
    position: relative;
    width: 52.2922636103%;
    margin-top: 8.1661891117%;
    padding: 40px;
    background-color: #fff;
}
.l-philosophy .s-introduction__textbox .s-heading {
    margin-bottom: 40px;
}
.l-philosophy .s-introduction__textbox .s-heading .s-jp {
    display: block;
    font-weight: bold;
    padding-bottom: 12px;
    font-size: 36px;
}
.l-philosophy .s-introduction__textbox .s-heading .s-en {
    display: inline-block;
    font-weight: normal;
    font-size: 15px;
    color: #999;
    border-bottom: 1px solid #4ab4e5;
    padding-bottom: 4px;
}
.l-philosophy .s-introduction__textbox .s-text {
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
}
.l-philosophy .s-introduction__textbox .s-list {
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
    margin: 1em 0 1em 1em;
}

.l-philosophy .s-detail__textbox {
    background-color: #e6e6e6;
    padding: 40px;
    margin-top: 50px;
}
.l-philosophy .s-detail__textbox .s-heading {
    margin-bottom: 32px;
}
.l-philosophy .s-detail__textbox .s-heading .s-jp {
    display: block;
    font-weight: bold;
    padding-bottom: 12px;
    font-size: 20px;
}
.l-philosophy .s-detail__textbox .s-heading .s-en {
    display: inline-block;
    font-weight: normal;
    font-size: 15px;
    color: #999;
    border-bottom: 1px solid #4ab4e5;
    padding-bottom: 4px;
}
.l-philosophy .s-detail__textbox .s-text {
    font-size: 16px;
    line-height: 1.6;
}
.l-philosophy .s-detail__textbox .s-list {
    margin-top: 1em;
    font-size: 16px;
    line-height: 1.6;
}
/*-----------------------------
/corp/philosophy/　ページ end
-----------------------------*/
























/* 20180710 grf清水追加 corpトップニュース用*/
.list-box-static__item {
        padding: 20px;
        font-size: 18px;
        line-height: 1.5;
        border: 1px solid #e1e1e1;
        border-bottom: none;
        border-right: none;
}
.top-news {
    height: 500px;
}
/* 20180710 grf清水追加 corpトップニュース用 ここまで*/
/* 20180822 corp お客様のニーズに応える画期的なサービス用*/
.l-service .service-list-add-content {
    margin-left: 100px;
}
/* 20180822 corp お客様のニーズに応える画期的なサービス用 ここまで*/



/* 20180920 高橋　corpニュースリリース用*/
.arrow-pb150{
    padding-bottom: 150px !important;
}


.u-display_sponly {
        display: none !important;;
}

.release-page.release-detail-contents h2.title,
.release-page.release-detail-contents h3.title {
        font-size: 15px;
        line-height: 26px;
}


/* 20190328 corpニュースリリース用 */
.detail-20190328.layout-wrap {
    display: flex;
    flex-direction: row;
}

.detail-20190328 .layout-item {
    border: 1px solid #000;
    padding: 16px;
    margin: 0 10px;
    width: 50%;
}

.detail-20190328 .layout-item p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.detail-20190328 .inner-layout-wrap {
    display: flex;
    flex-direction: row;
}

.detail-20190328 .inner-layout-item:first-child {
    margin-right:10px;
}

.detail-20190328 .inner-layout-item img {
    width: 173px;
    height: auto;
}

.detail-20190328 .inner-layout-item dt{
    white-space: nowrap;
}

/* 20190405 ダイバーシティ */

#compatible .ryouritsu-box-img {
        width: auto;
        padding-left: 10px;
}

/* ニュースリリース20190606 */
.release-detail-contents img.arrow-pb110 {
    padding-bottom: 110px;
}

/* ニュースリリース20190924 */
.release-detail-contents .s-pr60 {
    padding-right: 60px;
}

/* ダイバーシティ20190924 */
.s-ryouritsu-year-wrap{
    display: table;
}
.s-ryouritsu-year-sub{
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0 15px 0;
    font-size: 16px;
    padding-left: 10px;
}


/* 20200327 corpニュースリリース用 */
.s-detail-20200327.layout-wrap {
    display: flex;
    flex-direction: row;
}
.s-detail-20200327 .layout-item {
    border: 1px solid #000;
    padding: 16px;
    margin: 0 10px;
    width: 50%;
}
.s-detail-20200327 .layout-item .sabh {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.s-detail-20200327 .inner-layout-item img {
    max-height: 240px;
    width: auto;
}
.s-detail-20200327 .inner-layout-item dl {
    line-height: 1.6;padding-left: 10px;
}
.s-detail-20200327 .inner-layout-item dt{
    white-space: nowrap;
}


/*200604 corpトップ-動画設置*/
.s-top-movie{
        background: url(/assets/images/original/corp-images-top-bg_top04.png) repeat;
        position: relative;
        height: 320px;
}

.s-m-cm-lead {
        padding: 32px 8px;
        background: #fff;
}
.s-m-cm-lead__title {
        margin: 0.83em auto 0;
        font-size: 20px;
        line-height: 28px;
        color: #003d7c;
        /* margin-block-start: 0.83em; */
        /* margin-block-end: 0.83em; */
        /* margin-inline-start: 0px; */
        /* margin-inline-end: 0px; */
        font-weight: bold;
}
.s-m-cm-lead__title-separate {
        display: inline-block;
}
.s-m-cm-lead__movie {
        position: relative;
        width: 100%
}
.s-m-cm-lead__movie>iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 0
}
.s-m-cm-lead__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 48px auto 0;
        position: relative;
        margin-top: 16px;
        line-height: 22px;
}
.s-m-cm-lead__detail {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        margin: 60px 0 0 12px;
        font-size: 14px;
        line-height: 20px;
}
.s-m-cm-lead__button-area {
        margin: 24px 24px 0;
        text-align: center;
}

.s-a-button {
        display: inline-block;
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
        -webkit-transition: all .12s ease-out 0s;
        -o-transition: all .12s ease-out 0s;
        transition: all .12s ease-out 0s;
        height: 100%;
}
.s-a-button--type_fill {
        background: #00aeef;
        -webkit-box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.15);
        box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.15);
        border-radius: 4px;
        color: #fff;
}
.s-a-button--size_normal {
        width: 100%;
        height: 64px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 560px;
}
.s-a-button__text {
        font-size: 16px;
        /*font-size: 1.6rem;*/
        font-weight: 700;
        display: inline-block;
}


@media print,screen and (min-width: 769px) {
        .s-o-content__inner {
                margin: 0 auto;
                width: 940px;
                position: absolute;
                top: -70px;
                left: 0;
                right: 0;
        }

        .s-m-cm-lead {
                padding: 32px;
                position: relative;
        }
        .s-m-cm-lead__title-separate {
                margin-left: 4px;
        }
        .s-m-cm-lead__inner {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
                height: 250px;
        }
        .s-m-cm-lead__movie {
                width: 420px;
                height: 100%;
        }
        .s-m-cm-lead__info {
                width: calc(100% - 440px);
                position: relative;
                padding-right: 20px;
        }
        .s-m-cm-lead__info:before {
                content: '';
                width: 30px;
                height: 30px;
                position: absolute;
                top: 50%;
                right: -15px;
                -webkit-transform: translateY(-50%) rotate(45deg);
                -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
                background: #fff;
        }
        .s-m-cm-lead__detail {
                margin: 40px 0 0 16px;
        }
        .s-m-cm-lead__button-area {
                margin: 28px 0 0;
        }
        .s-m-cm-lead__button-area .s-a-button {
                width: 255px;
        }

        .s-a-button__text {
                position: relative;
        }
        .s-a-button--type_fill:hover {
                background: #22c3ff;
                -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
                box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
        }

        .s-u-display__sponly {
                display: none;
        }
}

/*200604 corpトップ-ニュースの幅固定設定・上のはみ出しリセット*/
.top-news .s-news-box200604{
        top: 0;
}
.top-news .s-news-box200604 .news-left{
        width: 78px;
        min-width: auto;
}
.top-news .s-news-box200604 .news-right{
        width: 780px;
        min-width: auto;
}

@font-face {
        font-family: livable;
        src: url(/fonts/livable.eot?17254b92fea);
        src: url(/fonts/livable.eot?17254b92fea#iefix) format('embedded-opentype'),url(/fonts/livable.woff?17254b92fea) format('woff'),url(/fonts/livable.ttf?17254b92fea) format('truetype')
}
.iconfont-livable-newtab:before {
        content: '\EA48';

        font-family: livable;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        font-family: livable;
        vertical-align: -.2em;
        margin-right: 8px;
}

/*200728 コロナ感染のリンク*/
.s-top-covid19-news-link{
        text-align: right;
        position: absolute;
        right: 0;
        padding-right: 15px;
        margin-top: 70px;
        background: url(/assets/images/original/corp-images-common-icon_arrow_link01.png) no-repeat right;
        z-index: 1;
}
.s-top-covid19-news-link.s-sp-only {
        display: none;
}
.s-sub-covid19-news-link{
        padding-right: 15px;
        margin-bottom: 10px;
        background: url(/assets/images/original/corp-images-common-icon_arrow_link01.png) no-repeat right;
        z-index: 1;
        display: inline-block;
}
.s-top-covid19-news-link a,
.s-sub-covid19-news-link a {
    color: #009ed3;
}
.s-top-covid19-news-link a:hover,
.s-sub-covid19-news-link a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/* 20200729 corpニュースリリース用*/
.s-box-wrap_200729{
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.s-box-inner_200729{
    float: left;
    width: 48%;
}
.s-box-inner_200729:nth-of-type(2){
    float: right;
}

.s-table01_200729 table,
.s-table02_200729 table{
    width: 100%;
}
.s-table01_200729 th,
.s-table02_200729 th{
    background-color: #3264a3;
    color: #ffffff;
}
.s-table01_200729 td,
.s-table02_200729 td{
    background-color: #fff;
}
.s-table01_200729 th,
.s-table01_200729 td,
.s-table02_200729 th,
.s-table02_200729 td{
    border: solid 1px #000;
    text-align: center;
}
.s-table01_200729 .td01,
.s-table01_200729 .td03{
    width: 15%;
    padding: 10px;
}
.s-table01_200729 .td02{
    width: 70%;
    padding: 10px;
}
.s-table01_200729 td.td02,
{
    text-align: left;
}
.s-table02_200729 .td01{
    width: 30%;
    padding: 10px;
}
.s-table02_200729 .td02{
    width: 70%;
    padding: 10px;
    text-align: left;
}


/*200818 /corp/about/ 2カラム用ボタン*/
.s-two-columns-btn-link200818{
    margin-top: 50px;
    overflow: hidden;
}
.s-two-columns-btn-link200818 a {
    width: 49%;
    float: left;
    padding: 15px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.07143em;
    text-decoration: none;
    display: block;
    text-align: center;
    background: url(/assets/images/original/corp-images-common-icon_arrow_link_200818.png) no-repeat;
    background-position: right 20px bottom 16px;
    border-bottom: 2px #5081A5 solid;
    color: #5081A5;
    font-weight: bold;
}
.s-two-columns-btn-link200818 a:last-child {
    float: right;
}

.s-two-columns-btn-link200818 a:hover {
    background: url(/assets/images/original/corp-images-common-icon_arrow_link03.png) no-repeat;
    background-position: right 20px bottom 16px;
    background-color: #5081A5;
    color: #fff;
}


/* 200826追記　別タブアイコン配置 */
.navi-sub-area .navi-sub-menu li a.s-navi-right-icon-blank-link200826 {
    background: url(/assets/images/original/corp-images-icn_blank_200826.png) right 16px center no-repeat;
}
.navi-sub-area .navi-sub-menu li a.s-navi-right-icon-blank-link200826:hover {
    background: url(/assets/images/original/corp-images-icn_blank_200826.png) #124A7B right 16px center no-repeat;
}


/* 200911追記　コミュニティプレイス中止文言配置 */
.s-community-notify {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 9.23%;
    padding-top: 80px;
}
.s-community-notify-title {
    font-size: 1.57143em;
    font-weight: bold;
    padding-bottom: 40px;
}
.s-community-notify-text {
    font-size: 1.14286em;
    line-height: 1.6;
}
.s-community-notify-text-mb20 {
    margin-bottom: 20px;
}
.s-community-notify-text-mb40 {
    margin-bottom: 40px;
}


/* 201013　追記 */
.s-students-voice-wrap_201013{
    width: 750px;
    margin: 0 auto; 
}
.s-students-voice_201013{
    font-size: 18px;
    font-weight: bold;
    color: #009ed3;
    text-align: center;
    margin-top: 3em;
}
.s-balloon_201013 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.s-balloon_201013 .s-faceicon_201013 {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.s-balloon_201013.right .s-faceicon_201013 {
    float: right;
    margin-left: -90px;
    margin-right: 0;
    width: 80px;
}

.s-balloon_201013 .s-faceicon_201013 img{
    width: 100%;
    height: auto;
    padding: 0; 
}

.s-balloon_201013 .s-chatting_201013 {
    width: 100%;
}

.s-says_201013,
.s-says-right_201013 {
    position: relative;
    display: inline-block;
    padding: 17px 13px;
    color: #009ed3;
    font-size: 16px;
    line-height: 1.4;
    background: #FFF;
    border: solid 3px #009ed3;
    border-radius: 20px;
    box-sizing: border-box;
}

.s-says_201013{
    margin: 5px 0 0 105px;

}

.s-says-right_201013{
    margin: 5px 105px 0 0;
}

.s-says_201013:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.s-says_201013:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #009ed3;
    z-index: 1;
}

.s-says-right_201013:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.s-says-right_201013:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #009ed3;
    z-index: 1;
}

.s-says_201013 p ,
.s-says-right_201013 p {
    margin: 0;
    padding: 0;
}


/* 201217　追記 */
.s-pc-hidden{
    display: none !important;
}


/* 210120 ニュースリリース20210122.html用　追記 */
.s-storage-feature-wrap_210122 {
    border: 1px solid #000;
    -moz-box-shadow: 11px 11px 6px -6px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 11px 11px 6px -6px rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 11px 11px 6px -6px rgba(0, 0, 0, 0.26);
    box-shadow: 11px 11px 6px -6px rgba(0, 0, 0, 0.26);
    background-color: #fff;
    padding: 20px 36px;
    margin: 0 auto 28px;
    width: 700px;
    box-sizing: border-box;
}
.s-storage-feature-wrap_210122 img {
    margin-top: -24px;
}

.s-storage-feature-title_210122 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #366092;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin: 0 0 20px 0;
}
.s-storage-feature-text_210122{
    padding-left: 2.2em;
}


/* 210528 ニュースリリース20210531.html用　追記 */
.release-gray-table.s-table_210528 tbody th,
.release-gray-table.s-table_210528 tbody td {
    padding: 8px 16px;
}

/* 210610 多彩な事業ページ　アイコン追加　追記 */
.business-common-main-contents-group .business-common-icon-10 {
    background: url(/assets/images/original/corp-images-business-icon_business_10.png) no-repeat;
    background-size: auto 60px;
}
.business-common-main-contents-group .business-common-icon-11 {
    background: url(/assets/images/original/corp-images-business-icon_business_11.png) no-repeat;
    background-size: auto 60px;
}
.business-common-main-contents-group .business-common-icon-12 {
    background: url(/assets/images/original/corp-images-business-icon_business_12.png) no-repeat;
    background-size: auto 60px;
}
.business-common-main-contents-group .business-common-icon-13 {
    background: url(/assets/images/original/corp-images-business-icon_business_13.png) no-repeat;
    background-size: auto 60px;
}
.business-common-main-contents-group .business-common-icon-14 {
    background: url(/assets/images/original/corp-images-business-icon_business_14.png) no-repeat;
    background-size: auto 60px;
}


/* 6月23日お知らせ */
.release-content-block[href="/assets/files/3261"] .release-category-new:after,
.list-box[href="/assets/files/3261"] .release-category-new:after {
    display: none;
}


/* 20210720 20210721.html */
.s-speed-ai-satei-article-ttl01{
    color: #003d7c;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.5;
}
.s-speed-ai-satei-article-ttl01 .s-speed-ai-satei-article-ttl-border{
    border-bottom: 1px solid #003d7c;  
}
.s-speed-ai-satei-article-ttl01 .s-speed-ai-satei-article-ttl-large-num{
    font-size: 48px;
}
.s-speed-ai-satei-article-ttl02{
    color: #953734;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 1.5;
    text-align: center;
}
.s-speed-ai-satei-article-ttl02 .s-speed-ai-satei-article-ttl-border{
    border-bottom: 1px solid #953734;
}
.s-speed-ai-satei-flow{
    display: flex;
    justify-content: center;
}
.s-speed-ai-satei-step{
    position: relative;
    padding-right: 44px;
}
.s-speed-ai-satei-step:before{
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -30px;
    content: "";
    width: 60px;
    height: 60px;
    background: url("/assets/images/original/corp-release-image-20210721-arrow-icon.png") no-repeat center bottom/ 60px 60px;
    z-index: 1;
}
.s-speed-ai-satei-step:last-child{
    padding-right: 0;
}
.s-speed-ai-satei-step:last-child:before{
    background: none;
    padding-right: 0;
}
.s-speed-ai-satei-step img{
    margin-bottom: 8px;
    height: 400px;
    width: auto;
}
.s-speed-ai-satei-step-disc{
    color: #003d7c;
    font-weight: bold;
    background: #e8f4f8;
    padding: 16px;
    line-height: 1.5;
}
.s-speed-ai-satei-article-width{
    width: 670px;
}
.s-speed-ai-satei-article-width .release-detail-img-table-th{
    width: 50%;
}
.s-speed-ai-satei-article-width .release-detail-img-table-th img{
    max-height: 320px;
    width: auto;
}
.s-speed-ai-satei-mypage-text{
    color: #632423;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}
.s-speed-ai-satei-article-white-bg{
    background-color: #fff;
    padding: 32px;
    margin-bottom: 32px;
}

/* 210729 追記 白背景 */
.s-release-detail-white-bg-wrap{
    background-color: #fff;
    padding: 32px;
}

/* 210803 promotion & work-style-reform */
.promotion .diversity-main,
.work-style-reform .diversity-main {
        color: #000;
}

.promotion .diversity-main-visual {
        background-image: url(/assets/images/original/corp-images-diversity-main_promotion_title.png);
}

.work-style-reform .diversity-main-visual {
        background-image: url(/assets/images/original/corp-images-diversity-main_work-style-reform_title.png);
}

.s-diversity-section {
        margin-bottom: 80px;
}

.s-diversity-img-anchor-link-wrap {
        display: flex;
        justify-content: space-between;
}

.s-diversity-img-anchor-link-item {
        width: 27%;
        text-align: center;
}

.s-diversity-img-anchor-link-item-link {
        color: #009ed3;
        display: inline-block;
}

.s-diversity-img-anchor-link-item .s-diversity-img-anchor-link-item-img {
        width: 100%;
        max-width: 240px;
        margin-bottom: 32px;
}

.s-diversity-img-anchor-link-item-txt {
        position: relative;
        display: inline-block;
        padding: 0 0 24px 0;
        vertical-align: middle;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        width: 100%;
}

.s-diversity-img-anchor-link-item-txt::before,
.s-diversity-img-anchor-link-item-txt::after {
        position: absolute;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
}

.s-diversity-img-anchor-link-item-txt::before {
        left: 50%;
        width: 8px;
        height: 8px;
        border-top: 3px solid #009ed3;
        border-right: 3px solid #009ed3;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin: 32px 0 0 -5px;
}

.s-diversity-sub-title {
        font-size: 28px;
        font-weight: 400;
        line-height: 1.5;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-bottom: 40px;
        color: #009ed3;
}

.s-diversity-activities-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -16px;
}

.s-diversity-activities-item {
        width: 50%;
        padding: 0 16px;
        box-sizing: border-box;
        margin-bottom: 44px;
}

.s-diversity-activities-item-ttl {
        position: relative;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        color: #000;
        margin-bottom: 28px;
}

.s-diversity-activities-item-txt {
        font-size: 14px;
        line-height: 1.7;
        overflow: hidden;
}

.s-diversity-activities-item-img {
        float: left;
        max-width: 120px;
        margin: 0 20px 0 0;
}

.s-diversity-activities-item-ttl[class*="icon"]::before {
        position: absolute;
        top: 1px;
        left: 0;
        display: inline-block;
        min-width: 48px;
        font-size: 11px;
        text-align: center;
        line-height: 1.7;
        border: 1px solid #009ed3;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 0 4px;
        color: #009ed3;
        vertical-align: middle;
}

.s-diversity-activities-item-ttl.s-diversity-activities-icon01,
.s-diversity-activities-item-ttl.s-diversity-activities-icon02,
.s-diversity-activities-item-ttl.s-diversity-activities-icon03 {
        padding-left: 60px;
}

.s-diversity-activities-item-ttl.s-diversity-activities-icon04 {
        padding-left: 66px;
}

.s-diversity-activities-item-ttl.s-diversity-activities-icon01::before {
        content: "育児";
}

.s-diversity-activities-item-ttl.s-diversity-activities-icon02::before {
        content: "介護";
}

.s-diversity-activities-item-ttl.s-diversity-activities-icon03::before {
        content: "シニア";
}

.s-diversity-activities-item-ttl.s-diversity-activities-icon04::before {
        content: "障がい者";
}

.s-diversity-bg-box01,
.s-diversity-bg-box02 {
        width: 740px;
        margin: 0 auto;
        box-sizing: border-box;
}

.s-diversity-bg-box01 {
        background-color: #fff;
        padding: 24px;
        margin-bottom: 44px;
}

.s-diversity-bg-box02 {
        background-color: #e7e7e7;
        padding: 48px;
        margin-bottom: 32px;
}


.s-diversity-achievement-wrap {
        display: flex;
        justify-content: space-between;
}

.s-diversity-achievement-img {
        width: 120px;
}

.s-diversity-achievement-img img {
        width: 120px;
}


.s-diversity-achievement-info {
        width: 548px;
        margin-top: 12px;
}

.s-diversity-achievement-ttl {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 24px;
}

.s-diversity-achievement-txt {
        font-size: 14px;
        line-height: 1.7;
}

.s-diversity-various-support-wrap {
        margin-bottom: 40px;
}

.s-diversity-bg-box02 .s-diversity-various-support-wrap:last-child {
        margin-bottom: 0;
}

.s-diversity-various-support-ttl {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 28px;
}

.s-diversity-various-support-img {
        float: left;
        margin-right: 24px;
        width: 120px;
}

.s-diversity-various-support-txt {
        overflow: hidden;
        font-size: 14px;
        line-height: 1.7;
}

.s-diversity-various-support-info::after,
.s-diversity-activities-item-info::after {
        content: "";
        display: block;
        clear: both;
}

.s-diversity-indent-list {
        margin-top: 24px;
}

.s-diversity-indent-list .s-diversity-indent-list-item {
        font-size: 12px;
        line-height: 1.6;
        color: #777;
        text-indent: -1em;
        padding-left: 1em;
}

.s-diversity-mb0 {
        margin-bottom: 0 !important;
}

/* diversity top  */
.s-diversity-page-link-wrap {
        display: flex;
        justify-content: center;
        margin-top: 64px;
}

.s-diversity-page-link-item {
        width: 300px;
        padding: 0 28px;
        box-sizing: border-box;
        text-align: center;
}

.s-diversity-page-link-item img {
        max-width: 244px;
        margin-bottom: 28px;
}

.s-diversity-page-link-txt {
        font-size: 16px;
        font-weight: 700;
        color: #009ed3;
        line-height: 1.5;
        margin-bottom: 28px;
}

.s-diversity-more-info-button {
        display: flex;
        width: 134px;
        min-height: 34px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 1.7;
        border: 1px solid #5081A5;
        border-radius: 5px;
        padding: 4px 8px;
        background-color: #5081A5;
        box-sizing: border-box;
        justify-content: center;
        align-content: center;
        margin: 0 auto;
}

.s-diversity-more-info-button::after {
        content: ">";
        margin-left: 0.5em;
}

.s-diversity-more-info-button:hover {
        color: #333;
        border: 1px #c4c5c6 solid;
        background-color: transparent;
}

/* ダイバーシティ追加修正　0825 */
.s-diversity-align-right{
        text-align: right;
}
.s-diversity-3col-wrap{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -16px;
}
.s-diversity-3col-item{
        width: 33%;
        padding: 0 16px;
        margin-bottom: 20px;
        box-sizing: border-box;
}
.s-diversity-3col-detail .s-diversity-3col-detail-ttl,
.s-diversity-3col-detail .s-diversity-3col-detail-txt{
        font-size: 14px;
        line-height: 1.7;
}
.s-diversity-3col-detail .s-diversity-3col-detail-ttl{
        text-decoration: underline;
        margin-bottom: 8px;
}
.s-diversity-link-color{
        color: #009ed3;
}
.s-diversity-font-weight-400{
        font-weight: 400 !important;   
}
.s-diversity-mb20{
        margin-bottom: 20px;
}
.s-diversity-content-txt{
        font-size: 14px;
        line-height: 1.7;
}


/* 20210910.html */
.s-corp-release-cm-story-img{
    text-align: left;
}
.s-corp-release-cm-story-img img{
    max-width: 240px;
    margin: 0 0 20px 0;
padding: 0;
}
.s-corp-release-cm-actor-name{
    color: #009ed3;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
}
.s-corp-release-cm-actor-comment-box{
    border: 1px solid #333;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
}
.s-corp-release-cm-staff-column-wrap{
        display: flex;
        margin-bottom: 30px;
}
.s-corp-release-cm-staff-column-item{
        width: 33%;
        padding-right: 20px;
        box-sizing: border-box;
}
.s-corp-release-cm-staff-column-item:last-child{
        padding-right: 0;
}

/* 20211004 */
.s-release-detail-sdgs-list{
    overflow: hidden;
    margin: 0 -10px;
}
.s-release-detail-sdgs-list .s-release-detail-sdgs-list-item{
    float: left;
    margin: 0 10px 10px 10px;
}
.s-release-detail-sdgs-list .s-release-detail-sdgs-list-item img{
    width:110px;
    margin: 0;
    padding: 0;
}
.s-release-detail-caption211004{
    font-size: 13px;
    line-height: 1.4;
}

/*211207 追記*/
.s-text-indent {
    display:table;
    line-height: 20px;
}
.s-text-indent .s-text-indent_before {
    display:table-cell;white-space:nowrap;
}
.s-text-indent .s-text-indent_after {
    display:table-cell;
}


/*topページ　ニュース下バナー配置20220329*/
.s-top-banner_wrap {
    margin-top: -84px;
    padding-bottom: 64px;
    background: url(/assets/images/original/corp-images-top-bg_top04.png) repeat;
    position: relative;
    z-index: 1;
}
.s-top-banner_wrap .s-top-banner {
    margin: 0 auto;
    padding-top: 16px;
    width: 805px;
}
.s-top-banner_wrap .s-top-banner__link {
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.s-top-banner_wrap .s-top-banner__link:hover {
    -webkit-box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
}
.s-top-banner_wrap .s-top-banner__img {
    width: 100%;
    display: block;
}
/*50th ロゴ配置20220329*/
.s-50th_logo {
    height: 44px;
    padding: 14px 16px;
}

/* 20220909追記 */
.s-two-column220909 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    margin-bottom: 16px;
}
.s-two-column220909:last-child {
    margin-bottom: 0;
}
.s-two-column220909_inner_img {
    width: 10%;
}
.s-two-column220909_inner_txt {
    width: 88%;
    margin-left: 2% !important;
}

/* 2022/20221008.html ニュースリリース */
.s-20221008data_marker {
    display: inline;
    position: relative;
    line-height: 1.2;
    font-weight: bold;
    background-image: linear-gradient(to top, #FCC800 30%, transparent 0%);
    background-position: 0 bottom;
    background-repeat: no-repeat;
}
.s-20221008data_frame {
    font-size: 14px;
    line-height: 26px;
    padding: 16px;
    border: 1px solid #000;
    text-align: center;
}

/* 2022/20221013.html ニュースリリース */
.s-20221013 {
    position: relative;
}
.s-20221013:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 40px;
    background: url(/assets/images/original/shiritai-user-baibai-img-finance-point03_arrow.png) center/cover no-repeat;
    top: 146px;
    left: -24px;
}

.release-detail-img-table-th,
.release-detail-img-table-td221013 {
    display: table-cell;
    text-align: left;
    padding-right: 34px;
    vertical-align: bottom;
}

/* NEW CSS 31-10-022 */
.s-release-detail-content-li{
    display: flex;
    padding-top: inherit;
    font-size: 14px;
    line-height: 26px;

}

/* 20230502 追記 */
.business-other-main-support-link a.common-button-link-01.wd600{
    width:600px;
}

/* 5月29日お知らせ */
.release-content-block[href="/corp/release/2023/20230529.html"] .release-category-new:after,
.list-box[href="/corp/release/2023/20230529.html"] .release-category-new:after {
    display: none;
}

/* 20230803 border 追記*/
.s-230803_border{
    border: 1px solid;
}

/*-----------------------------
/corp/csr/human-rights-policy/　ページ
-----------------------------*/

.s-230919_human-rights-policy-main-visual,
.human-rights-policy .s-main-visual {
    background-color: #5081A5;
    opacity: 80%;
}
.s-230919_human-rights-policy_sengen_s a,
.human-rights-policy .s-link {
    color: #4ab4e5;
}
.human-rights-policy .s-link:hover {
    text-decoration: underline;
}

.l-human-rights-policy {
    /* background-color: #f2f2f2; */
    padding: 0 9.23%;
    padding-bottom: 0.1em;
}
.human-rights-policy .sub_header-title {
    padding: 16px 24px;
    background: #f5f9ff;
    font-size: 28px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    color: #5081a5;
    margin-bottom: 56px;
    border-top: 2px solid #5081a5;
}
.human-rights-policy .s-page-heading {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
}
.human-rights-policy .s-page-txtbox {
    margin-bottom: 56px;
    /*font-size: 16px;*/
}
.human-rights-policy .s-page-tit {
    margin-top: 30px;
    margin-bottom: 12px;
    line-height: 1.8;
    font-weight: bold;
    font-size: 18px;
}
.human-rights-policy .s-page-txt {
    margin-bottom: 12px;
    line-height: 1.8;
}
.human-rights-policy .s-page-notes {
    /*font-size: 14px;
    line-height: 1.8;*/
    text-indent: -1em;
    padding-left: 1em;
 }
.human-rights-policy .s-page-list {
    margin-bottom: 12px;
    line-height: 1.8;
}
.human-rights-policy .s-page-item {
    position: relative;
    padding-left: 1em;
}
.human-rights-policy .s-page-item:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000;
    top: .85em;
    left: .5em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*-----------------------------
/corp/csr/human-rights-policy/　ページ end
-----------------------------*/

/* 20240408 corpニュースリリース用*/
.s-box_20240408 {
    border: solid 2px #3264a3;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.s-box_20240408_tit {
    background-color: #3264a3;
    color: #ffffff;
    padding: 10px;
}
.s-box_20240408_txt {
    background-color: #fff;
    padding: 10px;
}

.s-table01_20240408 table {
    width: 100%;
    border: solid 1px #000;
}
.s-table01_20240408 th {
    background-color: #3264a3;
    color: #ffffff;
}
.s-table01_20240408 td {
    background-color: #fff;
}
.s-table01_20240408 th,
.s-table01_20240408 td {
    padding: 10px;
    border-bottom: 1px solid #000;
}
.s-table01_20241010 th {
    background-color: #3264a3;
    border:1px solid #000;
    padding: 12px 16px;
    color:#fff;
}
.s-table01_20241010 td {
    border:1px solid #000;
    padding: 12px 16px;
}
.s-table01_20241010 th:nth-child(1),
.s-table01_20241010 td:nth-child(1) {
  width: 50px;
}
.release-gray-table.s-table_20240408 tbody th {
    width: 15%;
}

/*　/corp/officer/　20250319追加　*/
.officer-main-visual {
    background: url(/assets/images/original/corp-images-about-main_about_title.png) no-repeat;
    background-size: cover;
}
.l-officer {
    background-color: #f2f2f2;
    padding: 0 9.23%;
}
.l-officer .officer-contents {
    padding: 0 0 80px 0;
}
.l-officer .officer-table-ttl {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 60px;
}
.l-officer .officer-table-ttl:first-child {
    margin-top: 0;
}
.l-officer .officer-contents .officer-table {
    display: table;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.11);
                    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.11);
}
.l-officer .officer-contents .officer-table .officer-table-row {
    display: table-row;
    color: #333333;
    text-align: left;
    background: #fff;
}
.l-officer .officer-contents .officer-table .officer-table-th {
    display: table-cell;
    font-weight: bold;
    width: 150px;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    padding: 30px 0 30px 30px;
    vertical-align: middle;
}
.l-officer .officer-contents .officer-table .officer-table-td {
    line-height: 1.6;
    display: table-cell;
    width: 730px;
    border-bottom: solid 1px #ebebeb;
    padding: 30px 0 30px 30px;
}
/*　/corp/officer/　20250319追加　end　*/
/* 2025/20250716.html ニュースリリース */
  .s-20250716_inner-box {
    max-width: 852px;
    margin-left: auto;
    margin-right: auto;
  }