/* style.css */
/* ._style_main__main{
    border : solid 1px red;
}
._outer-container{
    border : solid 1px blue;
}
.welfare_box{
    border : solid 1px brown;
}
.welfare_box_wide{
    border : solid 1px brown;
}*/
/* .welfare_box_member{
    border : solid 1px blue;
}
._table__member{
    border : solid 2px brown;
} */

._index__branding--main {
    position: relative;
}
._index__branding--main p {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    font-family: serif;
    padding-left: 10px;
}

/* レスポンシブル対応 */
@media screen and (min-width:300px) {
    /*　for iPhone */

    ._index__branding--main {
        max-width: 100%;
        height: 200px;        
    }
    ._index__branding--main p {
        color: white;
        font-size: 1rem;
        padding-top: 100px;
    }           
    .welfare_box{
        width: 300px;
    }
    .welfare_box img{
        max-width: 100%;
        height: auto;
    }
    .uniform_height_middle{
        width: 20px;
    }
    .welfare_box_wide{
        width: 350px;
    }
    .welfare_box_wide img{
        max-width: 100%;
        height: auto;
    }
    .welfare_box_wide2{
        width: 250px;
    }
    .welfare_box_wide2 img{
        max-width: 100%;
        height: auto;
    }
    ._style_main__header h1 a {
        height: 50px
    }

    .welfare_box_member{
        width: 300px;
    }
    ._table__member {
        width: 300px;
        max-width: 100%;
    }
    ._table__member td{
        height: 100px;
    }

}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　for iPad 　*/
    ._index__branding--main {
        max-width: 100%;
        height: 400px;        
    }
    ._index__branding--main p {
        color: white;
        font-size: 2rem;
        height: 150px;
    }           
    .welfare_box{
        width: 400px;
    }
    .welfare_box img{
        max-width: 100%;
        height: auto;
    }
    .uniform_height_middle{
        width: 20px;
    }
    .welfare_box_wide{
        width: 650px;
    }
    .welfare_box_wide img{
        max-width: 100%;
        height: auto;
    }
    .welfare_box_wide2{
        width: 300px;
    }
    .welfare_box_wide2 img{
        max-width: 100%;
        height: auto;
    }
 
    .welfare_box_member{
        width: 500px;
    }
    ._table__member {
        width: 500px;
        max-width: 100%;
    }
    ._table__member td{
        height: 200px;
    }
}
@media screen and (min-width:1024px) {
    /*　for PC　*/
    ._index__branding--main {
        max-width: 100%;
        height: 500px;
    }
    ._index__branding--main p {
        color: white;
        font-size: 3.5rem;
        height: 150px;
    }           
    .welfare_box{
        width: 600px;
    }
    .welfare_box img{
        max-width: 100%;
        height: auto;
    }
    .uniform_height_middle{
        width: 80px;
    }
    .welfare_box_wide{
        width: 550px;
    }
    .welfare_box_wide img{
        max-width: 100%;
        height: auto;
    }
    .welfare_box_wide2{
        width: 350px;
    }
    .welfare_box_wide2 img{
        max-width: 100%;
        height: auto;
    }

    .welfare_box_member{
        width: 600px;
    }
    ._table__member {
        width: 600px;
        max-width: 100%;
    }
    ._table__member td{
        height: 100px;
    }

}

img,
legend {
    border: 0
}
legend,
td,
th {
    padding: 0
}
body,
html {
    -webkit-text-size-adjust: 100%
}
*,
::after,
::before {
    box-sizing: inherit
}
._style_main__main ._outer-container .uniform_height {
    display: table;
}

._style_main__main ._outer-container .welfare_box {
    display: table-cell;
    border-bottom: dotted 1px #bebbb2;
}

/* 社員紹介 */
._style_main__main ._outer-container .welfare_box_member {
    display: table-cell;
    border-bottom: dotted 1px #bebbb2;
}

._style_main__main ._outer-container ._table__member {
    /* width: 400px; */
    border-collapse: collapse;
}

._style_main__main ._outer-container ._table__member th {
    color: #FFFFFF;
    font-weight: normal;
    background-color: #002200;
    border: 1px solid #BFBFBF;
    text-align: left;
    padding: 12px;
}
/* 奇数番目のtrの指定(=2n+1) */

._style_main__main ._outer-container ._table__member tr:nth-child(odd) {
    background-color: #F5FAFF;
}
/* 偶数番目のtrの指定(=2n) */

._style_main__main ._outer-container ._table__member tr:nth-child(even) {
    background-color: #FFFFFF;
}
/* 奇数番目のtdの指定(=2n+1) */

._style_main__main ._outer-container ._table__member td:nth-child(odd) {
    border: 1px solid #BFBFBF;
    text-align: left;
    padding: 12px;
}
/* 偶数番目のtdの指定(=2n) */

._style_main__main ._outer-container ._table__member td:nth-child(even) {
    width: 385px;
    border: 1px solid #BFBFBF;
    text-align: left;
    padding: 12px;
}


._table__dotted {
    width: 100%
}
._table__dotted td.min,
._table__dotted th.min,
._table_ir_calender td.min {
    width: 1%;
    white-space: nowrap
}
._table__dotted td,
._table__dotted th {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted #e6e6e6;
    padding: 15px;
    color: #3c3c3c
}
._table__dotted tr:last-child td,
._table__dotted tr:last-child th {
    border-bottom-width: 0
}


html {
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: .66667em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre,
textarea {
    overflow: auto
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
._select-url,
input[type=search] {
    box-sizing: content-box
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
._index__news header {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 2px solid #A9AAA1
}
._index__news header h1,
._index__news header h2 {
    margin: 0;
    font-weight: 700;
    color: #736357;
    font-size: 1.25rem;
    line-height: 2rem
}
._index__news header .more {
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #f93;
    font-size: .875rem;
    line-height: 1.4rem
}
._index__news header .more:after {
    content: "arrowright";
    font-size: .6875rem;
    color: #000000;
    background: #f93;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 19px;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    margin-left: 5px
}
._style_main__footer .inner ul,
._style_main__header .inner ul,
._index__news_list ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}
._style_main__footer .inner ul li,
._style_main__header .inner ul li,
._index__news_list ul li {
    padding: 0;
    margin: 0
}
._style_main__footer .inner ul li::after,
._style_main__header .inner ul li::after,
._index__news_list ul li::after {
    clear: both;
    content: "";
    display: table
}
._style_main__footer .inner ul li,
._style_main__header .inner ul li {
    display: inline-block
}
._index__news_list ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0
}
._index__news_list ul li .label {
    display: block;
    margin-left: 9em
}
._index__news_list ul li .meta {
    display: block;
    float: left;
    width: 9em;
    font-size: .980rem;
    line-height: 2.1rem;
    color: #000022
}

._index__news_list ul li color {
    color: #000033
}

._index__news_list ul li font {
    font-size: .900rem;
}

._index__news_list ul li .meta2 {
    display: block;
    float: left;
    width: 9em;
    height: 25em;
    font-size: .980rem;
    line-height: 2.1rem;
    color: #000022;
}

._index__news_list ul li.meta2_detail {
    width: 9em;
    height: 22em;
}

._index__news_list ul li .meta date {
    display: block
}

._index__news_list_div {
    height: 400px;


    overflow-y: scroll;
}



._index__news_list ul li p {
    margin: 0
}
._index__news_list ul li a {
    display: block;
    overflow: hidden  
}
._index__news_list ul li a::after {
    clear: both;
    content: "";
    display: table
}

._style_main__footer .inner,
._style_main__header .inner,
._style_main__header .sub-menu ul,
._style_main__header nav.pc,
._outer-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px
}
._style_main__footer .inner::after,
._style_main__header .inner::after,
._style_main__header .sub-menu ul::after,
._style_main__header nav.pc::after,
._outer-container::after {
    clear: both;
    content: "";
    display: table
}
._style_main__main ._outer-container ul.inline-menu,
._ir-library__menu {
    display: table;
    width: 100%;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 1px 0 #f3f3f3;
    overflow: hidden
}
._style_main__main ._outer-container ul.inline-menu li,
._ir-library__menu li {
    display: table-cell;
    border-right: 1px solid #e6e6e6
}
._style_main__main ._outer-container ul.inline-menu li:last-child,
._ir-library__menu li:last-child {
    border-right: 0
}
._style_main__main ._outer-container ul.inline-menu li a,
._ir-library__menu li a {
    background: #f5f5f5;
    display: block;
    padding: 20px 0;
    font-weight: 700
}
._style_main__main ._outer-container ul.inline-menu li a.active,
._ir-library__menu li a.active {
    background: #fff;
    color: #f93
}
._style_main__main ._outer-container {
    line-height: 1.8
}
._style_main__main ._outer-container .hide {
    display: none
}
._style_main__main ._outer-container .show {
    display: block
}
._style_main__main ._outer-container ul.row6 li a:before {
    font-size: .5rem;
    color: #fff;
    background: #f93;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle
}
._style_main__main ._outer-container ul.row6 li a:before {
    font-size: 1rem;
    width: 32px;
    height: 32px;
    line-height: 32px
}

._style_main__main ._outer-container h1.large,
._style_main__main ._outer-container section {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}
._style_main__main ._outer-container h1 {
    font-size: 1.25rem;
    line-height: 2rem
}
._style_main__main ._outer-container h1.large {
    font-size: 1.75rem;
    line-height: 2.8rem;
    margin-bottom: 1.5em
}
._style_main__main ._outer-container h1.large::after {
    clear: both;
    content: "";
    display: table
}
._style_main__main ._outer-container h2 {
    font-size: 1.15rem;
    line-height: 1.4rem
}
._style_main__main ._outer-container h3,
._style_main__main ._outer-container h4,
._style_main__main ._outer-container h5,
._style_main__main ._outer-container h6 {
    font-size: .875rem;
    line-height: 1.4rem
}
._style_main__main ._outer-container h2.large {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #f93
}
._style_main__main ._outer-container h3 {
    color: #f93
}
._style_main__main body.type-ir.calender ._outer-container h2,
body.type-ir.calender ._style_main__main ._outer-container h2 {
    border-bottom: 2px solid #f93;
    padding-bottom: 1em;
    margin-bottom: 1em;
    margin-top: 3em
}
._style_main__main ._outer-container section::after {
    clear: both;
    content: "";
    display: table
}
._style_main__main ._outer-container figure {
    margin: 0
}
._style_main__main ._outer-container figure.right {
    float: right;
    margin-left: 2em
}
._style_main__main ._outer-container figure.left {
    float: left;
    margin-right: 2em
}
@media screen and (max-width: 600px) {
    ._style_main__main ._outer-container h2 {
        font-size: 1.25rem;
        line-height: 2rem
    }
    ._style_main__main ._outer-container figure.left,
    ._style_main__main ._outer-container figure.right {
        margin: 0 auto;
        float: none;
        display: block;
        max-width: 100%;
        text-align: center
    }
}
._style_main__main ._outer-container hr {
    max-width: 100%;
    border: 0;
    margin: 2em 0;
    border-bottom: 1px dotted #e6e6e6
}
._style_main__main ._outer-container hr::after {
    clear: both;
    content: "";
    display: table
}
._style_main__main ._outer-container ul.inline-menu li {
    width: 50%
}
._style_main__main ._outer-container table {
    max-width: 100%!important;
    margin-right: auto;
    margin-left: auto
}
._style_main__main ._outer-container img {
    max-width: 100%
}
._style_main__main ._outer-container .aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block
}
._style_main__main ._outer-container .center {
    text-align: center
}
._style_main__main ._outer-container .alignright,
._style_main__main ._outer-container .right {
    text-align: right
}
._style_main__main ._outer-container small {
    color: #6f6f6f
}
._style_main__main ._outer-container dl {
    border-bottom: 1px dotted #e6e6e6;
    padding: .5em;
    margin: 0
}
._style_main__main ._outer-container dl dt {
    margin: 1em 0 0
}
._style_main__main ._outer-container dl dd {
    padding: 0;
    margin: -1.8em 0 1em 8em
}
@media screen and (max-width: 600px) {
    ._style_main__main ._outer-container .alignright,
    ._style_main__main ._outer-container .right {
        text-align: center
    }
    ._style_main__main ._outer-container dl dt {
        margin: 0;
        font-weight: 700;
        color: #666;
        font-size: 90%
    }
    ._style_main__main ._outer-container dl dd {
        padding: 0;
        margin: 0
    }
}
._style_main__main body.page.ads ._outer-container h2,
body.page.ads ._style_main__main ._outer-container h2 {
    border-bottom: 2px solid #f93;
    padding-bottom: 1em;
    font-size: 1.125rem;
    line-height: 1.8rem;
    margin: 2em 0
}
._style_main__main body.page.ads ._outer-container h3,
body.page.ads ._style_main__main ._outer-container h3 {
    margin: 0;
    color: #3c3c3c
}
._style_main__main ._outer-container ul.row,
._style_main__main ._outer-container ul.row3,
._style_main__main ._outer-container ul.row6 {
    margin: 0 auto;
    padding: 0;
    display: block;
    max-width: 100%
}
._style_main__main ._outer-container ul.row3::after,
._style_main__main ._outer-container ul.row6::after,
._style_main__main ._outer-container ul.row::after {
    clear: both;
    content: "";
    display: table
}
._style_main__main ._outer-container ul.row li,
._style_main__main ._outer-container ul.row3 li,
._style_main__main ._outer-container ul.row6 li {
    display: block;
    margin: 0
}
._style_main__main ._outer-container ul.row6 {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden
}
._style_main__main ._outer-container ul.row6 li {
    float: left;
    display: block;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-right: 0;
    width: 50%;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: -1px;
    padding: 1em;
    color: #4d2200;
    font-weight: 700
}
._style_main__main ._outer-container ul.row6 li:last-child {
    margin-right: 0
}
@media screen and (max-width: 600px) {
    ._style_main__main ._outer-container ul.row6 li {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 314.84594%
    }
    ._style_main__main ._outer-container ul.row6 li:last-child {
        margin-right: 0
    }
}
._style_main__main ._outer-container ul.row6 li:nth-child(2n) {
    border-right: 0
}
._style_main__main ._outer-container ul.row6 li a {
    display: block
}
._style_main__main ._outer-container ul.row6 li a:before {
    content: "arrowright";
    float: right
}
._style_main__main ._outer-container ul.row3 li {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 0 1em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%
}
._style_main__main ._outer-container ul.row3 li:last-child,
._style_main__main ._outer-container ul.row3 li:nth-child(4n) {
    margin-right: 0
}
._style_main__main ._outer-container ul.row3 li:nth-child(4n+1) {
    clear: left
}
@media screen and (max-width: 600px) {
    ._style_main__main ._outer-container ul.row3 li {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-bottom: 1em
    }
    ._style_main__main ._outer-container ul.row3 li:last-child {
        margin-right: 0
    }
}
._style_main__main ._outer-container ul.row3 li h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 0;
    color: #3c3c3c
}
._style_main__main ._outer-container ul.row3 li a {
    color: #f93
}
._style_main__main ._outer-container ul.row4 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}
._style_main__main ._outer-container ul.row4::after {
    clear: both;
    content: "";
    display: table
}
._style_main__main ._outer-container ul.row4 li {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 0 1em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 1em
}
._style_main__main ._outer-container ul.row4 li:last-child,
._style_main__main ._outer-container ul.row4 li:nth-child(3n) {
    margin-right: 0
}
._style_main__main ._outer-container ul.row4 li:nth-child(3n+1) {
    clear: left
}
._style_main__main ._outer-container ul.row4 li h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 0;
    color: #3c3c3c
}
._style_main__main ._outer-container ul.row4 li a {
    color: #f93
}
._style_main__main body.sns ._outer-container ul.row4 li,
body.sns ._style_main__main ._outer-container ul.row4 li {
    padding: 20px;
    min-height: 220px
}
@media screen and (max-width: 600px) {
    ._style_main__main ._outer-container ul.row4 li {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-bottom: 1em
    }
    ._style_main__main ._outer-container ul.row4 li:last-child {
        margin-right: 0
    }
    ._style_main__main body.sns ._outer-container ul.row4 li,
    body.sns ._style_main__main ._outer-container ul.row4 li {
        min-height: 0
    }
}
._style_main__main body.sns ._outer-container ul.row4 li h3,
body.sns ._style_main__main ._outer-container ul.row4 li h3 {
    margin-top: 0;
    margin-bottom: 1em
}
._style_main__main body.sns ._outer-container ul.row4 li a,
body.sns ._style_main__main ._outer-container ul.row4 li a {
    color: #3c3c3c;
    display: block;
    line-height: 1;
    margin-bottom: 5px
}

._style_main__main ._outer-container ._management {
    /* max-width: 960px; */
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px dotted #e6e6e6
}
._style_main__main ._outer-container ._management::after {
    clear: both;
    content: "";
    display: table
}
._style_main__main ._outer-container ._management h2 {
    padding-top: 10px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    /* width: 14.70196% */
}
._style_main__main ._outer-container ._management h2:last-child {
    margin-right: 0
}
._style_main__main ._outer-container ._management dl {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    border: none
}
._style_main__header .sub-menu ul li a:hover,
._style_main__header .sub-menu ul li.active a {
    border-bottom: 2px solid #fff
}
._style_main__main ._outer-container ._management dl:last-child {
    margin-right: 0
}
@media screen and (max-width: 600px) {
    ._style_main__main ._outer-container ._management {
        padding: 10px 0
    }
    ._style_main__main ._outer-container ._management h2 {
        font-size: 1rem;
        line-height: 1.6rem;
        margin: 0
    }
    ._style_main__main ._outer-container ._management dl,
    ._style_main__main ._outer-container ._management h2 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%
    }
    ._style_main__main ._outer-container ._management dl:last-child,
    ._style_main__main ._outer-container ._management h2:last-child {
        margin-right: 0
    }
}
body {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    background: #fff;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #3c3c3c;
    font-size: 1.125rem;
    line-height: 1.8rem;
    line-height: 1.5
}
body.x-noscroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}
@media screen and (max-width: 700px) {
    body {
        padding-top: 51px;
        font-size: 1rem;
        line-height: 1.6rem
    }
}
a {
    text-decoration: none;
    color: #000000
}
a:hover {
    text-decoration: underline
}
._style_main__footer .inner,
._style_main__header .inner {
    position: relative
}
._style_main__footer .inner h1,
._style_main__header .inner h1 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 0
}
._style_main__footer .inner ul,
._style_main__header .inner ul {
    font-size: 1.125rem;
    line-height: 1.8rem
}
._style_main__footer,
._style_main__footer nav ul li {
    font-size: .875rem;
    line-height: 1.4rem
}
._style_main__footer {
    margin-top: 100px;
    border-top: 1px solid #e6e6e6;
    height: 370px;
    /* background: url(../files/images/footer.png) center bottom repeat-x; */
    color: #666;
    padding: 30px 0 0
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    ._style_main__footer {
        /* background-image: url(../files/images/footer.png); */
        background-size: 1388px 289px
    }
}
@media screen and (max-width: 700px) {
    ._style_main__footer {
        background: 0 0;
        height: auto;
        padding-bottom: 40px
    }
}

@media screen and (max-width: 700px) {
    ._style_main__footer .link {
        margin-top: 15px;
        position: relative
    }
}
._style_main__footer nav {
    margin-bottom: 10px
}
._style_main__footer nav ul li a:after {
    content: " | ";
    color: #e6e6e6
}
._style_main__footer nav ul li:last-child a:after {
    content: ""
}
._style_main__main {
    line-height: 1.8
}
._style_main__main header.single {
    overflow: hidden;
    background-color: #f7f5f0;
    padding: 20px 0;
    margin: 0 0 30px
}
._style_main__main header.single h1 {
    margin: 0;
    color: #3c3c3c;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 400
}
@media screen and (max-width: 600px) {
    ._style_main__main header.single {
        display: none;
        padding: 10px 0;
        margin: 0 0 20px
    }
    ._style_main__main header.single h1 {
        font-size: 1.5rem;
        line-height: 2.4rem
    }
}
._style_main__header .inner {
    position: relative;
    padding: 0
}
._style_main__header a:hover {
    text-decoration: none
}
._style_main__header h1 {
    position: relative;
    z-index: 999;
    line-height: 100px;
    width: 330px
}
._style_main__header h1 a {
    height: 100px;
    display: block;
    background: url(../files/images/logo.jpg) left center no-repeat;
    text-indent: -200%;
    overflow: hidden
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    ._style_main__header h1 a {
        background-image: url(../files/images/logo.jpg);
        /* background-size: 268px 60px */
    }
}
@media screen and (max-width: 700px) {
    ._style_main__header h1 a {
        height: 50px
    }
}
._style_main__header h1 span.link-title-sp {
    display: none
}
@media screen and (max-width: 600px) {
    ._style_main__header h1 a.link-logo {
        display: none
    }
    ._style_main__header h1 span.link-title-sp {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 50px
    }
    ._style_main__header h1 span.link-title-sp:after {
        content: attr(title);
        color: #4d2200
    }
}
._style_main__header nav.pc {
    display: block;
    position: relative
}
._style_main__header nav.sp {
    display: none
}
._style_main__header .sub-menu {
    border-top: 1px solid #006400;
    background: #006400
}
._style_main__header .sub-menu ul {
    display: none;
    text-align: left;
    line-height: 2;
    padding: 10px 0;
    top: auto;
    right: auto;
    margin: 0 auto
}
._style_main__header .sub-menu ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0
}
._style_main__header .sub-menu ul li a {
    color: #fff;
    font-weight: 400;
    font-size: .990rem;
    line-height: 1.4rem;
    padding-bottom: 4px
}
._style_main__header .sub-menu ul li a:after {
    display: none
}
._style_main__header .sub-menu ul li a.icn_external span:after {
    content: "blanklink";
    margin-left: .2em
}
._style_main__header ul.global li a:hover span,
body.contacts ._style_main__header ul.global li.contacts a span,
body.type-contact ._style_main__header ul.global li.contacts a span,
body.type-corporate ._style_main__header ul.global li.corporate a span {
    border-bottom: 2px solid #000000
}
body.type-contact ._style_main__header .sub-menu ul.contacts,
body.type-contacts ._style_main__header .sub-menu ul.contacts,
body.type-corporate ._style_main__header .sub-menu ul.corporate {
    display: block
}
._style_main__header ul.global {
    line-height: 100px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    text-align: right
}
._style_main__header ul.global li {
    vertical-align: bottom;
    display: inline-block;
    padding: 0 10px
}
._style_main__header ul.global li a {
    font-weight: 700;
    display: block;
    position: relative
}
._style_main__header ul.global li a span {
    text-align: left;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    font-size: 1rem;
    line-height: 1.6rem
}
._style_main__header ul.global li a span small {
    position: absolute;
    white-space: nowrap;
    display: block;
    font-weight: 400;
    font-size: .5625rem;
    line-height: .9rem
}
._style_main__header ul.global li a:after,
._style_main__header ul.global li ul {
    display: none
}
body.contacts ._style_main__header ul.global li.contacts a:after,
body.page.ads ._style_main__header ul.global li.ads a:after,
body.page.en ._style_main__header ul.global li.en a:after,
body.type-contact ._style_main__header ul.global li.contacts a:after,
body.type-corporate ._style_main__header ul.global li.corporate a:after {
    display: block;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #006400
}
@media screen and (max-width: 700px) {
    ._style_main__header {
        border-bottom: 1px solid #e6e6e6;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background: #fff
    }
    ._style_main__header.open nav {
        display: none
    }
    ._style_main__header.open nav.sp {
        display: inline-block;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 50px;
        bottom: 0;
        height: 100%
    }
    ._style_main__header.open nav.sp .container {
        margin-bottom: 100px;
        padding: 25px 45px 100px 35px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background: #fff;
        overflow: scroll
    }
    ._style_main__header.open nav.sp h1 {
        margin: 0
    }
    ._style_main__header.open nav.sp h1 a {
        display: block;
        background-size: 200px
    }
    ._style_main__header.open nav.sp .mobile-close {
        background-color: #000;
        display: block;
        position: absolute;
        right: -50px;
        top: 0;
        width: 50px;
        height: 50px;
        text-align: center
    }
    ._style_main__header.open nav.sp .mobile-close:after {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 1;
        position: absolute;
        font-size: 30px;
        content: "";
        color: #fff;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -13px;
        background: url(../files/images/close.png);
        background-size: cover
    }
    ._style_main__header.open nav.sp ul,
    ._style_main__header.open nav.sp ul li {
        display: block;
        margin: 0;
        padding: 0
    }
    ._style_main__header.open nav.sp ul {
        position: relative;
        text-align: left;
        line-height: 1.4
    }
    ._style_main__header.open nav.sp ul li a {
        display: block;
        padding: 10px 0;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.8rem
    }
    ._style_main__header.open nav.sp ul li a[data-toggle-child]:after {
        margin-left: .2em;
    }
    /* ._style_main__header.open nav.sp ul li a[data-toggle-child].open:after {
    } */
    ._style_main__header.open nav.sp ul li ul {
        display: none;
        margin-bottom: 10px;
        padding-left: 0
    }
    ._style_main__header.open nav.sp ul li ul li a {
        color: #3c3c3c;
        font-weight: 400;
        padding: 10px 0;
        font-size: .875rem;
        line-height: 1.4rem;
        line-height: 1
    }
    ._style_main__header.open nav.sp ul li ul li ul {
        padding-left: 10px
    }
    ._style_main__header nav {
        display: none
    }
    ._style_main__header .inner {
        position: relative;
        height: 50px
    }
    ._style_main__header .inner .toggle-menu {
        position: absolute;
        z-index: 9999;
        display: block!important;
        width: 60px;
        height: 50px;
        /* background-image: url(../files/images/mobile-menu.png); */
        
        background-repeat: no-repeat;
        background-position: center center
    }
}
@media only screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (max-width: 700px) and (min--moz-device-pixel-ratio: 1.3),
only screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 1.3020833333333333),
only screen and (max-width: 700px) and (min-resolution: 125dpi),
only screen and (max-width: 700px) and (min-resolution: 1.3dppx) {
    ._style_main__header .inner .toggle-menu {
        background-image: url(../files/images/mobile-menu.png);
        background-size: 50px 36px
    }
}
@media screen and (max-width: 700px) {
    ._style_main__header .inner h1 {
        margin: 0;
        padding: 0;
        line-height: 50px;
        width: 100%;
        text-align: center
    }
    ._style_main__header .inner h1 a {
        background-position: center center;
        background-size: 160px
    }
}



/* ._index__branding--aside {
    width: 29.78723%;
    float: right;
    text-align: right
} */
._index__branding--aside a {
    display: block;
    margin-bottom: 10px
}
._index__branding--aside,
._index__news_list {
    margin-bottom: 40px
}
._index__branding--aside a img {
    max-width: 100%
}
._index__news {
    width: 68.08511%;
    float: left
}
@media screen and (max-width: 700px) {
    ._index__branding--main {
        height: 200px
    }
    ._index__branding--main h2 {
        font-size: 1.125rem;
        line-height: 2.1rem;
        padding: 30px 3px 0;
        font-weight: 700;
        text-align: center
    }
    ._index__branding--main h2 br {
        display: none
    }
    ._index__branding--main p {
        top: 50px;
    }    
    ._index__branding--middle .col {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%
    }
    ._index__branding--middle .col:last-child {
        margin-right: 0
    }
    ._index__branding--aside {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%
    }
    ._index__branding--aside:last-child {
        margin-right: 0
    }
    ._index__branding--aside a {
        display: inline-block;
        /* width: 49% */
    }
    ._index__news {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%
    }
    ._index__news:last-child {
        margin-right: 0
    }
}
._table__archive {
    width: 100%;
    border-top: 2px solid #f93;
    margin-top: 10px
}
._table__archive td {
    border-right: 1px solid #ffebd6;
    border-bottom: 1px solid #ffebd6;
    padding: 10px;
    color: #3c3c3c
}
._table__archive td:last-child {
    border-right-width: 0
}
._table__archive td.min {
    width: 1%;
    white-space: nowrap
}
._table__archive td p {
    margin: 0
}
@media screen and (max-width: 600px) {
    ._table__archive {
        min-width: 100%!important
    }
    ._table__archive tr {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ffebd6
    }
    ._table__archive tr:last-child {
        border-bottom-width: 2px;
        border-bottom-color: #f93
    }
    ._table__archive td {
        display: block;
        border: none;
        padding: 0;
        font-size: 1.125rem;
        line-height: 1.8rem;
        line-height: 1.5;
        max-height: 3em;
        overflow: hidden
    }
    ._table__archive td.min {
        display: inline-block;
        width: auto;
        font-size: 90%;
        color: #666
    }
}
._table__dotted {
    width: 100%
}
._table__dotted td.min,
._table__dotted th.min,
._table_ir_calender td.min {
    width: 1%;
    white-space: nowrap
}
._table__dotted td,
._table__dotted th {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted #e6e6e6;
    padding: 15px;
    color: #3c3c3c
}
._table__dotted tr:last-child td,
._table__dotted tr:last-child th {
    border-bottom-width: 0
}
@media screen and (max-width: 600px) {
    ._table__dotted td,
    ._table__dotted th {
        padding: 5px;
        display: block
    }
    ._table__dotted td:first-child,
    ._table__dotted th:first-child {
        border-bottom: none;
        padding-bottom: 0;
        font-size: 90%;
        color: #999
    }
}

._style_main__main ._outer-container ._greeting {
         float: left;
         margin-right: 1.5em;
}
._style_main__main ._outer-container ._greetingclear {
         clear: both;
}

._index__news_list ul li dl.news_detail{
	border-bottom: none;
    	padding: .5em;
    	margin: 0
} 

@media screen and (min-width : 813px) {
	 ._index__news_list_div {
    	height: 400px;
    	overflow-y: scroll;
	}
   ._index__news_list ul li color {
      font-size: .900rem;
   }
   
   	._index__news_list ul li dl.news_detail{
	    width: 100%;
	    border-bottom: none;
    	padding: .5em;
    	margin: 0
	}    
	
	._index__news_list ul li .meta2 {
    	height: 25em;
	}
}

@media screen and (max-width: 812px) {
    ._index__news_list ul li .label {
        margin-left: 0
    }
    ._index__news_list ul li .meta {
        float: none;        
    }
          
   ._index__news_list ul li color {
      font-size: .800rem;
   }
   
   ._index__news_list ul li font {
      font-size: .850rem;
	}
	
	._index__news_list ul li.meta2_detail {
	    clear: both;
	    width: 50%;
	}
	
	._index__news_list ul li dl{
	    width: 100%;
	}      
	
	._index__news_list_div {
       overflow-y: none;
    }
    
    ._index__news_list ul li .meta2 {
      float: none;
      height: 2em;
      font-size: .980rem;
      line-height: 2.1rem;
      color: #000022;
   } 
   
   ._index__news_list ul li dl.news_detail{
	    width: 100%;
	    border-bottom: none;
    	padding: .5em;
    	margin: 0
	}   
}



/*# main.css */