@charset "UTF-8";

/* common */
#contents-area,
.lyt-col-1 #contents-body {
    width: 100%;
}
#contents-area {
    min-width: 990px;
}
#page311 {
    color: #000;
}
#page311 p,
#page311 h1,
#page311 h2,
#page311 h3,
#page311 ul,
#page311 li,
#page311 a {
    line-height: 1;
}
#page311 p {
    margin: 0;
}
#page311 a {
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#page311 a:hover,
#page311 a:active,
#page311 a:focus {
    text-decoration: none;
}
#page311 .pc {
    display: inline-block;
}
#page311 .sp {
    display: none;
}
#page311 .section-wrapper {
    margin: 30px 0 25px;
    padding: 0 30px;
}
#page311 .section-inner {
    max-width: 990px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
#page311 .section01 #efforts,
#page311 .section02#donation,
#page311 .section03 #disasterprevention {
    padding-top: 71px;
    margin-top: -71px;
}
#page311 .btn-more {
    text-align: center;
}
#page311 .btn-more-link {
    display: inline-block;
    width: 300px;
    color: #5ab04c;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    border: 1px solid #5ab04c;
    border-radius: 21px;
    padding: 13px 0 14px;
    position: relative;
}
#page311 .btn-more-link::before,
#page311 .btn-more-link::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#page311 .btn-more-link::before {
    width: 20px;
    height: 1px;
    background-color: #5ab04c;
    right: 10px;
}
#page311 .btn-more-link::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #5ab04c;
    border-right: 1px solid #5ab04c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 12px;
}
#page311 .btn-more-link:hover {
    color: #fff;
    border: 1px solid #7dcb70;
    background-color: #7dcb70;
}
#page311 .btn-more-link:hover::before {
    background-color: #fff;
}
#page311 .btn-more-link:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
#page311 .section-theme01 {
    background-color: #f9f4f2;
}
#page311 .section-theme01-head {
    margin-bottom: 42px;
}
#page311 .section-theme01-head-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#page311 .sec-theme01-label {
    margin-bottom: 22px;
}
#page311 .section-theme02-head {
    text-align: center;
    margin-bottom: 30px;
}
#page311 .section-theme02-label {
    margin-bottom: 21px;
}
#page311 .sec-text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
}

/* fadein */
#page311 .sec-fade-area01,
#page311 .sec-fade-area02,
#page311 .sec-fade-area03,
#page311 .sec-fade-area04 {
    position: relative;
}
#page311 .sec-fade-area01::after,
#page311 .sec-fade-area02::after,
#page311 .sec-fade-area03::after,
#page311 .sec-fade-area04::after {
    content: '';
    height: 2px;
    background-color: #66b659;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#page311 .sec-fade-area01::after {
    left: 0;
}
#page311 .sec-fade-area02::after {
    width: 100%;
    right: 0;
    left: 0;
}
#page311 .sec-fade-area03::after {
    left: 0;
    width: calc(100% + 50px);
}
#page311 .sec-fade-area04::after {
    left: 0;
    width: 100%;
}
#page311 .sec-fade-area-img,
#page311 .sec-fade-area-img2 {
    position: relative;
    z-index: 1;
}
#page311 .sec-fade-area01 .sec-fade-area-img,
#page311 .sec-fade-area03 .sec-fade-area-img {
    background-color: #f9f4f2;
    padding-right: 10px;
}
#page311 .sec-fade-area04 .sec-fade-area-img {
    background-color: #fff;
    padding-right: 10px;
}
#page311 .sec-fade-area02 .sec-fade-area-img {
    background-color: #fff;
    padding: 0 15px;
}
#page311 .fade-in {
    opacity: 0;
    -webkit-transition: all 2500ms;
    transition: all 2500ms;
}
#page311 .fade-in-up {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform : translate(0, 50px);
    -webkit-transition: all 800ms ease-out;
    transition : all 800ms ease-out;
}
#page311 .is-fade.fade-in {
    opacity: 1;
}
#page311 .is-fade.fade-in-up {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#page311 .line-in01.is-fade::after {
    -webkit-animation: lineScaleRight 2500ms;
    animation: lineScaleRight 2500ms;
}
@-webkit-keyframes lineScaleRight {
    0% { width: 0; }
    100% { }
}
@keyframes lineScaleRight {
    0% { width: 0; }
    100% { }
}
#page311 .line-in03.is-fade::after {
    -webkit-animation: lineScaleRight2 2500ms;
    animation: lineScaleRight2 2500ms;
}
@-webkit-keyframes lineScaleRight2 {
    0% { width: 0; }
    100% { width: calc(100% + 50px); }
}
@keyframes lineScaleRight2 {
    0% { width: 0; }
    100% { width: calc(100% + 50px);}
}
#page311 .line-in02.is-fade::after {
    -webkit-animation: lineScaleCenter 2500ms;
    animation: lineScaleCenter 2500ms;
}
@-webkit-keyframes lineScaleCenter {
    0% { width: 0; }
    100% { width: 100%; }
}
@keyframes lineScaleCenter {
    0% { width: 0; }
    100% { width: 100%; }
}
#page311 .line-in04.is-fade::after {
    -webkit-animation: lineScaleRight3 2500ms;
    animation: lineScaleRight3 2500ms;
}
@-webkit-keyframes lineScaleRight3 {
    0% { width: 0; }
    100% { width: 100%; }
}
@keyframes lineScaleRight3 {
    0% { width: 0; }
    100% { width: 100%;}
}

/* mv */
#page311 .mv {
    height: 606px;
    overflow: hidden;
    position: relative;
    background-image: url(/corp/set/data/sustainability/special/311/img/p/fig_bg-mv01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#page311 .mv-carousel {
    overflow: hidden;
}
#page311 .mv-carousel-item .mv-carousel-item-inner {
    padding-top: 606px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#page311 .mv-carousel-item01 .mv-carousel-item-inner { background-image: url(/corp/set/data/sustainability/special/311/img/p/2021/fig_bg-mv01.jpg); }
#page311 .mv-carousel-item02 .mv-carousel-item-inner { background-image: url(/corp/set/data/sustainability/special/311/img/p/2021/fig_bg-mv02.jpg); }
#page311 .mv-carousel-item03 .mv-carousel-item-inner { background-image: url(/corp/set/data/sustainability/special/311/img/p/2021/fig_bg-mv03.jpg); }
#page311 .mv-carousel-item04 .mv-carousel-item-inner { background-image: url(/corp/set/data/sustainability/special/311/img/p/2021/fig_bg-mv03.jpg); }
#page311 .mv-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
#page311 .mv-box {
    padding: 30px 44px 29px 38px;
    background-color: rgba(255,255,255,.75);
    position: absolute;
    top: 40px;
    right: 20px;
    width: 32em;
}
#page311 .mv-title {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}
#page311 .mv-title::after {
    content: '';
    width: 22px;
    height: 9px;
    background-image: url(/corp/set/data/sustainability/special/311/img/p/fig_mv-ttl_underscore.png);
    background-repeat: no-repeat;
    -webkit-animation: blinkAnim 1200ms ease-in-out infinite;
    animation: blinkAnim 1200ms ease-in-out infinite;
    position: absolute;
    right: 86px;
    bottom: 50px;
}
@keyframes blinkAnim {
    0% { opacity: 0; }
    100% { 
        opacity: 1;
        background-image: url(/corp/set/data/sustainability/special/311/img/p/fig_mv-ttl_underscore.png);
    }
}
@-webkit-keyframes blinkAnim {
    0% { opacity: 0; }
    100% { 
        opacity: 1;
        background-image: url(/corp/set/data/sustainability/special/311/img/p/fig_mv-ttl_underscore.png);
    }
}

#page311 .mv-text {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    padding-left: 4px;
}
#page311 .mv-text + .mv-text {
    margin-top: 23px;
}

/* talk */
#page311 .section-talk .section-inner {
    position: relative;
}
#page311 .talk {
    color: initial;
    cursor: pointer;
    position: absolute;
    bottom: -3px;
    left: 20px;
}
#page311 .talk-inner {
    background-color: #fff;
    border: 3px solid #5ab04c;
    border-radius: 5px;
    position: relative;
}
#page311 .talk-img {
    overflow: hidden;
}
#page311 .talk-label {
    width: 95px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: #5ab04c;
    padding: 4px 0;
    position: absolute;
    top: 0;
    left: 0;
}
#page311 .talk-title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 17px 3px 9px;
}
#page311 .talk-title-xs {
    font-size: 12px;
}
#page311 .talk-title-s {
    font-size: 10px;
}
#page311 .talk-inner,
#page311 .talk-img img,
#page311 .talk-title {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#page311 .talk:hover .talk-inner {
    border: 3px solid #7dcb70;
}
#page311 .talk:hover .talk-img img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
#page311 .talk:hover .talk-label {
    background-color: #7dcb70;
}
#page311 .talk:hover .talk-title {
    color: #7dcb70;
}

/* nav */
#page311 .nav {
    width: 100%;
    background-color: #5ab04c;
}
#page311 .nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
#page311 .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#page311 .nav-list-item {
    width: calc(100% / 3);
    text-align: center;
}
#page311 .nav-list-item-text {
    display: block;
    font-size: 15px;
    padding: 28px 0;
    position: relative;
}
#page311 .nav-list-item-text::before,
#page311 .nav-list-item-text::after {
    content: '';
    position: absolute;
}
#page311 .nav-list-item-text::before {
    width: 2px;
    height: 53px;
    background-color: rgba(255,255,255,.8);
    top: 11px;
    right: 0;
}
#page311 .nav-list-item:last-child .nav-list-item-text::before {
    content: none;
}
#page311 .nav-list-item-text::after {
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#page311 .nav-list-item-text:hover {
    background-color: #7dcb70;
}

/* statement */
#page311 .section00 {
    padding-top: 35px;
    padding-bottom: 58px;
}
#page311 .section00 .section-statement-title {
    position: relative;
    text-align: center;
}
#page311 .section-statement-title::after {
    content: '';
    height: 2px;
    background-color: #66b659;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#page311 .section-statement-title::after {
    width: 100%;
    right: 0;
    left: 0;
}
#page311 .section-statement-title.is-fade::after {
    -webkit-animation: lineScaleCenter 2500ms;
    animation: lineScaleCenter 2500ms;
}
#page311 .section-statement-text p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 1.5em;
    text-align: center;
}
#page311 .statement-link {
    margin: 55px auto 0;
    max-width: 810px;
}
#page311 .statement-link-bnr {
    text-align: center;
}
#page311 .statement-link-bnr:nth-of-type(n+2) {
    margin-top: 18px;
}
#page311 .statement-link-bnr a {
    display: block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
#page311 .statement-link-bnr a:hover {
    opacity: 0.7;
}

/* efforts */
#page311 .section01 {
    margin-bottom: 92px;
}
#page311 .section-efforts {
    padding: 91px 0 82px;
}
#page311 .section01 .sec-theme01-title {
    padding-right: 137px;
}
#page311 .box-article-list-main {
    margin-bottom: 18px;
}
#page311 .box-article-list-main a {
    display: block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
#page311 .box-article-list-main a:hover {
    opacity: 0.7;
}
#page311 .box-article-rss {
    margin-bottom: 100px;
}
#page311 .box-article-list-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
#page311 .box-article-list-sub li {
    width: calc((100% / 2) - 9px);
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 18px;
    overflow: hidden;
}
#page311 .box-article-list li:hover {
    box-shadow: 0 0 15px rgba(207,212,206,.5);
}
#page311 .box-article-list li:nth-child(1).fade-in-up {
    -webkit-transition: all 800ms ease-out;
    transition : all 800ms ease-out;
}
#page311 .box-article-list li:nth-child(2).fade-in-up {
    -webkit-transition: all 800ms 200ms ease-out;
    transition : all 800ms 200ms ease-out;
}
#page311 .box-article-list li:nth-child(3).fade-in-up {
    -webkit-transition: all 800ms 400ms ease-out;
    transition : all 800ms 400ms ease-out;
}
#page311 .box-article-list li:nth-child(4).fade-in-up {
    -webkit-transition: all 800ms ease-out;
    transition : all 800ms ease-out;
}
#page311 .box-article-list li:nth-child(5).fade-in-up {
    -webkit-transition: all 800ms 200ms ease-out;
    transition : all 800ms 200ms ease-out;
}
#page311 .box-article-list li:nth-child(6).fade-in-up {
    -webkit-transition: all 800ms 400ms ease-out;
    transition : all 800ms 400ms ease-out;
}
#page311 .box-article-list .area_image {
    overflow: hidden;
}
#page311 .box-article-list .topics_detail {
    padding: 21px 18px;
    position: relative;
}
#page311 .box-article-list .topics_date {
    width: 84px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    background-color: #5ab04c;
    padding: 5px 0 6px;
    position: absolute;
    top: -10px;
    left: 0;
}
#page311 .box-article-list .topics_title {
    height: 42px;
    color: #272323;
    line-height: 1.5;
    letter-spacing: 0.02em;
    overflow: hidden;
}
#page311 .box-article-list .area_image img,
#page311 .box-article-list .topics_title,
#page311 .box-article-list .topics_date {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#page311 .box-article-list .area_image img {
    max-width: 100%;
}
#page311 .box-article-list .thum_topics:hover .area_image img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
#page311 .box-article-list .thum_topics:hover .topics_title {
    color: #7dcb70;
}
#page311 .box-article-list .thum_topics:hover .topics_date {
    background-color: #7dcb70;
}
#page311 .box-accordion-title {
    margin-bottom: 17px;
}
#page311 .box-accordion-head {
    margin-bottom: 52px;
}
#page311 .box-accordion-item {
    margin-bottom: 20px;
}
#page311 .box-accordion-btn {
    background-color: #5ab04c;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#page311 .box-accordion-btn:hover {
    background-color: #7dcb70;
}
#page311 .box-accordion-btn-trigger {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 33px 0;
    cursor: pointer;
    position: relative;
}
#page311 .box-accordion-btn-trigger span {
    font-size: 16px;
}
#page311 .box-accordion-btn-trigger::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 33px;
    margin-top: -8px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
#page311 .box-accordion-item.is-active .box-accordion-btn-trigger::after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}
#page311 .box-history-list {
    visibility: hidden;
    height: 0;
    opacity: 0;
    background-color: #fff;
    padding-top: 0;
    position: relative;
    -webkit-transition: padding-top 500ms;
    transition: padding-top 500ms;
}
#page311 .box-history-list::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5.5px 0 5.5px;
    border-color: #5ab04c transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#page311 .box-accordion-item.is-active .box-history-list {
    visibility: visible;
    height: auto;
    opacity: 1;
    padding-top: 62px;
    -webkit-transition: padding-top 500ms;
    transition: padding-top 500ms;
}
#page311 .box-accordion-item.is-active .box-accordion-btn:hover + .box-history-list::before {
    border-color: #7dcb70 transparent transparent transparent;
}
#page311 .box-history-list-item {
    margin: 0 70px;
    padding-bottom: 50px;
    position: relative;
}
#page311 .box-history-list-item:last-child {
    padding-bottom: 60px;
}
#page311 .box-history-list-item::before,
#page311 .box-history-list-item::after {
    content: '';
    position: absolute;
}
#page311 .box-history-list-item::before {
    width: 28px;
    height: 28px;
    background-color: #5ab04c;
    border-radius: 50%;
    top: 0;
    left: -14px;
    z-index: 1;
}
#page311 .box-history-list-item::after {
    width: 1px;
    height: 100%;
    background-color: #dfdfdf;
    top: 0;
    left: 0;
}
#page311 .box-history-list-item-outer {
    color: #272323;
    letter-spacing: 0.02em;
    padding: 7px 0 0 33px;
}
#page311 .box-history-list-item-title {
    width: 451px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.32222;
    margin-bottom: 19px;
}
#page311 .box-history-list-item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#page311 .box-history-list-item-img {
    margin-top: -49px;
}
#page311 .box-history-list-item-img.mtn72 {
    margin-top: -72px;
}
#page311 .box-history-list-item-text {
    line-height: 1.8;
    margin-right: 46px;
}
#page311 .box-movie {
    margin-top: 100px;
}
#page311 .box-movie-title {
    margin-bottom: 17px;
}
#page311 .box-youtube {
    margin: 55px auto 40px;
    position: relative;
    width: 680px;
    height: 0;
    padding-top: 40.2%;
}
#page311 .box-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* donation */
#page311 .section02 {
    margin-bottom: 82px;
}

#page311 .box-campaign {
    background: #f9f4f2;
    margin-bottom: 96px;
    padding-bottom: 74px;
}
#page311 .box-campaign-head {
    padding: 38px 49px 15px;
    color: #fff;
    font-size: 16px;
    background: url('/corp/set/data/sustainability/special/311/img/s/2021/bg_campaign-head.png') repeat center #6cbb52;
}
#page311 .box-campaign-ttl {
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    padding: 22px;
}
#page311 .box-campaign-head-inner {
    padding: 0 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
#page311 .campaign-img {
    text-align: right;
    width: 354px;
}
#page311 .campaign-text {
    width: 450px;
}
#page311 .box-campaign-sec {
    padding: 60px 50px 0;
}
#page311 .box-campaign-sec-inner {
    padding: 0 22px;
}
#page311 .box-campaign-subttl {
    margin-bottom: 35px;
    position: relative;
}
#page311 p.box-campaign-text {
    line-height: 2;
}
#page311 .campaign-table th {
    font-size: 16px;
    font-weight: normal;
    padding-right: 25px;
    vertical-align: top;
    padding: 10px 25px 10px 0;
}
#page311 .campaign-table th span {
    display: inline-block;
    color: #FFF;
    background: #5ab04c;
    text-align: center;
    min-width: 5em;
    padding: 2px;
}
#page311 .campaign-table td {
    padding: 10px 0;
}
#page311 .campaign-table td,
#page311 .campaign-table td > ul li {
    font-size: 16px;
    line-height: 2;
}
#page311 .campaign-target {
    display: flex;
    justify-content: space-between;
}
#page311 .campaign-target-group {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: calc((100% - 30px) / 2);
    box-sizing: border-box;
}
#page311 a:hover {
    opacity: 0.7;
}
#page311 .campaign-target-text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 1em 0;
}
#page311 .campaign-target-btn {
    text-align: center;
}
#page311 .campaign-target-btn-link {
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 16px 0;
    color: #FFF;
    font-size: 18px;
    background: url('/corp/set/data/sustainability/special/311/img/p/2021/bg_campaign-head.png') repeat center #6cbb52;
    border-radius: 25px;
}
#page311 .campaign-target-btn-text {
    display: inline-block;
    position: relative;
    padding-left: 28px;
}
#page311 .campaign-target-btn-text::before {
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(/corp/set/data/sustainability/special/311/img/p/2021/icon_sumaho.png);
    width: 11px;
    height: 20px;
    width: 16px;
    height: 30px;
    background-size: contain;
}
#page311 .campaign-target-btn-text .newwindowicon {
    display: none;
}
#page311 .box-group {
    margin-bottom: 49px;
}
#page311 .box-group-ttl {
    margin-bottom: 35px;
}
#page311 .box-bokin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 49px;
}
#page311 .box-bokin-img {
    padding-right: 20px;
}
#page311 .box-bokin-img a:hover {
    opacity: .75;
}
.box-notice {
    margin-top: 1.5em;
}
.box-notice dt {
    font-size: 12px;
    line-height: 1.5;
}
#page311 .notice-list {
    /* font-size: 14px; */
    font-size: 12px;
    text-align: center;
    /* line-height: 1.8; */
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin: 12px 0 14px;
}
#page311 .notice-list:first-child {
    margin-top: 9px;
}
#page311 .notice-list li {
    /* display: inline-block; */
    display: block;
    text-align: left;
    line-height: 1.5;
    margin-top: .3em;
}
#page311 .notice-list li:first-child {
    margin-top: 0;
}
#page311 .notice-list li>span {
    padding-right: 2.3em;
}
#page311 .box-col02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 21px;
}
#page311 .box-col02-item {
    width: calc((100% / 2) - 9px);
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 19px;
    position: relative;
}
#page311 .box-col02-item:nth-child(1).fade-in-up {
    -webkit-transition: all 800ms ease-out;
    transition : all 800ms ease-out;
}
#page311 .box-col02-item:nth-child(2).fade-in-up {
    -webkit-transition: all 800ms 200ms ease-out;
    transition : all 800ms 200ms ease-out;
}
#page311 .box-col02-item:nth-child(3).fade-in-up {
    -webkit-transition: all 800ms ease-out;
    transition : all 800ms ease-out;
}#page311 .box-col02-item:nth-child(4).fade-in-up {
    -webkit-transition: all 800ms 200ms ease-out;
    transition : all 800ms 200ms ease-out;
}
#page311 .box-col02-head {
    text-align: center;
    padding: 28px 0 42px;
}
/*
#page311 .box-col-theme01 .box-col02-head {
    background-color: #e7f6fa;
}
#page311 .box-col-theme02 .box-col02-head {
    background-color: #feecf0;
}
#page311 .box-col-theme03 .box-col02-head {
    background-color: #fdf8e3;
}
#page311 .box-col-theme04 .box-col02-head {
    background-color: #e6f4d9;
}
*/
#page311 .box-col02-title {
    margin-bottom: 12px;
}
#page311 .box-col02-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 17px 25px 20px;
    /*margin-top: -26px;*/
    position: relative;
}
#page311 .box-col02-img {
    margin-right: 17px;
}
#page311 .box-col02-img img {
    max-width: 100%;
}
#page311 .box-col02-text {
    font-size: 15px;
    letter-spacing: 0.02em;
    text-align: center;
    position: absolute;
    top: -42px;
    right: 0;
    left: 0;
    margin: auto;
}
#page311 .box-col02-btns-item {
    margin-bottom: 9px;
}
#page311 .box-col02-btns-item:last-child {
    margin-bottom: 0;
}
#page311 .box-col02-btns-item-link {
    display: block;
    width: 220px;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    padding: 12px 0;
    background-color: #5ab04c;
}
#page311 .box-col02-btns-item-link:hover {
    opacity: .7;
}
/*
#page311 .box-col-theme01 .box-col02-btns-item-link {
    background-color: #76cae3;
}
#page311 .box-col-theme02 .box-col02-btns-item-link {
    background-color: #f490a3;
}
#page311 .box-col-theme03 .box-col02-btns-item-link {
    background-color: #e1c556;
}
#page311 .box-col-theme04 .box-col02-btns-item-link {
    background-color: #8dc955;
}
#page311 .box-col-theme01 .box-col02-btns-item-link:hover {
    background-color: #92daef;
}
#page311 .box-col-theme02 .box-col02-btns-item-link:hover {
    background-color: #f8aebc;
}
#page311 .box-col-theme03 .box-col02-btns-item-link:hover {
    background-color: #eed676;
}
#page311 .box-col-theme04 .box-col02-btns-item-link:hover {
    background-color: #a6d977;
}
*/
#page311 .box-col02-btns-item-text {
    display: inline-block;
    position: relative;
}
#page311 .box-col02-btns-item:nth-child(1) .box-col02-btns-item-text {
    padding-left: 19px;
}
#page311 .box-col02-btns-item:nth-child(2) .box-col02-btns-item-text {
    padding-left: 26px;
}
#page311 .box-col02-btns-item:nth-child(3) .box-col02-btns-item-text {
    padding-left: 28px;
}
#page311 .box-col02-btns-item:nth-child(4) .box-col02-btns-item-text {
    padding-left: 24px;
}
#page311 .box-col02-btns-item-text::before {
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#page311 .box-col02-btns-item:nth-child(1) .box-col02-btns-item-text::before {
    background-image: url(/corp/set/data/sustainability/special/311/img/p/icon_sumaho.png);
    width: 11px;
    height: 20px;
    background-size: contain;
}
#page311 .box-col02-btns-item:nth-child(2) .box-col02-btns-item-text::before {
    background-image: url(/corp/set/data/sustainability/special/311/img/p/icon_tpoint.png);
    width: 18px;
    height: 13px;
}
#page311 .box-col02-btns-item:nth-child(3) .box-col02-btns-item-text::before {
    background-image: url(/corp/set/data/sustainability/special/311/img/p/icon_credit.png);
    width: 20px;
    height: 14px;
}
#page311 .box-col02-btns-item:nth-child(4) .box-col02-btns-item-text::before {
    background-image: url(/corp/set/data/sustainability/special/311/img/p/2021/icon_yahoo.png);
    width: 17px;
    height: 21px;
}
#page311 .box-col02-btns-item-text .newwindowicon {
    display: none;
}

/* disasterprevention */
#page311 .section-disasterprevention {
    padding: 83px 0;
}
#page311 .section03 .sec-theme01-title {
    padding-right: 60px;
}
#page311 .box-col04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
#page311 .box-col04 li {
    width: calc((100% / 4) - 5px);
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}
#page311 .box-col04 li:nth-child(1).fade-in-up {
    -webkit-transition: all 800ms ease-out;
    transition : all 800ms ease-out;
}
#page311 .box-col04 li:nth-child(2).fade-in-up {
    -webkit-transition: all 800ms 200ms ease-out;
    transition : all 800ms 200ms ease-out;
}
#page311 .box-col04 li:nth-child(3).fade-in-up {
    -webkit-transition: all 800ms 400ms ease-out;
    transition : all 800ms 400ms ease-out;
}
#page311 .box-col04 li:nth-child(4).fade-in-up {
    -webkit-transition: all 800ms 600ms ease-out;
    transition : all 800ms 600ms ease-out;
}
#page311 .box-col04 li:nth-child(n+5) {
    display: none;
}
#page311 .box-col04 .area_image {
    overflow: hidden;
}
#page311 .box-col04 .area_image img,
#page311 .box-col04 .topics_title,
#page311 .box-col04 .topics_date {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#page311 .box-col04 .area_image img {
    max-width: 100%;
}
#page311 .box-col04 .topics_detail {
    padding: 13px 18px 24px;
    position: relative;
}
#page311 .box-col04 .topics_title {
    /* height: 48px; */
    color: #272323;
    line-height: 1.781428;
    /* margin-bottom: 5px; */
    overflow: hidden;
}
#page311 .box-col04 .topics_date {
    color: #807574;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    position: absolute;
    right: 18px;
    bottom: 12px;
}
#page311 .box-col04 .thum_topics:hover {
    box-shadow: 0 0 15px rgba(207,212,206,.5);
}
#page311 .box-col04 .thum_topics:hover .area_image img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
#page311 .box-col04 .thum_topics:hover .topics_title,
#page311 .box-col04 .thum_topics:hover .topics_date {
    color: #7dcb70;
}

/* bnr */
#page311 .section04 {
    margin-top: 82px;
    margin-bottom: 82px;
}
#page311 .box-bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#page311 .box-bnr-item {
    width: calc((100% / 2) - 15px);
}
#page311 .box-bnr-item:nth-child(1) {
    -webkit-transition: all 800ms ease-out;
    transition : all 800ms ease-out;
}
#page311 .box-bnr-item:nth-child(2) {
    -webkit-transition: all 800ms 200ms ease-out;
    transition : all 800ms 200ms ease-out;
}
#page311 .box-bnr-item-link {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#page311 .box-bnr-item-link:hover {
    opacity: .75;
}
#page311 .box-bnr-item-link img {
    max-width: 100%;
}

/* yahoo */
#page311 .section-yahoo {
    text-align: center;
    background-color: #d9f0f3;
    padding: 72px 0 82px;
}
#page311 .box-y-ttl {
    margin-bottom: 40px;
}
#page311 .box-y-img {
    margin-bottom: 33px;
}
#page311 .box-y-img a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#page311 .box-y-img a:hover {
    opacity: .75;
}
#page311 .box-y-img img {
    width: 670px;
}
#page311 .box-y-text {
    color: #466f91;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 33px;
}
#page311 .box-y-text span {
    display: inline-block;
    position: relative;
}
#page311 .box-y-text span::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #466f91;
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    margin: auto;
}
#page311 .box-y-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 672px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}
#page311 .box-y-list-item {
    width: calc(100% / 6);
}
#page311 .box-y-list-item-link {
    display: block;
    color: #81cdd8;
    font-size: 25px;
    font-weight: bold;
    padding: 33px 0 34px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#page311 .box-y-list-item-link::after {
    content: '';
    width: 2px;
    height: 62px;
    background-color: #d9f0f3;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    margin: auto;
}
#page311 .box-y-list-item:last-child .box-y-list-item-link::after {
    content: none;
}
#page311 .box-y-list-item-link:hover {
    color: #fff;
    background-color: #81cdd8;
}
#page311 .box-y-list-item-link .newwindowicon {
    display: none;
}

/* section06 */
#page311 .link-csr {
    padding: 30px 0 25px;
}
#page311 .link-csr-text {
    color: #272323;
    font-size: 12px;
    padding-left: 32px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#page311 .link-csr-text::before,
#page311 .link-csr-text::after {
    content: '';
    position: absolute;
}
#page311 .link-csr-text::before {
    width: 24px;
    height: 1px;
    background: #272323;
    bottom: 4px;
    left: 0;
}
#page311 .link-csr-text::after {
    width: 0;
    height: 12px;
    border-right: 1px solid #272323;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: 3px;
    left: 4px;
}
#page311 .link-csr-text:hover {
    opacity: .75;
}
