@charset "utf-8";

.contents-lower-06 {
    padding: 0 !important;
}
.mg-t-67 {
    margin-top: 60px!important;
}
@media all and (max-width: 767px) {
    .mg-t-67 {
        margin-top: 40px!important;
    }
}

/*---------- main Title CSS ------------*/
.ttl-cmn-01 {
    margin-bottom: 20px;
    color: #89807e;
    font-size: 26px;
}

.ttl-lead-03_intro {
    font-size: 30px;
    text-align: center;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: 600;
    color: #000;
}
@media all and (max-width: 767px) {
    .ttl-cmn-01 {
        font-size: 18px;
    }  
     .ttl-lead-03_intro {
        font-size: 5.5vw;
  
    }
}

/*------------- 導入文章　---------------*/
.f-intro {
    margin: 50px auto;
}
@media all and (max-width: 767px) {
    .f-intro {
        margin: 30px auto;
    }
}        




/*------------------ 内容 CSS ------------*/
.ttl-eng{
     margin-top: 30px;
    color: #89807e;
    font-size: 26px;
    text-align: center;
}

@media all and (max-width: 767px) {
    .ttl-eng{
        font-size: 18px;

    } 
 }


.ttl-lead-03 {
    line-height: 140%;
    font-size: 26px;
    text-align: center;
    margin: 15px auto 30px auto;
 
    font-weight: 300;
}



@media all and (max-width: 767px) {
    .ttl-lead-03 {
        font-size: 20px;
        margin: 10px 0 30px;
           line-height: 1.5;
    }
}




.ins_img {
    display: flex;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    margin: 6px 0;
}
.ins_img img {
    width: 49.7%;
}

@media (max-width: 767px) {
    .ins_img {
        margin: 3px -34px;
    }
}

.sen-more {
    position: relative;
    display: block;
    border-bottom: 1px solid #829D9D;
    max-width: 365px;
    margin-left: auto;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #829D9D;
    transition: all .2s;
}

.sen-more:hover{
    color:#000;
}

.sen-more::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-right: 1px solid #829D9D;
    transform: rotate(-45deg);
    transform-origin: bottom right;
}
@media (max-width: 768px) {
    .sen-more {
        font-size: 12px;
    }
}   

.txt-sup{
    font-size: 12px;
    text-align: right;
    margin: 2% auto;
}


/************ @media *************/



