@charset "UTF-8";

/* Adjust JQuery Mobile Styles
----------------------------------------------------------------------------------- */
.ui-body-c,
.ui-overlay-c {
    text-shadow: none;
}
.ui-header,
.ui-footer {
    text-shadow: 0;
    background: #333;
}
.ui-title {
    margin: 0 !important;
    min-height: auto;
}
.ui-field-contain,
.ui-mobile fieldset.ui-field-contain {
    margin: 10px 0;
}
.ui-input-search input.ui-input-text {
    padding: 3px 0;
    font-size: 12px;
    line-height: 1.4;
}
.ui-header .ui-fullsize .ui-btn-inner,
.ui-footer .ui-fullsize .ui-btn-inner {
    padding: 0;
}
.ui-navbar ul {
    -moz-border-radius: 0.4em /*{global-radii-blocks}*/;
    -webkit-border-radius: 0.4em /*{global-radii-blocks}*/;
    border-radius: 0.4em /*{global-radii-blocks}*/;
}
.ui-navbar ul li {
    border: 1px solid #000;
}
.ui-header .ui-btn-inner,
.ui-footer .ui-btn-inner,
.ui-mini .ui-btn-inner {
    font-size: 10px;
}
.ui-navbar li .ui-btn .ui-btn-inner {
    padding: 3px;
}
.ui-btn-inner {
    border: none;
}
.ui-grid-b .ui-block-a {
}
.ui-navbar li .ui-btn {
    margin: 0;
}

.ui-link {
    color: #333;
    font-weight: 100;
}

.ui-btn-inner {
    font-size: 14px;
}

.ui-btn-inner .en {
    display: block;
    font-size: 9px;
}

.ui-btn-up-a,
.ui-btn-hover-a {
}

#footer .ui-btn-up-a,
#footer .ui-btn-hover-a {
    border: none;
    text-shadow: none;
}

.backbtn .ui-btn-up-a,
.backbtn .ui-btn-hover-a {
    border: 1px solid #000;
}

.backbtn .ui-icon {
    background-color: #000;
}

.backbtn .ui-icon-shadow {
    -moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 1) /*{global-icon-shadow}*/;
    -webkit-box-shadow: 0px 1px 0 rgba(0, 0, 0, 1) /*{global-icon-shadow}*/;
    box-shadow: 0px 1px 0 rgba(0, 0, 0, 1) /*{global-icon-shadow}*/;
}

.ui-field-contain label.ui-select,
.ui-field-contain label.ui-input-text {
    display: block;
    width: 100%;
    font-size: 12px;
}

.ui-btn-inner {
    font-size: 12px;
    font-weight: bold;
}

.agree .ui-btn-inner {
    font-size: 14px;
    font-weight: 100;
}

/* Original Styles
-----------------------------------------------------------------------------------------------------------*/
body {
    font-size: 12px;
}

/* Reset
----------------------------------------------------------------------------------------- */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}
fieldset {
    border: 0;
}
img {
    border: 0;
    vertical-align: bottom;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
th {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input,
textarea,
select {
    *font-size: 100%;
}
:focus {
    outline: 0;
}

/* Global Settings
----------------------------------------------------------------------------------------- */

#globalNavigation {
    clear: both;
    margin-bottom: 15px;
}

#home #globalNavigation {
    margin-bottom: 0;
}

#footer {
    padding: 0 15px;
}

.branches {
    float: left;
    width: 100%;
}

.branches ul {
    margin: 7px 0;
    z-index: 100;
}

.branches ul li {
    display: block;
    text-align: left;
    line-height: 1.6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    background: -moz-linear-gradient(top, rgb(53, 53, 53) 0%, rgb(0, 0, 0) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgb(0, 0, 0)),
        color-stop(100%, rgb(255, 255, 255))
    );
    background: -webkit-linear-gradient(top, rgb(53, 53, 53) 0%, rgb(0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgb(53, 53, 53) 0%, rgb(0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgb(53, 53, 53) 0%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(53, 53, 53) 0%, rgb(0, 0, 0) 100%);
    -pie-background: linear-gradient(#353535, #000000);
    behavior: url(/js/PIE.htc);
    position: relative;
    zoom: 1;
}

.branches ul li a:before {
    position: absolute;
    content: ' ';
    top: 0;
    left: 28px;
    width: 3px;
    height: 16px;
    background: url(../images/branchline.gif) 0 0 repeat-y;
}

.branches ul li a {
    position: relative;
    padding-left: 38px;
    text-decoration: none;
    background: url(../images/arrow_up_l.png) 9px 1px no-repeat;
    color: #ffffff !important;
    text-shadow: none !important;
}

.branches ul li ul {
    position: absolute;
    bottom: 15px;
    left: -1px;
    width: 260px;
    height: 320px;
    padding: 0 0 11px;
}

.branches ul li ul li {
    height: auto;
    margin: 0;
    padding: 3px 15px;
    line-height: 1.3;
    background: #000 url();
    -pie-background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.branches ul li ul li:first-child {
    padding-top: 15px;
}
.branches ul li ul li:last-child {
    padding-bottom: 15px;
}

.branches ul li ul li a {
    padding-left: 14px;
    background: url(../images/arrow_right_s.png) 0 4px no-repeat;
    color: #ffffff !important;
    text-shadow: none !important;
}

.branches ul li ul li a {
    text-decoration: none;
}
.branches ul li ul li a:hover {
    text-decoration: underline;
}
.branches ul li ul li a:active {
    text-decoration: underline;
}

.branches ul li ul li a:before {
    background: none;
}

.branches ul li:hover ul {
    visibility: visible;
}

#copyright {
    padding: 10px 0;
    font-size: 11px;
    font-weight: 100;
    text-align: center;
}

#contentsArea {
    padding: 15px 15px 0;
}

#home #contentsArea {
    padding: 15px;
}

#logo {
    text-align: center;
}

.backbtn {
    display: inline-block;
    float: right;
    margin: 16px 15px 0 0;
}

a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #666;
    text-decoration: none;
}
a:active {
    color: #333;
    text-decoration: underline;
}
a:visited {
    color: #333;
    text-decoration: underline;
}

/* H* Styles
--------------------------------------------------------------- */
#contentsArea h1 {
    margin-bottom: 15px;
    padding: 15px 5px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    background-color: #fff;
}

h2,
h3 {
    margin-bottom: 15px;
    padding: 3px 0;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #333;
}
#about h2{
    border-bottom:none;
}

/* Layout Variation
--------------------------------------------------------------- */
.layout-thirtytoseventy,
.layout-onebyone,
.layout-twobyone,
.layout-onebytwo,
.layout-one {
    clear: both;
    margin-bottom: 15px;
}

.layout-eventhreecolumn,
.layout-fivecolumn {
    clear: both;
}

.switchingWrap .layout-onebyone,
.layout-twobyone .layout-onebyone,
.layout-onebyone .layout-onebyone,
.layout-eventhreecolumn .layout-onebyone {
    margin-bottom: 0;
}

.layout-thirtytoseventy .inner {
    width: 100%;
}

.layout-thirtytoseventy .left {
    position: relative;
    margin-bottom: 25px;
}

.layout-thirtytoseventy .right {
}

.layout-onebyone .left {
    margin-bottom: 15px;
}

.layout-onebyone .right {
}

.layout-fivecolumn {
}

.layout-fivecolumn article {
    margin-bottom: 15px;
}

.layout-fivecolumn article section {
}

.layout-eventhreecolumn {
}

.layout-eventhreecolumn article {
    margin-bottom: 50px;
}

.layout-eventhreecolumn article section {
}

.layout-twobyone .left {
    margin-bottom: 15px;
}

.layout-twobyone .right {
}

.layout-onebytwo .left {
    margin-bottom: 15px;
}

.layout-onebytwo .right {
}

.column img {
    width: 100%;
    height: auto;
}

.column img.static {
    width: auto;
    height: auto;
}

.sidebyside {
    clear: both;
}

.sidebyside .left {
    margin: 0;
    padding: 0;
}

.sidebyside .right {
    margin: 0;
    padding: 0;
}

.sidebyside img {
    width: 100%;
    height: auto;
}

.layout-twobyone .layout-onebyone .left,
.layout-twobyone .layout-onebyone .right,
.layout-onebytwo .layout-onebyone .left,
.layout-onebytwo .layout-onebyone .right,
.layout-eventhreecolumn .layout-onebyone .left,
.layout-eventhreecolumn .layout-onebyone .right {
}

.layout-onebyone .layout-twobyone .left,
.layout-onebyone .layout-onebytwo .right {
}

.layout-onebyone .layout-twobyone .right,
.layout-onebyone .layout-onebytwo .right {
}

/* Modules
--------------------------------------------------------------- */
a.arrow_r_s {
}
a.popup {
    padding-left: 14px;
    background: url(../images/icon_popup.png) 0 4px no-repeat;
}
a.pdf {
    padding-left: 18px;
    background: url(../images/icon_pdf.png) 0 1px no-repeat;
}

.textleft {
    text-align: left;
}
.textcenter {
    text-align: left;
}
.textright {
    text-align: right;
}

.column {
    margin-bottom: 2em;
    text-align: left;
}

.column p,
.frameColumn p,
.frameColumnOuterShadow p {
    margin-bottom: 1em;
}

.column p:last-child,
.frameColumn p:last-child,
.frameColumnOuterShadow p:last-child {
    margin-bottom: 0;
}

img.img-left {
    float: left;
    margin: 0 15px 15px 0;
}

img.img-right {
    float: right;
    margin: 0 0 15px 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.disable {
    display: none;
}

.frameColumn {
    margin-bottom: 2em;
    padding: 12px 15px 1px;
    background-color: #fff;
    border: solid 1px #666666;
}

#informationArea,
.frameColumnOuterShadow {
    margin-bottom: 15px;
    padding: 12px 15px 1px;
    background-color: #fff;
}
.frameColumnOuterShadow {
	border:solid 1px #666666;
	padding : 1em !important;
}
#news .frameColumnOuterShadow{
	border: none;
	padding : 0 !important;}

.layout-thirtytoseventy .switchingWrap {
    padding: 23px 21px 1px;
}

.frameColumn section,
.frameColumnOuterShadow section {
    margin-bottom: 2em;
}

.frameColumn section.last,
.frameColumnOuterShadow section.last {
    margin-bottom: 0;
}

/* Table Styles */
table.data {
    width: 100%;
}

table.data th {
    text-align: center;
    vertical-align: top;
}

table.data td {
    padding-left: 15px;
}

table.normal {
    width: 100%;
    background-color: #fff;
}

table.normal th,
table.normal td {
    padding: 8px 16px;
}

table.normal thead th{
	padding: 0 0 1em 0;
	font-size:18px;
}

table.normal tbody {
    border:solid 1px #cccccc;
}

table.normal th {
    font-weight: bold;
}
table.normal td {
    border:solid 1px #cccccc;
}

table.normal td.caption {
    font-weight: bold;
    background:#efefef;
}

table.simple {
}
table.simple th,
table.simple td {
    padding: 6px 16px 6px 3px;
    vertical-align: top;
}

/* List Styles */
table th ul,
table td ul {
    margin-left: 0 !important;
    list-style: disc;
    padding-left: 16px;
}

.frameColumn ul,
.column ul {
    margin: 0;
    padding-left: 16px;
    list-style: disc;
}

ol {
    list-style: decimal;
    margin: 0 0 0 5px;
    padding-left: 16px;
}

.frameColumn ul li ul,
.column ul li ul {
    margin-left: 0;
}

.frameColumn ul li ul,
.column ul li ul {
    list-style: none;
    padding: 0;
}

.frameColumn ul li ul li,
.column ul li ul li {
    padding-left: 16px;
    background: url(../images/second_marker.gif) 0.2em 0.8em no-repeat;
}

ul.arrow {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.arrow li {
    margin-bottom: 10px;
}

ul.arrow a {
    padding-left: 10px;
    background: url(../images/arrow_right_s.png) 0 4px no-repeat;
}

ul.arrow a:hover {
    text-decoration: underline;
}
ul.arrow a:active {
    text-decoration: underline;
}

.column.news .header .backnumber,
.column .header .rss {
    float: right;
    padding: 3px 0 3px 15px;
    text-align: right;
    border-left: 1px solid #cfcfcf;
}

.column .header .rss a {
    padding-left: 18px;
    background: url(../images/feed-icon.png) 0 0 no-repeat;
}

.column.news ul,
.column.news-cat ul {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.column.news ul li,
.column.news-cat ul li {
    margin-bottom: 5px;
    padding: 0 15px;
    text-align: left;
    border-bottom: 1px solid #cfcfcf;
}

.column.news ul li:last-child,
.column.news-cat ul li:last-child {
    margin-bottom: 0;
    border: none;
}

.column.news ul li .date,
.column.news-cat ul li .date {
    display: block;
    float: left;
    width: 8em;
    margin-bottom: 3px;
}

.column.news ul li .category {
    display: block;
    float: left;
    width: 9em;
    margin-top: 0;
    padding-top: 2px;
    line-height: 1.5;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background-color: #ff7f00;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.column.news ul li .media {
    background-color: #ff7f00;
}
.column.news ul li .csr,
.column.news ul li .disasterrelief,
.column.news ul li .contribution,
.column.news ul li .eco {
    background-color: #00a33d;
}
.column.news ul li .career,
.column.news ul li .permanent,
.column.news ul li .parttime {
    background-color: #00a0e8;
}
.column.news ul li .portfolio {
    background-color: #ff0;
    color: #3f3f3f;
}

.tag {
    width: 6em;
    margin-bottom: 10px;
    vertical-align: top;
}

.tag span {
    display: block;
    width: 6em;
    margin-top: 2px;
    line-height: 1.5;
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-shadow: none;
    background-color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tag span.short {
    background-color: #eb2d2a;
}
.tag span.regular {
    background-color: #00a0e8;
}

.column.news ul li .title {
    clear: both;
    display: block;
}

.column.news-cat ul li .title {
    display: block;
    margin-left: 9em;
}

.tab {
    margin: 0 15px;
}

.tab li {
    float: left;
    width: 49%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    border:solid 1px #666666;
    border-width: 1px 1px 0 1px;
}
.tab li:first-child {
	border-right:0;
}

.tab li.selected {
    color: #3f3f3f;
    background-color:#00a0e8;
}

.tab li.selected a,
.tab li a {
    display: block;
    padding: 8px 0;
}

.tab li a {
    color: #888;
    text-shadow: none;
    text-decoration: none;
}

.tab li a:hover {
    text-decoration: underline;
}

.tab li.selected a {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
}

.tab li.selected a:hover {
    color: #fff;
    text-shadow: none;
    text-decoration: underline;
}

#pageNate {
    margin-bottom: 25px;
    text-align: center;
}

#singlePageNate {
    margin-bottom: 25px;
}

a.page-numbers,
span.page-numbers {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 7px;
    font-size: 14px;
    line-height: 2;
    vertical-align: bottom;
    font-family: 'Myriad Pro';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgb(255, 255, 255)),
        color-stop(100%, rgb(238, 238, 238))
    );
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    -webkit-box-shadow: 0 0 4px #999;
    -moz-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
}

.page-numbers.back,
.page-numbers.next {
    line-height: 0.5;
}

a.page-numbers {
    color: #00a0e8;
}

a.page-numbers:hover,
span.current {
    color: #fff;
    text-decoration: none;
    background: -moz-linear-gradient(top, rgb(64, 183, 238) 0%, rgb(0, 160, 232) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgb(64, 183, 238)),
        color-stop(100%, rgb(0, 160, 232))
    );
    background: -webkit-linear-gradient(top, rgb(64, 183, 238) 0%, rgb(0, 160, 232) 100%);
    background: -o-linear-gradient(top, rgb(64, 183, 238) 0%, rgb(0, 160, 232) 100%);
    background: -ms-linear-gradient(top, rgb(64, 183, 238) 0%, rgb(0, 160, 232) 100%);
    background: linear-gradient(to bottom, rgb(64, 183, 238) 0%, rgb(0, 160, 232) 100%);
    -webkit-box-shadow: 0 0 4px #999;
    -moz-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
}

.hidden {
    display: none;
}

/* Carousel
---------------------------------------------------------------- */
#scarousel ul {
    margin-bottom: 25px;
}

#scarousel li {
    float: left;
    width: 50px;
    margin-right: 10px;
}

/* Contact Form Style */

/* iframe */
body.pages {
    width: auto;
}

.pages #container {
    width: auto;
}
.pages #contentsArea {
    padding: 0;
}
.pages #contentsArea h1 {
    font-size: 14px;
    font-weight: bold;
}
/* iframe */

.contacttable,
.contacttable-twocolumn {
    width: 100%;
    margin-bottom: 25px;
}

.contacttable-twocolumn td.textleft {
    text-align: left;
}

label {
    padding: 0 3px;
}

input.input,
textarea.textarea {
    width: 100%;
}

table.contacttable th {
    padding-right: 20px;
    white-space: nowrap;
}

table.contacttable-twocolumn td input.input,
table.contacttable-twocolumn td textarea.textarea {
    width: 95%;
}

.frameColumn.agree {
    margin-bottom: 2em;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}

.frameColumn.flow section {
    margin-bottom: 1em;
}

#agreement {
    width: 100%;
    min-height: 340px;
    border: none;
}

.msg {
    color: #900;
}
.error {
    font-weight: bold;
    color: #900;
}

.buttonArea {
    text-align: center;
}

.roundshadow {
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px #999;
    -moz-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
}

/* Maps */
body.maps {
    width: auto;
}
.maps #container {
    min-width: auto;
    width: auto;
}
.location table td.gaiyo {
    width: 70px;
}
.location table td.position {
    width: 100px;
}
.location .address {
    margin-top: 30px;
}
.location .map {
    margin-top: 10px;
}
.maps #contentsArea {
    padding: 0;
}
.maps #contentsArea h1 {
    font-size: 14px;
    font-weight: bold;
}
.location .map iframe {
    width: 100%;
}
/* Maps */

/* Delete Margin Bottom */
.last {
}

/* Home Styles
----------------------------------------------------------------------------------- */
#mainVisuals {
    margin: 0;
    padding: 0;
    text-align: center;
    /* background-color:#fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
box-shadow: 0 0 4px rgba(0,0,0,.3); */
}

.mainVisuals_desc {
    position: absolute;
    top: 0;
    left: unset;
    bottom: unset;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mainVisuals_desc p {
    margin: 2px;
    font-size: 16px;
    text-shadow: none;
    color: #fff;
}
#home .frameColumnOuterShadow {
    margin: 0 15px 25px;
    padding: 5px 0;
}

#informationArea .column {
    margin-bottom: 0;
}

.column.news,
.column.news-cat {
    padding: 5px 0;
}

.column.news .header,
.column.news-cat .header {
    margin: 0 0 5px;
    padding: 3px 15px;
    border-bottom: 1px solid #cfcfcf;
}

.column.news-cat .header h3,
.column.news-cat .header h2,
.column.news .header h3,
.column.news .header h2 {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    background: none;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

.frameColumnOuterShadow h3,
.frameColumnOuterShadow h2 {
    margin: 0 0 5px;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    border-bottom: 1px solid #cfcfcf;
    background: none;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

.frameColumnOuterShadow ul li,
.frameColumnOuterShadow ul li {
    padding: 0 15px;
}

#informationArea {
    padding: 0;
}

.top_pickup_inner {
    box-sizing: border-box;
    min-width: unset;
    padding: 0 15px 5px;
}
.top_pickup_ul {
    box-sizing: border-box;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top_pickup_li {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    /*max-width: 400px;*/
    margin-top: 10px;
}
.top_pickup_img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
}
.top_pickup_li a {
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
.top_pickup_li a:visited {
    box-shadow: inset 0px 0px 0px 0px #009ee7;
}
.top_pickup_li a:hover {
    box-shadow: inset 0px 0px 0px 5px #009ee7;
}
.top_pickup_txt_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top_pickup_txt01 {
    font-size: 20px;
    color: #fff;
    text-shadow: #000 1px 0 7px;
}
.top_pickup_txt02 {
    margin-top: 7px;
    font-size: 13px;
    color: #fff;
    text-shadow: #000 1px 0 7px;
}

#otherLinks li {
    clear: both;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    border-bottom: 1px solid #cfcfcf;
}

#otherLinks li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

#otherLinks li strong {
    line-height: 1.4;
}

#otherLinks li a {
    display: block;
    padding: 0;
}

#otherLinks li figure {
    float: left;
    display: block;
    width: 65px;
    margin: 0;
    padding: 0 0 5px 0;
}

.entrylist section {
    margin-bottom: 25px;
}

/* Carousel
---------------------------------------------------------------- */
ul#scarousel {
    list-style: none;
    margin-bottom: 25px;
}
/* Small Basic */
.jcarousel-skin-basic .jcarousel-container {
}

.jcarousel-skin-basic .jcarousel-container-horizontal {
    padding: 0 40px;
}

.jcarousel-skin-basic .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-basic .jcarousel-clip-horizontal {
}

.jcarousel-skin-basic .jcarousel-item {
    width: 50px;
    height: 50px;
}

.jcarousel-skin-basic .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-basic .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-basic .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 50px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: transparent url(../images/btn_carousel_right_s.gif) no-repeat 0 0;
    -webkit-box-shadow: 0 0 4px #999;
    -moz-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
}

.jcarousel-skin-basic .jcarousel-next-horizontal:hover,
.jcarousel-skin-basic .jcarousel-next-horizontal:focus {
    background-position: -24px 0;
}

.jcarousel-skin-basic .jcarousel-next-horizontal:active {
    background-position: -24px 0;
}

.jcarousel-skin-basic .jcarousel-next-disabled-horizontal,
.jcarousel-skin-basic .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-basic .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-basic .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -48px 0;
}

.jcarousel-skin-basic .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 50px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: transparent url(../images/btn_carousel_left_s.gif) no-repeat 0 0;
    -webkit-box-shadow: 0 0 4px #999;
    -moz-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
}

.jcarousel-skin-basic .jcarousel-prev-horizontal:hover,
.jcarousel-skin-basic .jcarousel-prev-horizontal:focus {
    background-position: -24px 0;
}

.jcarousel-skin-basic .jcarousel-prev-horizontal:active {
    background-position: -24px 0;
}

.jcarousel-skin-basic .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-basic .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-basic .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-basic .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -48px 0;
}

li.now {
    border: 1px solid #00a0e8;
}

/* Results */
.jcarousel-skin-results .jcarousel-container {
}

.jcarousel-skin-results .jcarousel-container-horizontal {
    padding: 0 29px;
}

.jcarousel-skin-results .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-results .jcarousel-clip-horizontal {
}

.jcarousel-skin-results .jcarousel-item {
    width: 150px;
    height: 110px;
    overflow: hidden;
}

.jcarousel-skin-results .jcarousel-item img {
    width: auto;
    height: 110px;
    margin-left: -35px;
}

.jcarousel-skin-results .jcarousel-item-horizontal {
    margin-right: 20px;
}

.jcarousel-skin-results .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-results .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 110px;
    cursor: pointer;
    background: transparent url(../images/btn_results_right.png) no-repeat 0 0;
}

.jcarousel-skin-results .jcarousel-next-horizontal:hover,
.jcarousel-skin-results .jcarousel-next-horizontal:focus {
    background-position: -24px 0;
}

.jcarousel-skin-results .jcarousel-next-horizontal:active {
    background-position: -24px 0;
}

.jcarousel-skin-results .jcarousel-next-disabled-horizontal,
.jcarousel-skin-results .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-results .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-results .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -48px 0;
}

.jcarousel-skin-results .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 110px;
    cursor: pointer;
    background: transparent url(../images/btn_results_left.png) no-repeat 0 0;
}

.jcarousel-skin-results .jcarousel-prev-horizontal:hover,
.jcarousel-skin-results .jcarousel-prev-horizontal:focus {
    background-position: -24px 0;
}

.jcarousel-skin-results .jcarousel-prev-horizontal:active {
    background-position: -24px 0;
}

.jcarousel-skin-results .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-results .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-results .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-results .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -48px 0;
}

/* Media Query */
@media only screen and (max-width: 745px) {
    #leftArea .column img {
        width: 100% !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 599px) {
    #mainVisuals img {
        width: 100%;
        height: auto;
    }
}

/* Clearfix
----------------------------------------------------------------------------------- */
#scarousel:after,
#otherLinks li:after,
#singlePageNate:after,
#header:after,
.sidebyside:after,
.tab ul:after,
.frameColumn:after,
.column.news ul li:after,
.column.news .header:after,
.layout-eventhreecolumn:after,
.layout-fivecolumn:after,
.layout-onebyone:after,
.layout-thirtytoseventy:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* === new header === */
header#header {
    position: relative;
    background: #fff;
    border-top: 10px solid #00a0e9;
    border-bottom: 2px solid #bbbbbb;
    padding: 20px 3%;
}
header#header .search-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: none;
    background: rgba(255, 255, 255, 0.95);
    z-index: 110;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
.search-box .searchform .searchInput::focus::placeholder {
    color: transparent;
}
.search-box .searchform .searchInput:focus:placeholder-shown {
    color: transparent;
}
.search-box .searchform .searchInput:focus::-webkit-input-placeholder {
    color: transparent;
}
.search-box .searchform .searchInput:focus::-moz-placeholder {
    color: transparent;
}
.search-box .searchform .searchInput:focus:-ms-input-placeholder {
    color: transparent;
}
.search-box .searchform .searchInput:focus::-ms-input-placeholder {
    color: transparent;
}

header#header #logo {
}
header#header #logo img {
    width: 50%;
}
header#header #spmenu {
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    width: 10%;
}
header#header #spmenu .menu-icon {
    color: #000;
    position: absolute;
    left: -5px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 30px;
    border-top: 2px solid #888;
    border-bottom: 2px solid #888;
}
header#header #spmenu .menu-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #888888;
}
header#header #spmenu.active .menu-icon {
    color: #000;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 40px;
    height: 45px;
    cursor: pointer;
    background-color: #fff;
    border: none;
}

header#header #spmenu.active .menu-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #888888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header#header #spmenu.active .menu-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #888888;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header#header #globalNavigation {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 100;
    text-align: center;
    display: none;
}
header#header #globalNavigation ul {
    border-top: 2px solid #bbbbbb;
}
header#header #globalNavigation ul li {
    border-bottom: 2px solid #bbbbbb;
}
header#header #globalNavigation ul li a {
    padding: 10px;
    display: block;
}
header#header #globalNavigation ul li:last-child .search,
header#header #globalNavigation ul li:last-child a {
    display: inline-block;
    max-width: 30%;
}
header#header #globalNavigation ul li .search img,
header#header #globalNavigation ul li a img {
    max-width: 60px;
}
header#header .search-box .searchform {
    display: block;
    width: 80%;
    height: 75px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
header#header .search-box .close-btn {
    color: #000;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 40px;
    height: 45px;
    cursor: pointer;
}
header#header .search-box .close-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #888888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header#header .search-box .close-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #888888;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header#header .search-box .searchform .searchInput {
    font-size: 30px;
    color: #888;
    text-align: left;
    line-height: 75px;
    padding: 0 2%;
    width: 100%;
    height: 75px;
    /* border: 1px solid #CCCCCC; */
    /* box-shadow: 0 0 3px 3px #EEE; */
    zoom: 1;
}
.ui-icon-searchfield:after {
    background: none;
}
/* === new spSubNavi === */
.spSubNavi {
    margin: 40px 0;
}
.spSubNavi li {
    border-top: 1px solid #666;
}
.spSubNavi li:last-child {
    border-bottom: 1px solid #666;
}
.spSubNavi li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 40px 10px 18px;
}
.spSubNavi li a::after {
    position: absolute;
    content: '';
    display: block;
    top: 10px;
    right: 18px;
    width: 10px;
    height: 18px;
    background-image: url(/images/arrow02.png);
    background-repeat: no-repeat;
}
/* === new footer === */
footer#page-foot {
    padding: 15px 0 0;
}
footer#page-foot img {
    max-width: 100%;
}

#foot-kanren {
    background-color: #ffffff;
    padding: 25px 15px;
}
#foot-kanren dl {
    text-align: left;
}
#foot-kanren dl dt {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #a2a2a2;
    margin-bottom: 5px;
}
#foot-kanren dl dd {
    font-size: 16px;
    margin-bottom: 10px;
}
#foot-kanren ul {
    overflow: hidden;
}
#foot-kanren ul li {
    width: 31%;
    float: left;
    margin-left: 3.5%;
}
#foot-kanren ul li img{
	width: 100%;
}
#foot-kanren ul li:first-child {
    margin-left: 0;
}
#foot-kanren p {
    margin: 20px 0 0;
}
#foot-kanren p a {
    display: block;
    width: 100%;
    background: #f0f2f3;
    text-align: center;
    font-size: 18px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}
#foot-kanren p a span {
    position: relative;
    display: inline-block;
}
#foot-kanren p a span::before {
    position: absolute;
    right: 100%;
    top: calc(50% - 6px);
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #666666;
}
#foot-kanren .foot-inner {
    min-width: unset;
    padding: 0 0 15px;
}
#foot-kanren .foot-inner dl dt {
    border: none;
}
footer#page-foot #foot-nav {
    background: #666;
    padding: 25px 15px 0;
    text-align: left;
}
footer#page-foot #foot-nav .foot-inner {
    border-top: 1px solid #ced0d3;
}
footer#page-foot #foot-nav dl {
    border-bottom: 1px solid #ced0d3;
    text-align: left;
}
footer#page-foot #foot-nav dl dt {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    position: relative;
}
footer#page-foot #foot-nav dl dt::before {
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
}
footer#page-foot #foot-nav dl dt a {
    color: #fff;
    text-shadow: none;
}
footer#page-foot #foot-nav dl dd {
    display: none;
}
footer#page-foot #foot-nav dl dd a {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 10px 10px;
    color: #fff;
    text-shadow: none;
}
footer#page-foot #foot-btm {
    background: #666;
    padding: 15px 15px 60px;
    overflow: hidden;
}
footer#page-foot #foot-btm .foot-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer#page-foot #foot-btm ul {
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0;
}
footer#page-foot #foot-btm ul li {
    float: none;
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    font-size: 13px;
}
footer#page-foot #foot-btm ul li:nth-child(3) {
    margin: 0;
}
footer#page-foot #foot-btm ul li a {
    color: #fff;
    text-shadow: none;
}

footer#page-foot #foot-btm p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: none;
}

/* CSS BUTTON
----------------------------------------------------------------------------------- */
.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #fff;
    background: #fd9535; /*背景色*/
    border-bottom: solid 2px #d27d00; /*少し濃い目の色に*/
    border-radius: 4px; /*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/* 個別ページ
----------------------------------------------------------------------------------- */
#solutions p.rentalCatalog {
    margin-top: 40px;
}

/* 調整用
----------------------------------------------------------------------------------- */
.mt00 {
    margin-top: 0px !important;
}

.width10per {
    width: 10% !important;
}
.width15per {
    width: 15% !important;
}
.width20per {
    width: 20% !important;
}
.width30per {
    width: 30% !important;
}
.width40per {
    width: 40% !important;
}
.width100per {
    width: 100% !important;
}

/* -----------------------------------------------------------------------------------
  #about
----------------------------------------------------------------------------------- */
/* headOfficeBlock
------------------------------------------------ */
#about .officeInfo {
    width: 100%;
    border-collapse: collapse;
}
#about .officeInfo caption {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 1.1%;
}

#about .officeInfo th,
#about .officeInfo td {
    border: solid 2px #666666;
    white-space: nowrap;
}

#about .officeInfo th {
    padding: 10px 20px;
    background: #efefef;
    text-align: center;
    font-weight: bold;
}

#about .officeInfo td {
    padding: 5px 10px;
}

#about .officeMap {
    margin-top: 5%;
}

#about .officeMap .map {
    width: 100%;
}
.tableContainer{
    margin-top: 6%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
}
/* branchOfficeBlock
------------------------------------------------ */
#about .branchOfficeBlock {
    margin-top: 10%;
    margin-bottom: 10%;
}

#about #contentsArea .branchUnit .unitTitle {
    background: #ffffff;
    box-shadow: none;
    border-bottom: 2px solid #333333;
}
#about .branchUnit h4 {
    margin-top: 3%;
    font-weight: bold;
}

#about .gotoMap {
    display: inline-block;
    background: #828282;
    text-shadow: none;
    color: #ffffff;
    width: 100px;
    padding: 4px 20px;
    text-align: center;
    position: relative;
    margin-top: 1%;
}

#about .gotoMap::after {
    content: '＞';
    position: absolute;
    top: 5px;
    right: 10px;
}

#about .gotoMap:hover {
    text-decoration: none;
    color: #ffffff;
}

#about .branchUnit .tel,
#about .branchUnit .fax {
    display: flex;
}

#about .branchUnit .tel dt::after,
#about .branchUnit .fax dt::after {
    content: '：';
}

#about .branchUnit + .branchUnit {
    margin-top: 6%;
}

#about .branchUnit .studioTitle {
    font-weight: bold;
}

/* sideMenuBlock
------------------------------------------------ */
#about .sideMenuTitle {
    background: #666666;
    color: #ffffff;
    text-shadow: none;
    padding: 10px 20px;
}
#about .sideMenuTitle p {
    font-size: 20px;
}
#about .sideMenuTitle span {
    display: block;
    color: #d9d9d9;
}

#about .sideMenuBlock .menu li {
    background: #efefef;
    position: relative;
}
#about .sideMenuBlock .menu li + li {
    margin-top: 1px;
}

#about .sideMenuBlock .menu li::after {
    content: '＞';
    position: absolute;
    right: 5%;
    top: 35%;
}

#about .sideMenuBlock .menu li a {
    display: block;
    color: #000000;
    padding: 20px;
}

/*  modalContentsBlock
------------------------------------------------ */
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}

.jscBg {
    display: none;
}

.modalContentsBlock .background {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modalCloseBtn {
    display: block;
    position: relative;
    cursor: pointer;
}

.modalCloseBtn span::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 30px;
    background: #ffffff;
    position: absolute;
    top: -35px;
    right: 10px;
    transform: rotate(-45deg);
}

.modalCloseBtn span::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 30px;
    background: #ffffff;
    position: absolute;
    top: -35px;
    right: 10px;
    transform: rotate(45deg);
}

.modalContentsBlock .modalContentsUnit {
    background: #ffffff;
    width: 90%;
    max-width: 1000px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modalContentsUnit .inner {
    padding: 2%;
}

#about .modalContentsUnit .map {
    width: 100%;
    height: 80vh;
}


#contentsArea #leftArea p a{
	text-decoration:underline;
}
#contentsArea #leftArea p a:hover{
	text-decoration:none;
}

/*  about philosophy
------------------------------------------------ */
#about .philosophyVisionSubtitle {
	padding: 0.5em 1em;
    margin: 0.5em 0;
    font-weight: bold;
    color: #6091d3;
    background: #FFF;
    border: solid 1px #009ee7;
    border-radius: 5px;
}

#about .philosophyVisionCopy {
	margin: 0 20px;
}

#about .philosophyTitle {
    padding: 0.4em 1em;
    margin: 2em 0;
	font-weight: bold;
	font-size: 16px;
    color: #000000;
    background: #f1f7f9;
    border-left: solid 4px #009ee7;
	border-bottom: none;
}

#about .philosophyCopy {
    font-weight: bold;
	font-size: 16px;
	padding: 0.8em 1.2em;
}

#about .philosophyNomalCopy {
    margin: 0 1.5em;
}
.philosophyAccordion {
	margin-left: 18px;
	margin-right: 13px;
	margin-top: 0px;
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #6091d3;
	margin-bottom: 32px;
}
.philosophyAccordion_ttl{
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 28.4248C21.732 28.4248 28 22.1568 28 14.4248C28 6.69282 21.732 0.424805 14 0.424805C6.26801 0.424805 0 6.69282 0 14.4248C0 22.1568 6.26801 28.4248 14 28.4248Z' fill='%234A90E2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5629 9.44141C13.8797 9.44141 14.1452 9.70697 14.156 10.0346L14.4282 18.3384C14.4389 18.666 14.1908 18.9316 13.8739 18.9316C13.5571 18.9316 13.2915 18.666 13.2808 18.3384L13.0086 10.0346C12.9979 9.70697 13.246 9.44141 13.5629 9.44141Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.12875 14.186C9.11801 13.8584 9.36616 13.5928 9.683 13.5928H17.7147C18.0315 13.5928 18.2971 13.8584 18.3078 14.186C18.3186 14.5136 18.0704 14.7791 17.7536 14.7791H9.72188C9.40504 14.7791 9.13948 14.5136 9.12875 14.186Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position: right 6px center;
	background-size: 21px;
	background-repeat: no-repeat;
	list-style: none;
	padding: 4px;
	cursor: pointer;
	font-size: 13px;
	color: var(--main-bg-color);
}
.philosophyAccordion_txt {
	  padding: 32px;
	  padding-top: 0;
	  margin-top: 0;
	  color: #222222;
}
.philosophyAccordion_img {
    float: none !important;
    width: 100% !important;
    height: auto !important;
}