@charset "UTF-8";
*, ::after, ::before {
    box-sizing: border-box;
}
p.total {
    margin-top: 10px;
}
.flexBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.clm2 {
    width: calc((100% - 40px) / 2);
}
.clm3 {
    width: calc((100% - 60px) / 3);
}
.border-top {
    border-top: 1px solid #C3C3C3;
}
.leftTop-radius {
    border-radius: 20px 0 0 0;
}
.leftBottom-radius {
    border-radius: 0 0 0 20px;
}
.left-radius {
    border-radius: 20px 0 0 20px;
}
.rightTop-radius {
    border-radius: 0 20px 0 0;
}
.rightBottom-radius {
    border-radius: 0 0 20px 0;
}
.right-radius {
    border-radius: 0 20px 20px 0;
}
.top-radius {
    border-radius: 20px 20px 0 0;
}
.bottom-radius {
    border-radius: 0 0 20px 20px;
}
.text-center {
    text-align: center;
}
#contArea {
    width: 690px;
    max-width: 100%;
}

.filter-search > div {
    margin: 12px;
}




/****************************************
    kameiten_buken-boshu
****************************************/
#stores .stores-link .home-more {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
#stores .stores-text {
    font-size: 16px;
    line-height: 32px;
}
#stores .stores-text p,
#fc .stores-text p,
#contract .contract-list {
    padding: 30px 0;
}
#stores .stores-contact li {
    line-height: 28px;
}
.checkMark {
    position: relative;
}
.checkMark::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
    content: "";
    display: inline-block;
    background: url(/prd/wordpress/wp-content/themes/chimney/assets/img/kameiten_buken-boshu/fc_site/check_m.png) no-repeat;
    background-size: cover;
    height: 36px;
    width: 36px;
}
#fc .fc-img {
    padding: 30px 0 60px;
}
#fc .stores-list dl {
    margin-bottom: 30px;
}
#fc .stores-list dl dt {
    color: #cd0004;
    font-size: 36px;
}
#fc .stores-list dl dt span {
    padding-left: 56px;
}
#feature .feature-motto p,
#contract .contract-motto p,
#independence .independence-motto p {
    font-size: 24px;
    padding: 30px 0;
    color: #CD0004;
}
#feature .corona-infection-flex p,
#kamei .corona-infection-flex p,
#kamei figure,
#contract .corona-infection-flex p,
#independence .corona-infection-flex p {
    padding: 20px 0 40px;
}
#feature .feature-list li {
    margin-bottom: 60px;
}
#feature .flexBox {
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 30px 0 0;
}
#kamei figure.flexBox {
    flex-wrap: nowrap;
    justify-content: space-between;
}
#kamei figure figcaption {
    padding: 10px;
}
#kamei .kamei-list li {
    padding: 30px 0;
}
.flowArrow {
    position: relative;
}
.flowArrow::after {
    position: absolute;
    bottom: 0;
    left: 85px;
    content: "";
    display: inline-block;
    background: url(/prd/wordpress/wp-content/themes/chimney/assets/img/kameiten_buken-boshu/fc_site/arrow.gif) no-repeat;
    background-size: cover;
    height: 55px;
    width: 19px;
}
#contract table,
#realestate table,
#environmen table {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
#contract table th,
#contract table td,
#environmen table th,
#environmen table td {
    padding: 10px;
    width: 50%;
}
#contract table td,
#environmen table td {
    border-top: 1px solid #C3C3C3;
}
#contract table th:first-child,
#contract table td:first-child,
#environmen table th:first-child,
#environmen table td:first-child {
    border-right: 1px solid #C3C3C3;
}
#contract table th,
#environmen table th {
    background: #CD0004;
    color: #fff;
}
#contract table th:first-child,
#environmen table th:first-child {
    border-radius: 20px 0 0 0;
}
#contract table th:last-child,
#environmen table th:last-child {
    border-radius: 0 20px 0 0;
}
#contract .tableArea {
    padding: 20px 0 0;
}
h3.cont-ttl {
    font-size: 24px;
}
#realestate table th,
#realestate table td {
    padding: 10px;
}
#realestate table th {
    text-align: center;
}
#realestate table th,
#realestate table td {
    border-top: 1px solid #C3C3C3;
}
#realestate table th.first-th,
#realestate table td.first-td {
    border-top: none;
}
#realestate table th {
    border-right: 1px solid #C3C3C3;
}
.realestate-txt {
    margin-bottom: 30px;
}
.realestate-txt h3 {
    display: inline-block;
    background: #CD0004;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
}

/****************************************
    company
****************************************/
#company .company-text p {
    font-size: 24px;
    padding: 30px 0;
}
#company figure.flexBox {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
#company figure figcaption {
    padding: 10px;
}
#company .corona-infection-flex h2 {
    margin-bottom: 20px;
}
#company .corona-infection-flex h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
#company .corona-infection-flex p {
    padding: 20px 0 40px;
}
.text-right {
    text-align: right;
}

/*タブ*/
.tab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    margin: 0 !important;
    align-items: center;
}
.tab__item {
    flex: 1;
    flex-basis: 170px;
    margin: 0 4px
}
.tab__link {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #CD0004;
    cursor: pointer;
    border-radius: 20px;
    padding: 10px;
    opacity: 0.5;
}
.tab__link.on {
    background-color: #CD0004;
    opacity: 1;
}
.tab-body__item {
    margin: 30px 15px;
    display: none;
    /*text-align: center;*/
}
.tab-body__item.on {
    display: block;
}
#company table {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
#company table tr {
    width: 100%;
    border-top: 1px solid #C3C3C3;
}
#company table tr:first-child {
    border-top: none;
}
#company table th {
    width: 20%;
    background: #CD0004;
    color: #fff;
    border-right: 1px solid #C3C3C3;
}
#company table td {
    display: flex;
    /*text-align: left;*/
}
#company table th,
#company table td {
    padding: 10px;
}
#company table td span {
    font-weight: 700;
    padding-right: 10px;
}
#history ul li {
    padding: 20px 0 40px;
}
#history ul.tab li {
    padding: 0;
}
.principle-motto p {
    font-size: 20px;
    padding: 30px 0;
    color: #CD0004;
    text-align: center;
}
#principle .contArea,
#activitiespolicy .contArea {
    text-align: center;
}
#principle .contArea img,
#covid19 .contArea img {
    margin-bottom: 30px;
}
#principle .contArea p,
#covid19 figure,
#activitiespolicy .contArea p,
#environmen .environmen-cont p {
    padding: 20px 0 40px;
}
#incorporate p,
#activitiespolicy p {
    position: relative;
}
#incorporate a.icon-dl:before,
#activitiespolicy a.icon-dl:before {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: inline-block;
    background: url(/prd/wordpress/wp-content/themes/chimney/assets/img/company/icon_square.png) no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
}
#incorporate p img,
#activitiespolicy p img {
    padding-left: 45px;
}
#covid19 figure figcaption span,
#health figure figcaption span {
    display: block;
    font-size: 20px;
    padding: 0 0 30px;
}
#covid19 figure img,
#health figure img {
    object-fit: cover;
    width: 35%;
    height: fit-content;
}
#covid19 .imgArea,
#health .imgArea {
    text-align: center;
}
#health figure figcaption p {
    text-align: right;
    padding: 40px 0 0;
}
#health figure figcaption p > span {
    padding-right: 10px;
}
#health .tableArea dl,
#environmen .environmen-cont ul.flexBox li.clm2,
.bg-white,
.regional-cont ol.textArea {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    margin-bottom: 20px;
}
#health .tableArea dl dt {
    font-size: 18px;
}
#csr ul.flexBox {
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 60px;
}
#csr ul dl dt,
#human dl dt {
    font-size:18px;
}
#csr ul dl dt span,
#human ul dl dt span {
    display: block;
    font-size:14px;
    color: #CD0004;
}
.align-left {
    text-align: left;
}
#company #environmen table th:last-child {
    border-right: none;
}
#environmen .environmen-list ul.flexBox {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
#environmen .environmen-list figure ul.flexBox {
    flex-wrap: nowrap;
    justify-content: space-between;
}
#environmen figcaption h4 {
    font-size: 18px;
}
.environmen-list img {
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
}
#company #environmen table td {
    display: revert;
}
#environmen .tableArea,
#environmen table th {
    text-align: center;
}
#environmen .tableArea,
#environmen .textArea {
    padding: 20px 0 40px;
}
#environmen .text-box {
    border: 2px solid #CD0004;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    margin: 20px 0 40px;
}
#environmen .text-box p {
    padding: 20px;
}
#company table tr.border-Wtop {
    border-top: 3px double #C3C3C3;
}
#environmen .corona-infection-flex h3 {
    font-size: 24px;
    color: #CD0004;
}
#regional figcaption span {
    color: #CD0004;
}
.regional-cont .contArea p {
    padding: 20px 0 40px;
}
#company figure.flexBox,
.regional-cont .flexBox {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.regional-cont .contArea img.clm2,
.regional-cont img.clom3 {
    object-fit: scale-down;
}
.regional-cont .contArea h4 {
    font-size: 18px;
    padding: 20px 0 40px;
}
#company .regional-cont .contArea h3 {
    font-size: 26px;
    padding: 20px 0 40px;
}
.regional-cont .home-more {
    margin-top: 0;
    text-align: center;
}
.tab-body__item--3 .regional-cont ul.flexBox {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.tab-body__item--3 .regional-cont ul.flexBox li {
    margin: 10px 0;
}
.regional-cont p span {
    color: #CD0004;
}
#human .human-motto p {
    font-size: 24px;
    color: #CD0004;
    padding: 0;
}
#human .contArea ul:first-child {
    padding: 60px 0 0;
}
#human .human-text p {
    font-size: 24px;
    padding: 30px 0;
}
#human .contArea p {
    padding: 0 0 40px;
}
.tab-body__item--2 .human-cont dl {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    margin-bottom: 20px;
}
.tab-body__item--2 .human-cont dl dt {
    text-align: center;
    background: #CD0004;
    color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 10px;
}
.tab-body__item--2 .human-cont dl dd {
    border-top: 1px solid #C3C3C3;
    padding: 20px;
}
#company .human-cont figure figcaption {
    padding: 0;
}
.tab-body__item--2 .human-cont ul.flexBox,
.tab-body__item--3 .human-cont ul.flexBox {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.tab-body__item--2 .human-cont figure img {
    width: 30%;
}
#company .human-cont figure.flexBox {
    margin-bottom: 0;
}
.tab-body__item--3 .human-cont ul.flexBox {
    margin-bottom: 60px;
}
.tab-body__item--4 .human-cont ul.flexBox {
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
}
.newemployees-cont .flow {
    padding-left: 120px;
    position: relative;
}
.newemployees-cont .flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
}
.newemployees-cont .flow>li,
.career-cont .flow>li {
    position: relative;
}
.newemployees-cont .flow>li:not(:last-child),
.career-cont .flow>li:not(:last-child) {
    margin-bottom: 40px;
}
.newemployees-cont .flow>li .icon {
    font-size: 12px;
    color: #fff;
    background: #CD0004;
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: 100;
    border-radius: 15px;
}
.newemployees-cont .flow>li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #CD0004;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newemployees-cont .flow>li dl {
    padding-left: 70px;
    position: relative;
}
.newemployees-cont .flow>li dl::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #CD0004;
    border-radius: 50%;
    left: -4px;
}
.newemployees-cont .flow>li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    width: 50px;
    border-bottom: 1px dashed #C3C3C3;
    position: absolute;
    left: 5px;
}
.newemployees-cont .flow>li dl dt,
.career-cont .flow>li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #CD0004;
}
.newemployees-cont ul.flexBox,
.career-cont ul.flexBox,
.upbringing-cont .flexBox {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.newemployees-cont ul.flexBox li {
    height: 100%;
}
.newemployees-cont ul.flexBox figure {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    text-align: center;
    padding: 10px;
}
.newemployees-cont ul.flexBox figure figcaption {
    text-align: left;
}
.newemployees-cont .flow03 {
    border: 3px solid #CD0004;
    border-radius: 20px;
    margin-bottom: 40px;
}
.newemployees-cont .flow03>li {
    padding: 30px;
    border-radius: 20px;
}
.newemployees-cont .flow03>li:not(:last-child) {
    border-bottom: 3px solid #CD0004;
    position: relative;
}
.newemployees-cont .flow03>li:not(:last-child)::before {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 22px;
    border-top-color: #CD0004;
}
#human .newemployees-cont .flow03>li dl dt .icon03 {
    font-size: 12px;
    color: #fff;
    background: #CD0004;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
}
.newemployees-cont .flow03>li dl {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.newemployees-cont .flow03>li dl dt,
.career-cont .flow>li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #CD0004;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 1vw;
    text-align: center;
}
.newemployees-cont .flow03>li:not(:last-child)::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 18px;
    border-top-color: #fff;
}
.newemployees-cont .flow02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.newemployees-cont .flow02>li {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
}
.newemployees-cont .flow02>li .icon02 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    color: #fff;
    background: #CD0004;
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
}
.newemployees-cont .flow02>li .icon02::before {
    content: "";
    border: solid transparent;
    border-width: 8px;
    border-top-color: #CD0004;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.newemployees-cont .flow02>li dl {
    padding: 30px 20px;
    margin: 0;
    border: 3px solid #CD0004;
    position: relative;
    border-radius: 20px;
}
.newemployees-cont .flow02>li:not(:last-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 4px solid #CD0004;
    border-right: 4px solid #CD0004;
    position: absolute;
    top: calc(50% - 14px);
    left: 104%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.newemployees-cont .flow02>li dl dt {
    font-size: 14px;
    font-weight: 600;
    color: #CD0004;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: center;
}
.career-cont .flow>li dl {
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #cd0004;
    border-radius: 20px;
    position: relative;
}
.career-cont .flow>li:not(:last-child) dl::before {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 22px;
    border-top-color: #cd0004;
}
#human .career-cont .flow>li dl dt .icon {
    font-size: 12px;
    color: #fff;
    background: #cd0004;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
}
.career-cont .flow>li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 20px;
    border-top-color: #fff;
}
#human .career-cont .contArea p {
    padding: 40px 0 20px;
}
#human .career-cont .contArea .flow p {
    padding: 0;
}
.newemployees-cont ul.flexBox figure, .career-cont ul.flexBox li {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    text-align: center;
}
.career-cont ul.flexBox li figcaption {
    background: #cd0004;
    color: #fff;
}
.career-cont .contArea ul.flexBox {
    margin-bottom: 60px;
}
#human .career-cont .contArea ul.flexBox li p {
    padding: 10px;
}
.career-cont ul.flexBox li figure img {
    border-radius: 20px 20px 0 0;
}
.upbringing-cont .flexBox {
    align-items: center;
}
.upbringing-cont .flexBox dt {
    color: #cd0004;
}
#human .upbringing-cont .human-motto p {
    font-size: 22px;
    color: #CD0004;
    padding: 40px 0;
}

/****************************************
    ir
****************************************/
.tableIr_01 table {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.tableIr_01 table tr:first-child {
    border-top: none;
}
.tableIr_01 table th {
    width: 20%;
    background: #CD0004;
    color: #fff;
    border-right: 1px solid #C3C3C3;
}
.tableIr_01 table th,
.tableIr_01 table td {
    border-right: 1px solid #C3C3C3;
    border-top: 1px solid #C3C3C3;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
}
.tableIr_01 table th:last-child,
.tableIr_01 table td:last-child {
    border-right: none;
}
.tableIr_01 table .irMonth-first th {
    border-top: none;
}
.tableIr_01 table .total01 th,
.tableIr_01 table .total01 td {
    border-top: 3px double #c3c3c3;
}
.tableIr_01 table .irjouki td,
.tableIr_01 table .total01 td {
    font-weight: 700;
}
a.icon-dl:before {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    width: 20px;
    height: 20px;
    content: ' ';
    background: url(/prd/wordpress/wp-content/themes/chimney/assets/img/ir/icon_square.png)no-repeat;
    background-size: contain;
    vertical-align: sub;
    margin-right: 5px;
}
.fixed01 {
    position: sticky;
    left: 0;
    color: #000;
    background: #333;
}
.fixed01
&:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #c3c3c3;
}
.tableIr_01 .irYear {
    border-collapse: collapse;
    text-align: center;
}
#statement .tableIr_01 table th,
#statement .tableIr_01 table td {
    text-align: left;
    border-top: none;
}
#statement .tableIr_01 table {
    margin-bottom: 20px;
}
#statement .tableIr_01 table th {
    border-radius: 20px 0 0 20px;
}
.titleBOX {
    background: #CD0004;
    color: #fff;
    text-align: center;
    border-radius: 18px;
}
.regional-cont .contArea .titleBOX h3 {
    font-size: 20px;
    padding: 20px 5px 5px 5px;
}
.regional-cont .contArea .titleBOX h4 {
    font-size: 12px;
    padding: 5px 5px 30px 5px;
}
.contArea a:hover {
    opacity: 0.7;
}
#stock .contArea h2 {
    margin-bottom: 30px;
}
#stock .regional-cont .contArea p {
    padding: 20px 0;
}
#stock table th.first-th,
#stock table td.first-td,
#event table th.first-th,
#event table td.first-td {
    border-top: none;
}
#stock .tableIr_01 table th,
#stock .tableIr_01 table td {
    text-align: left;
}
#stock .text-box {
    border: 2px solid #CD0004;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    margin: 20px 0 40px;
}
.stock02 .tableIr_01 table td,
.stock03 .tableIr_01 table th {
    white-space: inherit;
    width: auto;
}
#stock.stock02 .tableIr_01 table th {
    width: 10%;
}
.pdfBox {
    margin: 30px 0;
}
.acrobatIc {
    margin-top: 30px;
}
#qanda {
    font-size: 16px;
}
#qanda dl {
    margin-bottom: 30px;
}
#qanda dl dt,
#qanda dl dd {
    display: block;
    width: 100%;
    padding: 5px 10px;
}
#qanda dl dt {
    background: #CD0004;
    color: #fff;
}
#qanda dt:before {
    content: "Q.";
    font-weight: bold;
    margin-right: 8px;
}
#qanda dd:before {
    content: "A.";
    font-weight: bold;
    margin-right: 8px;
}
.areaTag ul li {
    margin-left: 30px;
    margin-bottom: 20px;
}
.areaTag ul li:nth-child(3n+1) {
    margin-left: 0;
}
.regional-cont .areaTag .flexBox {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: initial;
}
.areaTag .home-more a {
    padding: 11px 20px 11px 58px;
}
.areaTag .home-more a span {
    padding-left: 10px;
}
#koukoku .newsList {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: inherit;
    margin-bottom: 30px;
}
#koukoku .newsList dt {
    width: 20%;
}
#koukoku .newsList dd {
    width: 80%;
}
.meeting .newsList ul dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.meeting .newsList ul li dl {
    width: 100%;
    padding: 10px 0;
    flex-wrap: nowrap;
    flex-direction: row;
}
.meeting .newsList ul li dl dt {
    width: 20%;
}
.meeting .newsList ul li dl dd {
    width: 80%;
}
.meeting .newsList a.icon-dl {
    position: relative;
}
.meeting .newsList a.icon-dl:before {
    position: absolute;
    top: 15px;
    left: 120px;
}
#event .event-text p {
    color: #cd0004;
    font-size: 26px;
}
#event .event-text p span {
    color: #c3c3c3;
    font-size: 20px;
    padding-left: 20px;
}
#event .tableIr_01 {
    margin-top: 30px;
}
.corporate_governance-text {
    margin-bottom: 30px;
}
.meeting_a table {
    margin-bottom: 30px;
}
.meeting_a .realestate-txt {
    margin: 30px 0;
}
.meeting_a .regional-cont .flexBox {
    flex-wrap: wrap;
    flex-direction: row;
}
.meeting_a .regional-cont .flexBox li {
    margin-bottom: 30px;
}
.meeting_a .tableIr_01 table td {
    white-space: inherit;
}

/* index */
.message-banner {
    position: relative;
    cursor: pointer;
}
.message-banner::before {
    position: absolute;
    bottom: 0;
    right: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: inline-block;
    background: url(../img/index/pasted-2023.09.28-13.03.05.svg) no-repeat;
    background-size: cover;
    height: 120px;
    width: 120px;
}
.bnr {
    margin: 0 auto;
    height: 100%;
    position: relative;
    width: 70pc;
    padding: 40px 0 80px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 90px;
}
.bnr-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.bnr-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bnr-wrap .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.bnr-wrap {
    position: relative;
}
.bnr-list {
    overflow: hidden;
    display: grid;
}
.bnr-wrap .swiper-wrapper {
    width: 90%;
    margin: 0 auto
}
.swiper-prev,
.swiper-next {
    position: absolute;
    bottom: -80px;
    margin-top: 0;
    width: 52px;
    height: 52px;
    border: 1px solid #CD0004;
    border-radius: 30px;
    opacity: 1;
    z-index: 10;
    cursor: pointer;
}
.swiper-prev {
    transform: rotate(180deg);
     right: 51%;
}
.swiper-next {
    left: 51%;
}
.swiper-next:before,
.swiper-prev:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100px;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
    transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
    transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1);
    transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #CD0004;
    will-change: transform;
}
.swiper-next:hover::before,
.swiper-prev:hover::before {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.23,1,.58,1);
    transition: all .3s cubic-bezier(.23,1,.58,1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-prev:after,
.swiper-next:after {
    font-size: 0;
    content: "";
    display: block;
    background: url(../img/common/arrow.svg) no-repeat center center;
    background-size: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.swiper-next:hover:after,
.swiper-prev:hover:after {
    background: url(../img/common/arrow_w.svg) no-repeat center center;
    background-size: 5px;
}
/*.bnr .swiper-button-prev {
    top: 340px;
    margin-top: 0;
    left: calc(50% - 62px);
    right: auto;
}
.bnr .swiper-button-next {
    top: 340px;
    right: calc(50% - 62px);
}*/
/* sns */
.sns_wrap {
    max-width: 1064px;
    margin: 60px auto;
    overflow-y: scroll;
    height: 500px;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 60px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
.box-search__text {
    margin-bottom: 20px;
}
.plus {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #CD0004;
}
.plus::before,.plus::after  {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #CD0004;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}

.plus::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .5s;
}

.plus.show::before {
    opacity: 0;
}

.plus.show::after {
    transform: translateY(-50%) rotate(180deg);
}

.acoArea {
    height: 135px;
    transition: all 0.5s;
    overflow: hidden;
}
.acoArea.open {
    height: auto;
}
.kodawari_check {
    display: none;
}

.campaign-mv {
    overflow: hidden;
}
.lyt-image img {
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 1110px) {
/*     .gHeader__listSP{display: none;} */
}
@media only screen and (max-width: 768px) {
    .campaign-mv {
        height: auto;
        overflow: hidden;
    }

    .bnr {
        width: 90%;
    }
    .bnr-list {
        padding-left: 0px;
    }
    .clm2,
    .clm3 {
        width: 100%;
    }
    /****************************************
        kameiten_buken-boshu
    ****************************************/
    #stores .stores-link .home-more {
        grid-template-columns: unset;
    }
    .corona-infection-flex {
        padding: 0 20px;
    }
    .checkMark::before {
        height: 18px;
        width: 18px;
    }
    #fc .stores-list dl dt {
        font-size: 18px;
    }
    #fc .stores-list dl dt span {
        padding-left: 30px;
    }
    #feature .feature-list li {
        margin-bottom: 30px;
    }
    #kamei figure.flexBox img {
    width: 189px;
    }
    #kamei figure.flexBox {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .flowArrow::after {
        left: 50%;
    }

    /****************************************
        company
    ****************************************/
    #company figure.flexBox {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 0;
    }
    #company table th {
        width: 25%;
    }
    #company table td {
        flex-direction: column;
    }
    .principle-motto p {
        text-align: left;
    }
    #principle .contArea {
        text-align: left;
    }
    #covid19 figure img {
        width: 100%;
    }
    #company #covid19 figure.flexBox {
        flex-direction: column;
    }
    .tab {
        flex-direction: column;
    }
    .tab__item {
        flex-basis: 60px;
        width: 100%;
    }
    #csr ul.flexBox {
        margin-bottom: 0;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    #csr ul.flexBox > li {
        margin-bottom: 60px;
    }
    .regional-cont .flexBox {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
    }
    .regional-cont .contArea p {
        padding: 20px 0;
    }
    .regional-cont li.clm2,
    .human-cont ul.flexBox li,
    .newemployees-cont ul.flexBox li,
    .career-cont ul.flexBox li,
    .upbringing-cont .flexBox li {
        margin-bottom: 20px;
    }
    #company .regional-cont figure.flexBox {
        flex-direction: column;
    }
    .tab-body__item--2 .human-cont figure img {
    width: 100%;
    }
    .tab-body__item--3 .regional-cont ul.flexBox li {
        text-align: center;
    }
    .tab-body__item--2 .human-cont ul.flexBox,
    .tab-body__item--3 .human-cont ul.flexBox {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    .tab-body__item--4 .human-cont ul.flexBox {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .newemployees-cont ul.flexBox,
    .career-cont .contArea ul.flexBox {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    .newemployees-cont .flow03>li dl {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .career-cont .flow>li dl {
        position: relative;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .newemployees-cont .flow03>li:not(:last-child)::after,
    .career-cont .flow>li:not(:last-child) dl::after {
        top: 99%;
    }
    #company .career-cont figure.flexBox {
        flex-direction: column;
    }
    .upbringing-cont .flexBox {
        align-items: center;
        text-align: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .upbringing-cont .flexBox dl {
        text-align: left;
        margin-bottom: 60px;
    }

    /****************************************
        ir
    ****************************************/
    .tab-body__item {
        margin: 30px 0;
    }
    #table03 {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .tableIr_01 table {
        padding: 0;
    }

    #statement .tableIr_01 th,
    #statement .tableIr_01 td {
        width: 100%;
        display: block;
        border-top: none;
        display: inline-grid;
    }
    #statement .tableIr_01 table th {
        border-radius: 20px 20px 0 0;
    }
    #stock .regional-cont .contArea p {
       margin-bottom: 40px;
    }
    #stock.stock01 .tableIr_01 th,
    #stock.stock01 .tableIr_01 td,
    #stock.stock03 .tableIr_01 th,
    #stock.stock03 .tableIr_01 td,
    #event .tableIr_01 th,
    #event .tableIr_01 td {
        width: 100%;
        display: block;
        border-top: none;
        display: inline-grid;
        white-space: unset;
    }
    #stock th.leftBottom-radius {
        border-radius: 0;
    }
    #stock .stock01 th.leftTop-radius {
        border-radius: 20px 20px 0 0;
    }
    #stock.stock01 .tableIr_01 th.leftTop-radius {
        border-radius: 20px 20px 0 0;
    }
    .areaTag ul li {
        margin-left: 0;
    }
    #event th.leftTop-radius {
        border-radius: 20px 20px 0 0;
    }
    #event th.rightTop-radius,
    #event th.leftBottom-radius {
        border-radius: inherit;
    }
    #event .tableIr_01 table th,
    #event .tableIr_01 table td {
        border-right: none;
        text-align: left;
    }
    #event .tableIr_01 table td:nth-child(odd) {
        border-top: 1px solid #C3C3C3;
    }
    #stock.meeting_a th.leftBottom-radius {
        border-radius: 0 0 0 20px;
    }
    /* sns */
    .sns_wrap {
        height: 400px;
        padding: 0 20px;
    }
}