

.pan{
    padding: 30px 0 15px;
    max-width: 1200px;
    margin: auto;
}
.newpage_title {
    background: url(../images/benefits/benefits_title.png);
	background-size: cover;
}
.sp2{
    display: none;
}
.benefits_bg{
    background-color: #f5f5f5;
 }   
.benefits_content_wrapper{
    padding: 45px 0;
    /* inner1000 のstyle*/
    margin: 0 auto;
    max-width: 1200px;
    padding: 45px 0;
    width: 100%;
    /* font-family: "Noto Sans JP"; */
}
.benefits_message{
    text-align: center;
    word-break: break-all;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.8;
    /* padding: 45px 0 15px; */
}
h3{
    font-size: 2.4em;
    line-height: 1.3em;
    color: var(--main-color);
    color:  #0054A7;
    word-break: break-all;
    font-weight: bold;
    padding-bottom: 20px;
}
.benefits_content_message{
    text-align: center;  
    word-break: break-all;
    padding-bottom: 20px;
    line-height: 2em;
}
.benefits_content_message span{
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 10px;
    display: block;
}
.benefits_content_box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap : wrap;
	-webkit-flex-wrap : wrap;
    /* padding: 0 30px; */
}
.benefits_content{
    text-align: center;
    margin-bottom: 15px;
    width: 32%;
    height: auto;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    border: 3px solid #222;
    /* box-shadow: 1px 1px 4px #eee; */
}
.benefits_content_img{
    height: 150px;
    width: 100%;
    overflow: hidden;
    border-radius: 12px 12px 0px 0px;
}
.benefits_content_img img{
    height: auto;
    width: 100%;
}
.benefits_content_text{
    color: var(--main-color);
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 30px 0;
}
@media screen and (max-width: 960px){
    /* h3{
        font-size: 1.6em;
        line-height: 1.4em;
    } */
    .pan{
        max-width: 100%;
        padding: 40px 20px 0;
    }
    .benefits_content_message span{
        font-size: 1.6em;
        line-height: 1.4em;
    }
    .benefits_content_wrapper {
        padding: 45px 20px;
    }
    .benefits_content_box{
        padding: 0;
    }
     .benefits_content_img{
        height: 150px;
    }
    .benefits_content_text{
        padding: 20px 0;
    }
}
@media screen and (max-width: 768px){
    .benefits_content_img{
        height: 100px;
        width: 30%;
        border-radius: 15px;
    }
    .benefits_content_img img {
        height: auto;
        width: 100%;
    }
    .benefits_content{
        width:  100%;
        padding: 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap : wrap;
        -webkit-flex-wrap : wrap;
        align-items: center;
    }
    .benefits_content_text{
        width: 70%;
        padding: 20px 0;
    }
}
@media screen and (max-width: 390px){
    .sp2{
        display: block;
    }
    h3{
        font-size: 1.8em;
        line-height: 1.4em;
    }
    .benefits_content_img img {
        height: 100%;
        width: auto;
    }
    .benefits_content_text {
        font-size: 1.2em;
        line-height: 1.5em;
    }
}