@charset "utf-8";

/*-----------------------------------------------------*/
/* PC版 基本スタイル
/*-----------------------------------------------------*/

.flex {
    display: flex;
    justify-content: center;
}

.point .point_ttl{
    color: #114eb5;
    font-size: 44px;
    line-height: 1.4;
    margin-top: 5.5vw;
    margin-bottom: 4.8vw;
}
.point .point_ttl h5 span {
    font-size: 30px;
    font-weight: 200;
}

.point .uki_pws {
    margin-bottom: 6.6vw;
}

.point .uki_pws .ukiuki,.point .uki_pws .pwspr{
     flex: 0 1 40%; 
  text-align: center;
}

.point .uki_pws p {
    font-size: 24px;
    color: #114eb5;
    line-height: 1.6;
    margin-top: 1.3vw;
    display: block;
    font-weight: bold;
}

.point .uki_pws img {
    transition: opacity 0.3s ease, background-color 0.3s ease;
  background-color: transparent;
  max-width: 100%;
}

.point .uki_pws img:hover {
    opacity: 0.7;
     background-color: #fff; /* 背景を白にする */
}

.point .uki_pws .ukiuki {
    display: inline-block;
    text-align: center;
}

@media (max-width: 1600px){
    .flex {
    justify-content: space-around;
}
}
@media (max-width: 1200px){
  .point{
    width: 95%;
    margin: 0 auto;    }

    .inc_pc{
        display: none;
    }

    .point .uki_pws p {
    font-size: 1.6vw;
    line-height: 1.6;

}
    
}

@media (max-width: 980px) {
    .point .point_ttl {
        font-size:2.3em;
    }

    .point .uki_pws .ukiuki, .point .uki_pws .pwspr {
    flex: 0 1 45%;
}
   .point .uki_pws p {
    font-size: 2.3vw;
    line-height: 1.6;
}

.point .point_ttl h5 span {
    font-size:0.8em;
}


}

@media (max-width: 640px) {

    img {
        max-width: 100%;;
    }

    .point {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 70px;
    }

    .point .point_ttl {
        margin: 60px 0 50px 0;
    }

    .flex{
        display: block;
    }

    .point .uki_pws .ukiuki {
        margin-bottom: 70px;
    }

    .point .uki_pws p {
        font-size: 22px;
        line-height: 1.6;
    }


}

@media (max-width: 390px) {

    .point .point_ttl h5 {
    font-size: 6.8vw;
}

.point .point_ttl h5 span {
    font-size:0.8em;
}
}