/*=================================
 共通
===================================*/
#kyoukun h3::after,
#tenyear h3::after{
    width: 0;
}

.special_box{
    margin-top: 30px;
    margin-right: 11px;
    border:solid 2px #FA8D75;
    background:#FCEBE8;
}

.special_box .title{
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    width: 20%;
    height: 70px;
    margin-right: 100px;
    padding:16px 0 16px 16px;
    word-break: break-all;
    color: #fff;
    background: #FA8D75;
}

.special_box .title::after {
    position: absolute;
    top: 0;
    right: -49px;
    width: 0;
    height: 0;
    content: '';
    border-width: 70px 50px 0 0;
    border-style: solid;
    border-color: #FA8D75 transparent transparent transparent;
}

.special_box .kyoukun_img {
    padding: 0 0 20px 0;
}

.special_box img{
    width: 100%;
}

.con1300 {
    width:1300px;
    margin: 0 auto;
}

@media screen and (max-width:1300px){
    .con1300 {
        width: 100%;
    }
}

@media screen and (max-width:768px){
    .special_box{
        margin: 0 auto;
    }

    .special_box .title {
        width: 65%;
        font-size: 1.2rem;
    }

    .special_box .title{
        height: 60px;
    }
    
    .special_box .title::after {
        position: absolute;
        top: 0;
        right: -49px;
        width: 0;
        height: 0;
        content: '';
        border-width: 60px 50px 0 0;
        border-style: solid;
        border-color: #FA8D75 transparent transparent transparent;
    }

    .special_box .kyoukun_img{
        padding: 0 10px;
    }
}

/*=================================
 東日本大震災の教訓
===================================*/
#kyoukun{
    margin: 0 auto;
}

#kyoukun h2{
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 350px;
    font-size: 25.6px;
    color: #363636;
    margin: 0.5rem auto 2rem auto;
    padding: 1rem 2rem calc(.5rem + 10px);
    background: #B2E1AA;
    border-bottom: none;
}

#kyoukun h2::before {
    position: absolute;
    display: block;
    top: -7px;
    left: -7px;
    width: 98%;
    height: 98%;
    content: '';
    border: 3px solid #363636;
}

#kyoukun .bg-triangle{
    padding: 35px 20px 0 35px;
    background-image: linear-gradient(135deg, #F6FA75 90px, transparent 0);
    margin-bottom: 60px;
}

#kyoukun .bg-triangle h3 {
    padding: 0;
    margin: 0;
}

.kyoukun_text {
    width: 58%;
    display: inline-block;
}

.kyoukun_img {
    width: calc(40% - 40px);
    margin-left: 20px;
    display: inline-block;
}

#kyoukun p{
    font-size: 1.2rem;
    margin-left: 9px;
    line-height: 2rem;
}

.bg-gradation{
    background-image: linear-gradient(to bottom, #f6fa75,#b2e1aa);
    padding: 60px 20px 20px 20px;
}

.sticky {
    position: -webkit-sticky;
    position:sticky;
    top: 150px;
    z-index: 100;
}

.section1 {
    padding-bottom: calc(5vw + 100px);  
    position: relative;
    overflow: hidden;
}

.section1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 5vw solid #FCFECA; 
    border-left: 100vw solid transparent;
}

@media screen and (max-width:1300px){
    #kyoukun{
        width: 100%;
    }
}

@media screen and (max-width:768px){
    #kyoukun h2 {
        width: 100%;
        font-size: 20px;
    }

    #kyoukun .bg-triangle h3 {
        padding: 0 10px;
        margin: 0 0 1rem 0;
    }

    .kyoukun_text{
        width: 100%;
        order:2;
    }

    .kyoukun_img {
        margin: 0 auto;
        width: 100%;
        order: 1;
    }

    .bg-gradation{
        background-image: none;
        padding: 0;
        margin: 0 auto;
    }

    .sticky{
        position: inherit;
        height: auto;
    }

    #kyoukun .bg-triangle{
        padding: 20px 10px 0 1px;
        background-image: linear-gradient(135deg, #F6FA75 50px, transparent 0);
        margin-bottom: 30px;
    }
}

/*=================================
 東日本大震災から10年
===================================*/

.bg-yellow {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #FCFECA;
}

#tenyear h2 {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 400px;
    font-size: 25.6px;
    color: #363636;
    margin: 0.5rem auto 2rem auto;
    padding: 1rem 2rem calc(.5rem + 10px);
    background: #fff;
    border-bottom: none;
}

#tenyear h2::before {
    position: absolute;
    display: block;
    top: -7px;
    left: -7px;
    width: 98%;
    height: 98%;
    content: '';
    border: 3px solid #363636;
}

#tenyear .bg-triangle{
    padding: 35px 20px 0 35px;
    background-image: linear-gradient(135deg, #FA8D75 90px, transparent 0);
    margin-bottom: 60px;
}

#tenyear .bg-triangle h3 {
    padding: 0;
    margin: 0;
}

#tenyear .tenyear_img {
    width: 50%;
    padding: 20px 0 0 20px;
    margin-bottom: 60px;
    position: relative;
    box-sizing: border-box;
}   

#tenyear .tenyear_img span:not(.cap) {
    position: absolute;
    font-weight: bold;
    font-size: 50px;
    top: 0px;
    left: 0px;
}

#tenyear .tenyear_text {
    width: 50%;
    box-sizing: border-box;
    padding-top: 20px;
    margin-bottom: 60px;
}

#tenyear p {
    font-size: 1.2rem;
    margin-left: 9px;
    line-height: 2rem;
}

@media screen and (max-width:768px){

    #tenyear h2 {
        width: 100%;
        font-size: 20px;
    }

    #tenyear .bg-triangle h3 {
        padding: 0 10px;
        margin: 0 0 1rem 0;
    }

    #tenyear .bg-triangle{
        padding: 20px 10px 0 1px;
        background-image: linear-gradient(135deg, #FA8D75 50px, transparent 0);
        margin-bottom: 0;
    }

    #tenyear .tenyear_img{
        width: 100%;
        order: 1;
        margin: 0 auto;
    }

    #tenyear .tenyear_img img {
        width: 95%;
        margin: 0 auto;
    }

    #tenyear .tenyear_text{
        width: 100%;
        order: 2;
    }
}

/*=================================
 Animation
===================================*/

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
    
@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
     
.fadeUpTrigger{
    opacity: 0;
}

.w1300 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 30px;
}
.refbtn {
    text-align: left;
}
.refbtn a {
    display: inline-block;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    background: #c73b3a;
    color: #fff;
}

.cap {
    display: block;
    font-size: 14px;
    font-style: oblique;
}
@media screen and (max-width:768px){
    .cap {
        margin-bottom: 20px;
    }
}

#special_disaster_dispatch .spcont h2 {
    font-size: 28px;
    border-bottom: 2px solid;
    padding: 0 0 12px 0;
    margin: 60px 0 40px 0;
    border-color: #0068B7;
    color: #0068B7;
    text-align: left;
}

#special_disaster_dispatch .spcont img {
    border-radius: 0;
    width: 100%;
}

.w1300 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 30px;
}

.refbtn {
    text-align: center;
}

.refbtn a {
    display: inline-block;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    background: #c73b3a;
    color: #fff;
}